summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-22Show timed out threadsNobuyoshi Nakada
2019-06-22Fix over-expansionNobuyoshi Nakada
2019-06-21Alias ENV.merge! as ENV.updateKenichi Kamiya
2019-06-21Use different names for autoload constants in specs for clarityBenoit Daloze
2019-06-21Add extra spec from https://github.com/ruby/ruby/pull/2173Jean Boussier
2019-06-22Always define RUBY_RELEASE_DATETIMENobuyoshi Nakada
2019-06-22Treat closing token with starting token at head of 2nd line correctlyaycabta
2019-06-22Do auto indent only when closing token at first of lineaycabta
2019-06-22* 2019-06-22git
2019-06-21Revert RUBY_RELEASE_DATE to date onlyNobuyoshi Nakada
2019-06-21Constified unusable charsNobuyoshi Nakada
2019-06-21* expand tabs.git
2019-06-21Get rid of undefined behaviorNobuyoshi Nakada
2019-06-21Support irregular auto indentaycabta
2019-06-21Remove a duplicate testShugo Maeda
2019-06-21Remove duplicate functionsNobuyoshi Nakada
2019-06-21* expand tabs.git
2019-06-21Enumerator::Lazy should support filter_mapShugo Maeda
2019-06-21Fix an example [ci skip]Nobuyoshi Nakada
2019-06-21* expand tabs.git
2019-06-21Turned `recur` into `int` [Feature #15777]Nobuyoshi Nakada
2019-06-21Add an optional `inherit` argument to Module#autoload?Jean Boussier
2019-06-21Fix call-seq of lazy.filter_map [ci skip]Kazuhiro NISHIYAMA
2019-06-21* expand tabs.git
2019-06-21Lazy filter_mapNobuyoshi Nakada
2019-06-21Fix small typo on block_scanf example [ci-skip]Espartaco Palma
2019-06-21Clean coroutine and timestamp directoriesNobuyoshi Nakada
2019-06-21* 2019-06-21git
2019-06-20Avoid verbose warning when using Net::POP3 with SSLJeremy Evans
2019-06-20Revert "Removed needless file with the upstream repository."Hiroshi SHIBATA
2019-06-20Suppress messages from mkmfNobuyoshi Nakada
2019-06-20Only ignore build directories.Samuel Williams
2019-06-20Transition root fiber into state FIBER_TERMINATED.Samuel Williams
2019-06-20Restore $VERBOSENobuyoshi Nakada
2019-06-20Suppress warningsNobuyoshi Nakada
2019-06-20Fix a typo [ci skip]Kazuhiro NISHIYAMA
2019-06-20Added and update the racc entries on doc/*.Hiroshi SHIBATA
2019-06-20Added racc entry to NEWS.Hiroshi SHIBATA
2019-06-20Removed needless file with the upstream repository.Hiroshi SHIBATA
2019-06-20Update sync task for the directory structure of cparse and ignore JRuby files.Hiroshi SHIBATA
2019-06-20Added gemspec of racc generated from upstream for the default gems.Hiroshi SHIBATA
2019-06-20Disable auto indent when move cursor up or downaycabta
2019-06-20Ensure that vm_stack is cleared in `thread_cleanup_func_before_exec`.Samuel Williams
2019-06-20Revert failed attempt at fixing invalid usage of vm_stack.Samuel Williams
2019-06-20Don't clear cfp, it causes problems.Samuel Williams
2019-06-20Skip `rb_ec_clear_vm_stack` for now.Samuel Williams
2019-06-20* remove trailing spaces.git
2019-06-20Ensure `vm_stack` is cleared after fork.Samuel Williams
2019-06-20Fix typo in VM_ASSERT.Samuel Williams
2019-06-20Set `cfp` to null (along with vm_stack) in `rb_fiber_close`.Samuel Williams