aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* exp is String, so it's always truthykazu2019-03-311-1/+1
* ruby.c: respect features by command linenobu2019-03-301-1/+3
* 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: numbered parameter in lambdanobu2019-03-181-0/+4
* Numbered parameters [Feature #4475]nobu2019-03-172-4/+17
* 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-141-5/+7
* parse.y: show invalid global variable linenobu2019-03-141-3/+5
* Assertion for r67226nobu2019-03-121-1/+2
* Implement Enumerator::Yielder#to_procknu2019-03-111-0/+15
* eval.c: clear internal errinfonobu2019-03-101-0/+22
* io.c: chomp CR at the end of read buffernobu2019-03-071-0/+13
* proc.c: call respond_to_missing? with a symbolnobu2019-03-061-0/+16
* string.c: respect the actual encodingnobu2019-03-051-0/+7
* do not close FSs explicitly.ko12019-03-031-2/+2
* close opened files explicitlyko12019-03-031-1/+4
* Skip EPERM, when statx(2) is wholely blockednobu2019-02-221-1/+4
* Skip EPERM, like as r67102nobu2019-02-221-1/+1
* STATX_BTIME depends on filesystemsnobu2019-02-221-0/+2
* Support File#birthtime on Linuxnobu2019-02-221-0/+11
* Consider END blocknobu2019-02-131-1/+1
* Fix rb_bug message pattern listnobu2019-02-131-8/+2
* Fix rb_bug message pattern listnobu2019-02-131-3/+14
* fix test for r67061naruse2019-02-131-13/+0
* Use assert_syntax_errornobu2019-02-081-5/+5
* Suppress warning [Feature #15575]nobu2019-02-081-1/+3
* enum.c: Enumerable#tallynobu2019-02-071-0/+5
* Revert r63383, r63248 "compile.c: copy a short insn with leave"nobu2019-02-011-0/+12
* test_iseq.rb: update expected error messagenobu2019-01-311-1/+1
* test_iseq.rb: enablednobu2019-01-311-2/+0
* enumerator.c: fix arith_seq_first for Infinitymrkn2019-01-301-0/+19
* Fix `Module#const_defined?` on inherited constantsnobu2019-01-281-0/+11
* added assertion with method ref operatornobu2019-01-281-0/+1
* Add refinements support to method/instance_method.nobu2019-01-281-2/+39
* parse.y: trim newline in erred codenobu2019-01-261-0/+6
* parse.y: remove an extra error messagenobu2019-01-242-2/+3
* numeric.c: Fix negative step with float componentsmrkn2019-01-242-0/+19
* parse.y: enclose keyword token names by quotesnobu2019-01-221-1/+1
* parse.y: more token namesnobu2019-01-211-1/+1
* test_io.rb: skip test on MJIT to prevent random failurek0kubun2019-01-211-0/+1
* Prefer block_given? to iterator?nobu2019-01-181-11/+6
* dir.c: fix Dir.glob with braces and matching dirshirosaki2019-01-161-0/+14
* setbyte / ungetbyte allow out-of-range integersshyouhei2019-01-151-7/+7
* Suppress warning: ambiguous first argument; put parentheses or a space even a...naruse2019-01-151-15/+15