aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ruby/io-console] Fixed `intr: false` mode on WindowsNobuyoshi Nakada2019-12-041-12/+41
* Silence incorrect assigned but unused variable warnings in ripperJeremy Evans2019-12-041-0/+2
* Make {Method,UnboundMethod}#super_method handle clone/bind/unbindJeremy Evans2019-12-042-5/+41
* compile.c: trivial refactoringYusuke Endoh2019-12-041-3/+1
* Revert "Regexp#match{?} with nil raises TypeError as String, Symbol (#1506)"NARUSE, Yui2019-12-045-41/+15
* Revert "Revert nil error and adding deprecation message"NARUSE, Yui2019-12-043-25/+7
* Revert "Improve warning message"NARUSE, Yui2019-12-042-4/+4
* Revert "Fix warnings in Regexp#{match,match?} specs"NARUSE, Yui2019-12-041-10/+6
* Make Enumerator::Chain#each treat lambdas as lambdaJeremy Evans2019-12-032-8/+17
* Do not lose existing constant visibility when autoloadingJeremy Evans2019-12-032-0/+69
* * 2019-12-04 [ci skip]git2019-12-041-1/+1
* Check interrupts before starting threadJeremy Evans2019-12-031-0/+1
* fix typoKOSAKI Motohiro2019-12-031-1/+1
* vm_args.c: make the keyword deprecation message helpfulYusuke Endoh2019-12-031-3/+3
* tool/lib/test/unit/parallel.rb: fail explicitly when failing to get ioYusuke Endoh2019-12-032-2/+8
* Fixed the inverted conditionNobuyoshi Nakada2019-12-031-1/+1
* Wrap statements in AS_IF properlyNobuyoshi Nakada2019-12-031-1/+2
* Fix auto-indent behavior correctlyaycabta2019-12-032-7/+4
* Fixed stack overflow [Bug #16382]Nobuyoshi Nakada2019-12-034-19/+31
* mjit.c: fix a mismatch of malloc'ed typeYusuke Endoh2019-12-031-2/+2
* Make more attempts to check for the precision of Process.timesBenoit Daloze2019-12-021-2/+2
* * 2019-12-03 [ci skip]git2019-12-031-1/+1
* Support incremental search by last determined wordaycabta2019-12-033-4/+72
* The C-r in vi command mode is also incremental searchaycabta2019-12-031-1/+1
* Fix random failure on getusage-missing environmentsTakashi Kokubun2019-12-021-32/+4
* Fix Leaked file descriptor in test/did_you_meanKazuhiro NISHIYAMA2019-12-021-2/+2
* Debug random failure of ruby-spec on ci.rvm.jpTakashi Kokubun2019-12-011-4/+32
* Revert "builtin_binary.inc needs miniruby itself for RubyVM.each_builtin"Nobuyoshi Nakada2019-12-021-2/+2
* builtin_binary.inc needs miniruby itself for RubyVM.each_builtinNobuyoshi Nakada2019-12-021-2/+2
* Disable _FORTIFY_SOURCE on mingw for nowNobuyoshi Nakada2019-12-021-0/+11
* Wait for the main thread to start reading by QueueNobuyoshi Nakada2019-12-021-0/+5
* Simplify variable declaration by C99Takashi Kokubun2019-12-011-8/+6
* Support incremental search again by C-r in incremental searchaycabta2019-12-022-2/+31
* Check MJIT support in one placeTakashi Kokubun2019-12-012-3/+1
* Skip --jit-debug= test on mswinTakashi Kokubun2019-12-011-1/+2
* Process Backspace key in incremental search correctlyaycabta2019-12-021-3/+3
* Search history to back in the middle of historiesaycabta2019-12-022-5/+29
* Avoid unnecessary tzset() callKOSAKI Motohiro2019-12-012-11/+14
* * 2019-12-02 [ci skip]git2019-12-021-1/+1
* Remove obsolete codeaycabta2019-12-021-1/+0
* The ed_search_prev_history should always search to backwardaycabta2019-12-012-1/+34
* Reline::HISTORY can take Range objectaycabta2019-12-011-1/+1
* Update to ruby/spec@dcf4955Benoit Daloze2019-12-011-0/+21
* Update to ruby/mspec@aa28e95Benoit Daloze2019-12-012-6/+5
* [ruby/spec] Fix failures with LC_ALL=CNobuyoshi Nakada2019-12-0110-17/+41
* Constified mjit_initNobuyoshi Nakada2019-12-012-2/+2
* ConstifiedNobuyoshi Nakada2019-12-011-2/+2
* Fix a mistake excluding NULL in the endTakashi Kokubun2019-12-011-2/+2
* Workaround missing strndup on WindowsTakashi Kokubun2019-12-011-1/+11
* Use build dir for testing --jit-debugTakashi Kokubun2019-12-011-1/+2