aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_iseq.rb
Commit message (Expand)AuthorAgeFilesLines
* Use Integer instead of Fixnum and Bignum.akr2016-05-171-1/+1
* SyntaxError message at iseq compilenobu2016-03-191-0/+21
* test_iseq.rb: shortennobu2016-03-191-7/+7
* test/ruby: suppress runtime warningsnobu2016-02-191-1/+3
* test/ruby: suppress parser warningsnobu2016-02-191-2/+2
* increase timeout for ARMv7naruse2016-01-191-1/+1
* iseq.c: mark parent iseqnobu2016-01-131-0/+27
* * compile.c (iseq_compile_each): add debug information to NODE_STRko12015-11-201-1/+0
* * compile.c (iseq_compile_each): Dynamic string literals should beshugo2015-11-091-1/+1
* change DOTQnobu2015-11-061-1/+1
* compile.c: optimize method chainnobu2015-10-231-6/+17
* safe navigation attrsetnobu2015-10-231-1/+1
* test_iseq.rb: fix meaningless assertionnobu2015-10-091-5/+5
* * compile.c (iseq_compile_each): Dynamic string literals (e.g.,shugo2015-10-091-6/+7
* compile.c: register cdhashnobu2015-09-101-0/+20
* * vm_opts.h, iseq.c, iseq.h: add compile option to force frozenko12015-08-211-0/+13
* iseq.c: check srouce typenobu2015-05-191-0/+7
* test/ruby/test_iseq.rb: spelling fix: s/diable/disable/normal2014-12-181-1/+1
* * compile.c (iseq_compile_each): checkko12014-12-171-0/+10
* iseq.c: preserve encoding at disassemblingnobu2014-11-231-6/+7
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* * test/ruby: get rid of warnings.usa2014-03-041-1/+1
* test/ruby: better assertionsnobu2013-12-131-2/+2
* * test/ruby/test_eval.rb (class TestEval): Use assert_same instead oftmm12013-11-271-4/+2
* * test/ruby/test_eval.rb (class TestEval): Add test for shared evaltmm12013-11-271-0/+10
* test/unit/assertions.rb: return exceptionnobu2013-10-091-2/+1
* * compile.c (iseq_compile_each): remove redundant trace(line)ko12013-02-281-3/+28
* * iseq.c (iseq_data_to_ary): fix condition.ko12013-02-281-0/+12
* * test/ruby/test_iseq.rb: disable a test which checks featuresko12012-12-211-1/+1
* * iseq.c (rb_iseq_line_trace_each): iterate `line' event only.ko12012-12-011-0/+12
* * iseq.c: add RubyVM::InstructionSequence (ISeq) inspection methods.ko12012-11-301-0/+19
* [EXPERIMENTAL]ko12012-11-301-0/+24
* Suppress warningsnaruse2012-08-211-1/+1
* * test/ruby/test_iseq.rb (TestISeq#test_disasm_encoding): set defaultnobu2012-06-101-4/+6
* iseq.c: rb_id2strnobu2012-06-091-0/+8
* iseq.c: fix conversionnobu2012-06-091-0/+7
* * iseq.c (iseq_data_to_ary): check line info table boundary. linenobu2012-01-141-0/+11