aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* test/ruby/test_range.rb: add a test for endless range's min with comparisonmame2018-06-221-0/+2
* range.c: Range#last and #max raises a RangeError if it is endlessmame2018-06-221-4/+6
* range.c: Range#size now returns Float::INFINITY if it is endlessmame2018-06-221-2/+2
* range.c: Range#to_a now raises RangeError if it is endlessmame2018-06-221-0/+6
* test/ruby/test_io.rb: fix timing sensitive testnormal2018-06-201-5/+10
* test_ast.rb: Remove a needless lineyui-knk2018-06-201-3/+1
* test_ast.rb: Fix an argument of `grep`, child is a `RubyVM::AST::Node`yui-knk2018-06-201-2/+2
* variable.c: fix receiver on private constantnobu2018-06-191-4/+38
* gettimeofday is obsoletenobu2018-06-151-2/+10
* Remove warnings of flip-flop deprecation from tests and specsmame2018-06-152-2/+15
* parse.y: Deprecate flip-flopsmame2018-06-151-0/+2
* Revert "range.c: prohibit `(1..nil)`"mame2018-06-131-23/+23
* range.c: prohibit `(1..nil)`mame2018-06-131-23/+23
* ast.c: fix callsnobu2018-06-081-0/+28
* ast.c: refine AST#childrennobu2018-06-071-5/+12
* ast.c: Fix to raise `SyntaxError`yui-knk2018-06-071-0/+21
* math.c: adjust cbrtnobu2018-06-061-0/+1
* test_ast.rb: Add test cases of heredoc columnsyui-knk2018-06-051-0/+12
* Move a test fileyui-knk2018-06-051-0/+141
* Add TracePoint#parametersmame2018-06-031-0/+39
* Fixed wrong variable name.hsbt2018-06-021-1/+1
* Added test for default gems validation.hsbt2018-06-021-0/+15
* fix the conditionnobu2018-05-311-2/+2
* test_rubyoptions.rb: relax timeoutnobu2018-05-311-4/+4
* fake.rb: fix RUBY_DESCRIPTION for MJITnobu2018-05-291-5/+1
* test_rubyoptions.rb: RbConfig::CONFIG['cppflags'] can be nilk0kubun2018-05-241-1/+1
* test_rubyoptions.rb: allow passing test_verbosek0kubun2018-05-241-1/+5
* remove VM_ENV_DATA_INDEX_ENV_PROC.ko12018-05-231-0/+8
* test_jit.rb: propagate suspicious stderrk0kubun2018-05-221-4/+16
* range.c: === by cover?nobu2018-05-171-0/+10
* Split TestThread#test_join_limits into peacesngoto2018-05-151-9/+25
* error.c: check redefined backtrace resultnobu2018-05-141-0/+10
* 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