aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
...
* variable.c: fix thread + fork errors in autoloadnormal2018-04-201-0/+26
* range.c: step in bignumnobu2018-04-201-1/+4
* range.c: fix fixnum loop conditionnobu2018-04-201-0/+6
* range.c: Make Range#bsearch support endless rangesmame2018-04-191-0/+5
* Make Range#min, max, include?, cover?, and === to support endless rangemame2018-04-191-0/+25
* Introduce endless range [Feature#12912]mame2018-04-192-3/+77
* dir.c: warning for NULnobu2018-04-191-2/+4
* Add slice method to ENV like Hash#slicenobu2018-04-191-0/+11
* test/ruby/test_super.rb: Remove unused assertionsmame2018-04-171-2/+2
* The test for TracePoint with thread had never worked correctlymame2018-04-171-2/+4
* The test for TracePoint#raised_exception had never worked correctlymame2018-04-171-2/+2
* Remove the old disabled assertions for 1.8/1.9mame2018-04-172-36/+0
* Enable the assertions that had been disabled for historical reasonmame2018-04-171-5/+4
* Remove the assertions that have no meaningmame2018-04-171-4/+4
* Remove the disabled old tests for Ruby 1.8/1.9 feature changemame2018-04-172-36/+7
* Use assert(false) for the path that is expected unreachablemame2018-04-171-2/+2
* parse.y: fix cmdarg in command_argsnobu2018-04-171-0/+4
* compile.c: align rangenobu2018-04-161-0/+1
* string.c: fix dumped suffixnobu2018-04-161-1/+4
* string.c: fix checking ordernobu2018-04-161-0/+3
* Extend timeoutnaruse2018-04-141-1/+1
* file.c: chardev is loadablenobu2018-04-131-0/+5
* parse.y: `when` indentnobu2018-04-121-3/+3
* assert indents of `case` and `end`nobu2018-04-121-0/+1
* error.c: super in method_missingnobu2018-04-121-0/+16
* marshaltestlib.rb: use clean object for exceptionnobu2018-04-121-1/+3
* eval_error.c: fix loop on exception in messagenobu2018-04-111-0/+11
* symbol.c: non-ASCII constant namesnobu2018-04-101-0/+39
* parse.y: extra error message after no digitsnobu2018-04-091-4/+5
* test_literal.rb: use assert_syntax_errornobu2018-04-091-5/+1
* compile.c: align IBF dumped datanobu2018-04-081-1/+0
* test/ruby/test_iseq.rb: hexdump to diffnobu2018-04-071-2/+11
* compile.c: fix positions encodenobu2018-04-051-5/+24
* bignum.c: Bignum#fdiv avoids double division when divisor is bignummame2018-04-041-0/+1
* use Queue for inter-thread synchronization.ko12018-04-041-2/+3
* test_fiber.rb: fix test_create_fiber_in_new_threadnobu2018-04-031-3/+3
* Fix typonobu2018-04-031-1/+1
* Fix Fiber with Thread issue on Windows [Bug #14642]ko12018-04-031-0/+9
* proc.c: fix segfault when no singleton classnobu2018-04-031-0/+3
* Fix Kernel#singleton_method with Module#Prependnobu2018-04-031-0/+10
* error.c: prepend "warning: " alwaysnobu2018-04-021-0/+1
* test_time_tz.rb: Lisbon tzdata fixnobu2018-04-011-0/+1
* test_time_tz.rb: Kiritimati tzdata fixnobu2018-04-011-0/+9
* test_time_tz.rb: Kiritimati tzdata fixnobu2018-04-011-3/+14
* test_jit.rb: loosen CC check conditionk0kubun2018-03-301-1/+1
* compile.c: do not dump unused callinfosnobu2018-03-301-0/+11
* test_jit.rb: loosen debug log checkk0kubun2018-03-291-1/+1
* Use only CMDARG/COND _PUSH/POP for cmdarg/cond management.nobu2018-03-291-0/+8
* array.c: yield blockarg in collectnobu2018-03-291-0/+2
* pack.c: fix underflownobu2018-03-281-0/+3