aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* update to Unicode Version 12.1.0 (beta)duerst2019-04-052-0/+7
* enumerator.c: make arith_seq_first support nil beginmrkn2019-04-041-0/+10
* ruby/test_arithmetic_sequence.rb: add assertions for beginless and endless ra...mrkn2019-04-041-0/+20
* range.c: support to make beginless arithmetic sequencesmrkn2019-04-041-0/+2
* date: make zone a substring to copy encoding and taintednessnobu2019-04-031-1/+8
* Revive accidentally removed assertionkazu2019-04-031-0/+1
* range.c (r_cover_range_p): support beginless rangemame2019-04-031-0/+5
* Introduce beginless range [Feature#14799]mame2019-04-032-2/+24
* Merge rubygems/rubygems from upstream.hsbt2019-04-0220-70/+201
* Added tests for end of Heiseinobu2019-04-012-1/+64
* exp is String, so it's always truthykazu2019-03-311-1/+1
* ruby.c: respect features by command linenobu2019-03-301-1/+3
* Fix a typo in an assertion messagenobu2019-03-301-1/+1
* [bug:8215] seems to be still broken on mswink0kubun2019-03-281-0/+1
* erb.rb: prohibit marshaling [EXPERIMENTAL]nobu2019-03-281-0/+13
* Fix typoskazu2019-03-271-7/+7
* dir.c: fix Dir.glob starts with braceshirosaki2019-03-211-0/+8
* Fix a wrong lineno in backtrace for cfuncmame2019-03-211-0/+14
* Show retry's stdout as wellk0kubun2019-03-211-2/+4
* Explain why cl.exe needs --jit-verbose=2 [ci skip]k0kubun2019-03-211-0/+2
* Insert --jit-verbose=2 logs for mswin debuggingk0kubun2019-03-211-1/+4
* parse.y: removed redundant number_arg parser eventnobu2019-03-191-7/+1
* parse.y: fix var_ref of numbered param in rippernobu2019-03-191-0/+1
* parse.y: fix segv with Ripper#yydebugnobu2019-03-191-0/+9
* parse.y: numbered parameter in lambdanobu2019-03-181-0/+4
* Merge https://github.com/rubygems/rubygems/pull/2684k0kubun2019-03-181-1/+1
* Numbered parameters [Feature #4475]nobu2019-03-174-5/+37
* dsym should be treated as string [ruby-core:91852] [Bug #15670]ktsj2019-03-161-0/+8
* Show the source line at an invalid class/instance variablenobu2019-03-152-5/+7
* compile.c: fix the corner case of rest and keyword argumentsmame2019-03-141-0/+2
* parse.y: no punctuation instance/class variablesnobu2019-03-142-7/+9
* parse.y: show invalid global variable linenobu2019-03-141-3/+5
* Guard out the test when it is run under root permissionmame2019-03-141-6/+8
* Assertion for r67226nobu2019-03-121-1/+2
* The combination of non-Symbol keys and Symbol keys is now allowed againmame2019-03-111-12/+12
* Added to check MJIT constant for the Ruby 2.3-2.5.hsbt2019-03-112-2/+2
* Implement Enumerator::Yielder#to_procknu2019-03-111-0/+15
* Renamed duplicate testnobu2019-03-111-1/+1
* numeric.c: fix infinite loopnobu2019-03-111-0/+11
* eval.c: clear internal errinfonobu2019-03-101-0/+22
* Add ignored_sp eventnobu2019-03-091-0/+7
* Use assert_respond_tonobu2019-03-091-1/+1
* Ignore to handle the different platformhsbt2019-03-072-1/+54
* io.c: chomp CR at the end of read buffernobu2019-03-071-0/+13
* Symbol creation is not a problem now unless pinned downnobu2019-03-061-10/+2
* proc.c: call respond_to_missing? with a symbolnobu2019-03-061-0/+16
* Skip malicious extension test with mswin platform.hsbt2019-03-061-0/+2
* Merge RubyGems upstream: 56c0bbb69e4506bda7ef7f447dfec5db820df20bhsbt2019-03-0513-52/+503
* string.c: respect the actual encodingnobu2019-03-051-0/+7
* do not close FSs explicitly.ko12019-03-031-2/+2