aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Return the makefile contentNobuyoshi Nakada2020-01-311-0/+1
* Removed type-punning pointer casts around `st_data_t`Nobuyoshi Nakada2020-01-311-12/+13
* Avoid allocating a temporary empty string in String#slice!Jean Boussier2020-01-311-3/+8
* Move .IGNORE in extconf.rbNARUSE, Yui2020-01-312-3/+1
* Support nmakeNARUSE, Yui2020-01-311-0/+2
* Fix wrong return value in proc documentation.Florian Heinle2020-01-301-1/+1
* Ignore expected errors on compiling C++ source [Bug #16331]NARUSE, Yui2020-01-311-0/+1
* * 2020-01-31 [ci skip]git2020-01-311-1/+1
* Use `rb_gc_mark` when marking globalsAaron Patterson2020-01-301-1/+1
* delegate.rb: fixed keyword arguments in DelegateClassNobuyoshi Nakada2020-01-302-1/+9
* Optimized branches in pattern matchingNobuyoshi Nakada2020-01-301-61/+46
* Unnamed groups are not captured when named groups are usedNobuyoshi Nakada2020-01-301-4/+4
* * 2020-01-30 [ci skip]git2020-01-301-1/+1
* Unnamed groups are not captured when named groups are usedNobuyoshi Nakada2020-01-301-1/+1
* [ruby/reline] Support GNOME style Home/End key sequences [Bug #16510]aycabta2020-01-291-0/+2
* Add more debug printKazuhiro NISHIYAMA2020-01-291-2/+11
* skip SEGV (BUG) tests if ENV['RUBY_ON_BUG'] is given.Koichi Sasada2020-01-291-0/+2
* support multi-run for test/ruby/enc/test_regex_casefold.rbKoichi Sasada2020-01-291-1/+1
* Isolate the PRNG for tmpdir/tempfileNobuyoshi Nakada2020-01-291-1/+9
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2020-01-291-1/+1
* Fix file dependency in makeAlan Wu2020-01-281-0/+2
* Update to ruby/spec@f8a2d54Benoit Daloze2020-01-2876-224/+2451
* Update to ruby/mspec@9bce874Benoit Daloze2020-01-283-1/+11
* Run specs on Ruby 2.7 too to make sure they keep passingBenoit Daloze2020-01-281-2/+15
* Fix some spec breakage on 2.7 related to keyword argumentsJeremy Evans2020-01-281-11/+21
* Run specs against the latest release of 2.4Benoit Daloze2020-01-282-2/+2
* Fix version guard in __dir__ specBenoit Daloze2020-01-281-2/+2
* fix test cleanup.Koichi Sasada2020-01-291-2/+4
* Revert "srand() should not run in tests."Koichi Sasada2020-01-291-46/+24
* Revert "remove debug code."Koichi Sasada2020-01-291-0/+3
* restore $LOADED_FEATURES.Koichi Sasada2020-01-291-0/+5
* refactoring: use Proc and Constant.Koichi Sasada2020-01-292-12/+5
* * 2020-01-29 [ci skip]git2020-01-291-1/+1
* ruby_reset_timezone resets leap_second_info.Tanaka Akira2020-01-292-7/+5
* Extract a function, ruby_reset_timezone().Tanaka Akira2020-01-283-3/+10
* Stop parsing copyright notices as document [ci skip]Nobuyoshi Nakada2020-01-2812-0/+29
* Revert "Added RDoc files to parse [Bug #16596]"Nobuyoshi Nakada2020-01-281-1/+0
* remove debug code.Koichi Sasada2020-01-281-3/+0
* srand() should not run in tests.Koichi Sasada2020-01-281-24/+46
* use Minitest::Unit.current_repeat_count to skip multi-run.Koichi Sasada2020-01-281-6/+2
* support multi-run for test/ruby/test_time.rbKoichi Sasada2020-01-281-0/+7
* Minitest::Unit.current_repeat_countKoichi Sasada2020-01-281-4/+8
* support multi-run for test/ruby/test_autoload.rbKoichi Sasada2020-01-281-0/+2
* fix rb_define_global_function to take const VALUE*卜部昌平2020-01-282-1/+71
* add test for rb_define_global_function卜部昌平2020-01-281-0/+58
* add test for rb_define_method_id卜部昌平2020-01-281-0/+56
* improved support for rb_f_notimplement卜部昌平2020-01-282-2/+48
* delete duplicated function overload卜部昌平2020-01-281-2/+0
* fix typo卜部昌平2020-01-281-4/+4
* delete RB_METHOD_DEFINITION_DECL_1卜部昌平2020-01-281-50/+33