aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* Use `&.` instead of modifier ifkazu2018-05-111-2/+2
* variable.c: fix multiple autoload with identical file (again)normal2018-05-101-0/+36
* revert r63387 and r63389 for nownormal2018-05-101-36/+0
* variable.c: fix autoload object lifetimes and leaknormal2018-05-101-0/+12
* variable.c: fix multiple autoload with identical filenormal2018-05-101-0/+24
* _mjit_compile_send.erb: revert r63350k0kubun2018-05-091-10/+0
* Use `&.` instead of modifier ifkazu2018-05-091-1/+1
* Remove unreachable breakkazu2018-05-081-1/+0
* Modify spaces [ci skip]kazu2018-05-081-5/+3
* _mjit_compile_send.erb: inline recursive callk0kubun2018-05-071-0/+10
* Remove needless require [ci skip]kazu2018-05-071-2/+0
* Use `&.` instead of modifier if and remove needless closed?kazu2018-05-071-6/+6
* Fix a typo [ci skip]kazu2018-05-071-1/+1
* object.c: raise on long invalid float stringnobu2018-05-041-0/+6
* _mjit_compile_send.erb: retry inlining attr_readerk0kubun2018-05-031-0/+31
* test_jit.rb: test local variablesk0kubun2018-05-021-4/+17
* test_jit.rb: test opt_aref_with againk0kubun2018-05-021-1/+4
* test_jit.rb: make it possible to automatically findk0kubun2018-05-021-7/+43
* test_jit.rb: verify tested insnsk0kubun2018-05-021-68/+102
* object.c: fix exponent with underscorenobu2018-05-021-0/+2
* test_jit.rb: add missing dependencyk0kubun2018-05-021-0/+1
* compile.c: mark catch_except_p of iseqk0kubun2018-05-021-0/+11
* test_rubyoptions.rb: let all tests work with --jitk0kubun2018-04-281-4/+9
* test_bug_reporter.rb: make it work with --jitk0kubun2018-04-281-1/+1
* test_rubyoptions.rb: let test_verbose work w/ --jitk0kubun2018-04-281-1/+3
* range.c: each on endless rangenobu2018-04-281-0/+26
* mjit.c: clean so file on Windowsnobu2018-04-271-1/+11
* test_numeric.rb: loose precision assertionnobu2018-04-261-1/+0
* compile.c: fix unconditional branch optimizationnobu2018-04-251-0/+7
* string.c: fix scanned substring with `\K`nobu2018-04-241-0/+2
* test/ruby/test_io.rb: add extra Thread#join to delay closenormal2018-04-231-2/+3
* test/ruby/test_io.rb: try to diagnose stuck test_recycled_fd_closenormal2018-04-211-3/+7
* test_jit.rb: follow the change of instructionk0kubun2018-04-211-1/+1
* test/ruby/test_io.rb: add closing recycled FD testnormal2018-04-211-0/+32
* _mjit_compile_send.erb: inline attr_reader callk0kubun2018-04-201-0/+35
* 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