aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Create backtrace location array directlyNobuyoshi Nakada2019-12-134-7/+7
* Moved Kernel#warn to warning.rbNobuyoshi Nakada2019-12-134-68/+78
* Prepare to release RubyGems 3.1.0 final version.Hiroshi SHIBATA2019-12-1323-142/+393
* Ignore error of `apt-get update` in MJIT workflow tooKazuhiro NISHIYAMA2019-12-131-1/+1
* Ignore error of `apt-get update` on GitHub ActionsKazuhiro NISHIYAMA2019-12-131-1/+1
* readable function names for inline functions.Koichi Sasada2019-12-134-23/+62
* Allow more than one major version number in target_osMatt Valentine-House2019-12-131-1/+1
* Show a menu before a documentaycabta2019-12-132-5/+81
* Improved the test for Thread#inspect [Feature #16412]Nobuyoshi Nakada2019-12-131-1/+5
* * 2019-12-13 [ci skip]git2019-12-131-1/+1
* Check wether TestReadline is definedaycabta2019-12-131-2/+2
* Show the failed message tooNobuyoshi Nakada2019-12-121-1/+1
* Move `rescue` for debug into block of assert_raiseKazuhiro NISHIYAMA2019-12-121-2/+2
* [cygwin] fix File.absolute_path? testNobuyoshi Nakada2019-12-121-2/+5
* Cygwin path cannot be mapped to a UNC as-isNobuyoshi Nakada2019-12-121-1/+1
* Add more debug info when Errno::EINVALKazuhiro NISHIYAMA2019-12-121-0/+2
* show self on control frame dump.Koichi Sasada2019-12-121-0/+2
* Make super in instance_eval in method in module raise TypeErrorJeremy Evans2019-12-124-6/+39
* proper initialization of struct RVALUE卜部昌平2019-12-121-5/+14
* add casts卜部昌平2019-12-121-6/+6
* fix arity mismatch卜部昌平2019-12-121-1/+1
* implement make test-all TESTS=--gc-compact卜部昌平2019-12-121-2/+17
* Import json-2.3.0 from flori/jsonHiroshi SHIBATA2019-12-123-4/+5
* Suppress to crash IRB if completed list has nilaycabta2019-12-122-1/+46
* debug_counter.c: include ruby/config.h before stdio.hRei Odaira2019-12-111-1/+1
* support gc_compact_checker on parallel test.Koichi Sasada2019-12-121-0/+1
* Make sure we don't push MOVED or NONE on the stackAaron Patterson2019-12-111-0/+2
* call GC.compact after each test.Koichi Sasada2019-12-122-0/+11
* Some tests failed with before GNU Readline 6.0 on Windowsaycabta2019-12-121-0/+2
* * 2019-12-12 [ci skip]git2019-12-121-1/+1
* Update method tables only if there is a class ext pointerAaron Patterson2019-12-111-4/+2
* Fix .travis.yml to keep s390x-linux as allow_featuresYusuke Endoh2019-12-111-1/+2
* Move s390x-linux to allow_failures matrixYusuke Endoh2019-12-111-1/+1
* [ruby/forwardable] Bump version to 1.3.1Jeremy Evans2019-12-111-1/+1
* [ruby/forwardable] Make def_*_delegator return name of method defined (Fixes ...Jeremy Evans2019-12-112-4/+12
* The result of Readline.completion_proc should have the same encoding of Encod...aycabta2019-12-111-5/+12
* Test `Thread#to_s` when used from to_s_spec.rbNobuyoshi Nakada2019-12-112-11/+12
* `Thread#to_s` has been added at ruby 2.5Nobuyoshi Nakada2019-12-112-8/+4
* skip continuous failure test.Koichi Sasada2019-12-111-0/+2
* Thread#to_s is not same as #inspect on old version.Koichi Sasada2019-12-111-0/+5
* rely on sorted compiled binary array.Koichi Sasada2019-12-111-4/+15
* Show the failed messageNobuyoshi Nakada2019-12-111-1/+1
* Try to use `set-output`Kazuhiro NISHIYAMA2019-12-116-13/+16
* fix for old MRI versionsKoichi Sasada2019-12-111-1/+2
* add depenency pointed by update-depsKoichi Sasada2019-12-111-0/+7
* Create dummy files when check onlyKazuhiro NISHIYAMA2019-12-111-0/+1
* Do not load q.rb in build directoryKazuhiro NISHIYAMA2019-12-111-1/+1
* Create more dummy files in build directoryKazuhiro NISHIYAMA2019-12-111-1/+1
* Do not load files in build directoryKazuhiro NISHIYAMA2019-12-116-80/+84
* Fix Enumerator::Lazy#with_indexJeremy Evans2019-12-112-67/+71