aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_rubyoptions.rb
Commit message (Expand)AuthorAgeFilesLines
* parse.y: remove "shadowing outer local variable" warningmame2018-10-261-14/+0
* Revert "parse.y: remove "shadowing outer local variable" warning"mame2018-10-261-0/+14
* parse.y: remove "shadowing outer local variable" warningmame2018-10-261-14/+0
* revisit more MJIT test skipsk0kubun2018-10-221-4/+4
* skip tests if --disable-mjit-support.ko12018-10-201-0/+2
* test/lib/jit_support.rb: continue to skip test_jitk0kubun2018-10-191-15/+19
* test_rubyoptions.rb: don't use obsoleted methodk0kubun2018-10-191-19/+15
* Just a shebang is valid codenobu2018-10-021-0/+3
* Use https instead of httpkazu2018-09-111-1/+1
* ruby.c: taint ARGV on Windowsnobu2018-07-271-0/+7
* test_rubyoptions.rb: allow passing test_verbosek0kubun2018-07-221-1/+11
* test_rubyoptions.rb: skip testing JIT on mswink0kubun2018-07-181-3/+5
* ruby.c: accept --disable-jit optionk0kubun2018-07-181-7/+26
* ruby.c: disable DidYouMean as gemnobu2018-07-161-0/+1
* unrevert r63852 but keep SIGCHLD path disabled for win32normal2018-07-051-4/+13
* Revert r63758 and related commitsnaruse2018-07-041-13/+4
* fix r63799 ("test/ruby/test_rubyoptions.rb: improve diagnostics for failures")normal2018-06-301-2/+4
* test/ruby/test_rubyoptions.rb: improve diagnostics for failuresnormal2018-06-301-4/+11
* 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
* Use `&.` instead of modifier ifkazu2018-05-091-1/+1
* 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
* 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
* parse.y: mismatched indentations at middlenobu2018-03-191-0/+7
* parse.y: refine assign_in_cond warningnobu2018-03-011-1/+1
* test/ruby/test_rubyoptions.rb: fix typo and only expect +JIT for CRubyeregon2018-02-221-3/+3
* test_rubyoptions.rb: don't test --jit if not supportedk0kubun2018-02-221-7/+10
* version.c: show +JIT when --jit is passedk0kubun2018-02-221-1/+23
* compile.c: keep debug infonobu2018-02-161-0/+2
* test_rubyoptions.rb: show code in failure messagesnobu2018-02-161-3/+5
* mjit.c: merge MJIT infrastructurek0kubun2018-02-041-1/+1
* ruby.c: script __dir__ encodingnobu2017-12-161-2/+7
* Add FrozenError as a subclass of RuntimeErrorshyouhei2017-12-121-1/+1
* load.c: cwd encodingnobu2017-11-121-0/+12
* Test for r60396nobu2017-10-241-0/+15
* The encoding of __FILE__ and __dir__ should be sameusa2017-10-211-0/+16
* ruby.c: reject NUL in $0nobu2017-10-191-0/+7
* parse.y: token info with BOMnobu2017-10-111-0/+11
* ruby.c: paragraph mode by -00nobu2017-09-201-0/+2
* Remove needless splat arraykazu2017-09-151-1/+1
* test_rubyoptions.rb: keep paths if necessarynobu2017-09-131-5/+7
* ruby.c: ignore non-option in shebang linenobu2017-08-101-0/+2
* Use tr! instead of gsub!kazu2017-07-131-1/+1