aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* fix UTF-32 valid_encoding?nobu2017-03-091-2/+2
* fix UTF-32 valid_encoding?nobu2017-03-091-0/+68
* test_utf16.rb: refine valid_encoding testsnobu2017-03-091-50/+62
* proc.c: preserve class name encoding in Proc#to_snobu2017-03-081-0/+2
* parse.y: remove tracenobu2017-03-071-0/+9
* string.c: negation of LONG_MINnobu2017-03-071-0/+2
* refine a warning message.akr2017-03-021-6/+6
* test: use RbConfig::Limitsnobu2017-03-025-8/+8
* parse.y: indent at invalid identifiernobu2017-02-261-0/+4
* NEWS: document String#-@ changenormal2017-02-251-0/+2
* Integer.sqrt argument checknobu2017-02-241-0/+1
* Integer.sqrt [Feature #13219]nobu2017-02-241-0/+24
* 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