summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2018-11-13test_array.rb: try to avoid NoMemoryError on AppVeyork0kubun
2018-11-12Export rb_flo_div_flo for MJITnobu
2018-11-09Get rid of setting SCRIPT_LINES__ by AST.parsenobu
2018-11-09Rename `AST` module to `AbstractSyntaxTree`yui-knk
2018-11-08refine parse_ratnobu
2018-11-07Generalize r65594nobu
2018-11-07Rename get/setinlinecache to opt_get/opt_setinlinecachemame
2018-11-07test_process.rb: avoid test failure by r65588k0kubun
2018-11-06Fix TracePoint for nested iseq loaded from binary [Bug#14702]ko1
2018-11-05Don't set throw data as cause [Bug #15282]naruse
2018-11-05Implement `RubyVM::AST.of` [Feature #14836]yui-knk
2018-10-31parse.y: last node of NODE_ARRAYnobu
2018-10-30parse.y: last location from bisonnobu
2018-10-30support theap for T_HASH. [Feature #14989]ko1
2018-10-30introduce TransientHeap. [Bug #14858]ko1
2018-10-30revert r65444 and r65446 because of commit missko1
2018-10-30introduce TransientHeap. [Bug #14858]ko1
2018-10-28Revert "Add test for cause on pty"naruse
2018-10-28Add test for cause on ptynaruse
2018-10-28time.c: added Time::TM#+ and Time::TM#-nobu
2018-10-27fix testnaruse
2018-10-27Print exception's cause like Javanaruse
2018-10-27test_io.rb: skip busy wait test againk0kubun
2018-10-26hash.c: aset deduplicates un-tainted stringnormal
2018-10-26parse.y: remove "shadowing outer local variable" warningmame
2018-10-26Revert "parse.y: remove "shadowing outer local variable" warning"mame
2018-10-26parse.y: remove "shadowing outer local variable" warningmame
2018-10-26Update for tzdata-2018fnobu
2018-10-24_mjit_compile_ivar.erb: cancel on undefined ivark0kubun
2018-10-24test_jit.rb: test newhashfromarrayk0kubun
2018-10-24compile.c: fix peephole optimizationnobu
2018-10-23test/lib/test/unit/assertions.rb: skip memory leak checkk0kubun
2018-10-22revisit more MJIT test skipsk0kubun
2018-10-22test/ruby/test_string.rb: skip test_crypt for MJIT againk0kubun
2018-10-22revert r65292 and r65297k0kubun
2018-10-22Set the size of a new enumerator created by Enumerator#each with arguments to...knu
2018-10-22test_thread.rb: another temporary skip for MJITk0kubun
2018-10-22time.c: optional arguments of Time::TM#initializenobu
2018-10-21test_time_tz.rb: refactor dummy TZ tests and add another timezonenobu
2018-10-21skip 2 tests for MJIT for nowk0kubun
2018-10-21try to remove some test skips for MJITk0kubun
2018-10-20Document File.{setuid?,setgid?,sticky?} support for IO objects [Bug #13972]aycabta
2018-10-20require 'rbconifg' earlier.ko1
2018-10-20skip tests if --disable-mjit-support.ko1
2018-10-20rename configure option `--disable-mjit` to `--disable-mjit-support`ko1
2018-10-20add disabling MJIT features option.ko1
2018-10-20complex.c: small optimization of Complex#**nobu
2018-10-19mjit.c: don't let MJIT.pause hang on full active unitsk0kubun
2018-10-19test/lib/jit_support.rb: continue to skip test_jitk0kubun
2018-10-19test_rubyoptions.rb: don't use obsoleted methodk0kubun