aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest/test_insns.rb
Commit message (Expand)AuthorAgeFilesLines
* Emit special instruction for array literal + .(hash|min|max)Aaron Patterson2023-04-181-6/+8
* Add one more test example for swap instructionNikita Vasilevsky2021-11-091-0/+1
* Prefer qualified names under ThreadNobuyoshi Nakada2021-06-291-1/+1
* Removed deprecated Time#succNobuyoshi Nakada2020-12-071-1/+0
* Remove test for putiseq insnMichael Lindley2020-09-241-1/+0
* Interpolated strings are no longer frozen with frozen-string-literal: trueBenoit Daloze2020-09-151-2/+0
* Remove obsoleted opt_call_c_function insn (#3232)Takashi Kokubun2020-06-171-2/+0
* Added test for `debug_level:` option of `RubyVM::InstructionSequence.compile`Nobuyoshi Nakada2020-04-151-0/+5
* Turn class variable warnings into exceptionsJeremy Evans2020-04-101-2/+2
* fix memory corruption in old GCC卜部昌平2019-10-101-1/+0
* add tests卜部昌平2019-09-051-0/+2
* Add insn tests for newarraykwsplatTakashi Kokubun2019-09-031-0/+1
* Fix opt_regexpmatch1 referencesTakashi Kokubun2019-09-021-2/+2
* Fix remaining warning issues in the tests due to keyword argument separationJeremy Evans2019-08-301-2/+17
* bootstraptest/test_insns.rb: test opt_nil_pKazuhiro NISHIYAMA2019-08-011-0/+1
* on-smash canary detectionshyouhei2019-02-011-1/+1
* Indented here document (<<~) is Ruby 2.3 featurenaruse2019-01-191-26/+26
* support older BASERUBY for btest.ko12019-01-181-2/+4
* bootstraptest/test_insns.rb: test newhashfromarraykazu2018-10-271-0/+1
* improve C0 coverage of insns.defshyouhei2018-06-291-4/+34
* bootstraptest/test_insns.rb: Fix typok0kubun2017-05-271-1/+1
* Rename RbConfig::Limits as RbConfig::LIMITSnobu2017-04-061-2/+2
* fix a typo [ci skip]kazu2017-03-281-1/+1
* Update assertion message [ci skip]kazu2017-03-281-1/+1
* compile.c: apply opt_str_freeze to String#-@ (uminus)normal2017-03-101-0/+1
* make FIXNUM_MAX visible from Rubyshyouhei2017-01-301-8/+5
* improve C0 coverage of insns.def from 65.9% to 96.1%shyouhei2017-01-231-0/+391