aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* rational.c: infinity in powernobu2017-02-221-0/+2
* rational.c: infinity in powernobu2017-02-221-0/+6
* refine warning message for binary regexp /.../n.akr2017-02-221-6/+6
* Thread#fetchnobu2017-02-221-0/+30
* numeric.c: Numeric#clone and #dupnobu2017-02-221-4/+10
* object.c: message encodingnobu2017-02-211-0/+4
* regparse.c: initialize return valuesnobu2017-02-201-0/+19
* vm_insnhelper.c: super to module in refinementnobu2017-02-191-0/+32
* array.c: check if numericnobu2017-02-181-0/+3
* marshal.c: revert r57631 partiallynobu2017-02-151-0/+3
* check thread deadness correctly.ko12017-02-101-0/+10
* Add class name to assert messageskazu2017-02-021-2/+2
* test_time.rb: use UTCnobu2017-02-011-1/+1
* time.c (time_strftime): avoid garbage in common casenormal2017-01-311-0/+11
* test_io.rb: separate a testnobu2017-01-311-0/+3
* sprintf.c: avoid garbage in common (no exception) casenormal2017-01-311-0/+10
* io.c (rb_io_syswrite): avoid leaving garbage after writenormal2017-01-301-1/+3
* string.c (rb_str_tmp_frozen_release): release embedded stringsnormal2017-01-301-0/+16
* reduce iterations for slower machinesnobu2017-01-301-2/+2
* io.c: close before waitnobu2017-01-251-0/+21
* eval.c: copy special exceptionnobu2017-01-241-0/+20
* object.c: no TypeError at Symbolnobu2017-01-231-0/+4
* SecureRandom should try /dev/urandom first [Bug #9569]shyouhei2017-01-201-2/+2
* parse.y: rescue/else/ensure in do-endnobu2017-01-191-0/+67
* string.c: rindex(//) should set $~.shugo2017-01-191-0/+3
* parse.y: chomp by -lnobu2017-01-191-1/+2
* vm_method.c: resolve refined method to undefnobu2017-01-181-0/+19
* class.c: non-keyword hash classnobu2017-01-181-0/+12
* test_rational.rb: messagesnobu2017-01-161-93/+93
* error.c: movednobu2017-01-131-1/+1
* error.c: movednobu2017-01-131-0/+5
* immediate message mode of compile errornobu2017-01-121-0/+4
* string.c: replacement and blocknobu2017-01-111-0/+2
* string.c: yield invalid partnobu2017-01-111-3/+3
* string.c: block for scrub with ASCII-incompatiblenobu2017-01-111-0/+5
* compile.c: check compilenobu2017-01-101-0/+17
* fix optimization for hash aset/aref with fstringeregon2017-01-071-0/+13
* test_io.rb: squiggly heredocnobu2017-01-061-2/+3
* test for [Feature #11547]nobu2017-01-011-0/+4
* vm.c: fix return in lambdanobu2016-12-311-0/+20
* rational.c: memory leak in gcdnobu2016-12-301-0/+10
* test/ruby/test_pack.rb: fix test case added by r57187rhe2016-12-291-1/+1
* numeric.c: reduce fdivnobu2016-12-281-0/+7
* io.c: ARGF fd leaknobu2016-12-271-1/+7
* io.c: fix race between read and closenobu2016-12-261-0/+30
* parse.y: preserve cmdarg stacknobu2016-12-261-0/+9
* vm_eval.c: Symbol#to_proc and instance_execnobu2016-12-261-0/+6
* test/ruby/test_symbol.rb: use begin;end; hacknobu2016-12-261-9/+18
* pack.c: avoid returning uninitialized Stringrhe2016-12-261-0/+8
* string.c: CRLF in paragraph modenobu2016-12-251-0/+10