aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* Rename `AST` module to `AbstractSyntaxTree`yui-knk2018-11-091-21/+21
* refine parse_ratnobu2018-11-081-0/+3
* Generalize r65594nobu2018-11-071-2/+4
* Rename get/setinlinecache to opt_get/opt_setinlinecachemame2018-11-071-1/+1
* test_process.rb: avoid test failure by r65588k0kubun2018-11-071-0/+1
* Fix TracePoint for nested iseq loaded from binary [Bug#14702]ko12018-11-061-8/+69
* Don't set throw data as cause [Bug #15282]naruse2018-11-051-0/+6
* Implement `RubyVM::AST.of` [Feature #14836]yui-knk2018-11-051-0/+12
* parse.y: last node of NODE_ARRAYnobu2018-10-311-0/+4
* parse.y: last location from bisonnobu2018-10-301-0/+5
* support theap for T_HASH. [Feature #14989]ko12018-10-301-0/+1
* introduce TransientHeap. [Bug #14858]ko12018-10-301-0/+15
* revert r65444 and r65446 because of commit missko12018-10-301-15/+0
* introduce TransientHeap. [Bug #14858]ko12018-10-301-0/+15
* Revert "Add test for cause on pty"naruse2018-10-281-49/+0
* Add test for cause on ptynaruse2018-10-281-0/+49
* time.c: added Time::TM#+ and Time::TM#-nobu2018-10-281-9/+2
* fix testnaruse2018-10-271-3/+3
* Print exception's cause like Javanaruse2018-10-271-0/+32
* test_io.rb: skip busy wait test againk0kubun2018-10-271-0/+1
* hash.c: aset deduplicates un-tainted stringnormal2018-10-261-0/+18
* parse.y: remove "shadowing outer local variable" warningmame2018-10-262-18/+2
* Revert "parse.y: remove "shadowing outer local variable" warning"mame2018-10-262-2/+18
* parse.y: remove "shadowing outer local variable" warningmame2018-10-262-18/+2
* Update for tzdata-2018fnobu2018-10-261-3/+9
* _mjit_compile_ivar.erb: cancel on undefined ivark0kubun2018-10-241-0/+21
* test_jit.rb: test newhashfromarrayk0kubun2018-10-241-0/+4
* compile.c: fix peephole optimizationnobu2018-10-241-0/+6
* test/lib/test/unit/assertions.rb: skip memory leak checkk0kubun2018-10-232-2/+0
* revisit more MJIT test skipsk0kubun2018-10-224-15/+5
* test/ruby/test_string.rb: skip test_crypt for MJIT againk0kubun2018-10-222-1/+2
* revert r65292 and r65297k0kubun2018-10-222-6/+0
* Set the size of a new enumerator created by Enumerator#each with arguments to...knu2018-10-221-2/+5
* test_thread.rb: another temporary skip for MJITk0kubun2018-10-221-0/+2
* time.c: optional arguments of Time::TM#initializenobu2018-10-221-1/+1
* test_time_tz.rb: refactor dummy TZ tests and add another timezonenobu2018-10-211-37/+38
* skip 2 tests for MJIT for nowk0kubun2018-10-212-0/+4
* try to remove some test skips for MJITk0kubun2018-10-212-5/+0
* Document File.{setuid?,setgid?,sticky?} support for IO objects [Bug #13972]aycabta2018-10-201-3/+20
* require 'rbconifg' earlier.ko12018-10-201-2/+0
* skip tests if --disable-mjit-support.ko12018-10-202-0/+4
* rename configure option `--disable-mjit` to `--disable-mjit-support`ko12018-10-201-1/+1
* add disabling MJIT features option.ko12018-10-201-0/+4
* complex.c: small optimization of Complex#**nobu2018-10-201-0/+4
* mjit.c: don't let MJIT.pause hang on full active unitsk0kubun2018-10-191-0/+12
* test/lib/jit_support.rb: continue to skip test_jitk0kubun2018-10-193-15/+29
* test_rubyoptions.rb: don't use obsoleted methodk0kubun2018-10-191-19/+15
* test_rubyvm_mjit.rb: don't use obsoleted methodk0kubun2018-10-191-6/+0
* test/lib/jit_support.rb: fire test_jit everywherek0kubun2018-10-191-4/+0
* infect taint flag on Array#pack and String#unpacknagachika2018-10-171-0/+16