aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_iseq.rb
Commit message (Expand)AuthorAgeFilesLines
* Raise when loading unprovided builtin function [Bug #17192]Nobuyoshi Nakada2020-11-301-0/+15
* Added assertionsNobuyoshi Nakada2020-11-191-7/+7
* Make RubyVM::InstructionSequence.compile_file use same encoding as loadJeremy Evans2020-11-191-0/+16
* Unfreeze string-literal-only interpolated string-literalNobuyoshi Nakada2020-09-301-1/+1
* Interpolated strings are no longer frozen with frozen-string-literal: trueBenoit Daloze2020-09-151-2/+2
* Fix a random test failure by TracePointTakashi Kokubun2020-06-241-2/+4
* Added test for `debug_level:` option of `RubyVM::InstructionSequence.compile`Nobuyoshi Nakada2020-04-151-0/+8
* support multi-run for test/ruby/test_iseq.rbKoichi Sasada2020-01-281-0/+5
* catch up last commit.Koichi Sasada2019-11-181-1/+1
* Support RB_BUILTIN in ISeq#to_aTakashi Kokubun2019-11-091-0/+7
* Iseq#to_binary: dump flag for **nil (#2508)Alan Wu2019-10-021-0/+11
* [EXPERIMENTAL] Expression with modifier `in`Nobuyoshi Nakada2019-09-261-1/+1
* Iseq#to_binary: Add support for NoMatchingPatternError and TypeErrorAlan Wu2019-08-091-0/+10
* Suppress method redefinition warningsNobuyoshi Nakada2019-06-301-1/+2
* Suppress unused variable warningsNobuyoshi Nakada2019-06-301-1/+1
* Use assigned local variableNobuyoshi Nakada2019-06-281-1/+1
* Ignore warnings about ambiguous first argument of regexp with assert match.Hiroshi SHIBATA2019-06-011-2/+2
* Fix scanner event at invalid syntaxNobuyoshi Nakada2019-05-261-3/+6
* Show the source line at an invalid class/instance variablenobu2019-03-151-1/+1
* test_iseq.rb: update expected error messagenobu2019-01-311-1/+1
* test_iseq.rb: enablednobu2019-01-311-2/+0
* Return same ISeq object for one src.ko12018-12-061-0/+23
* parser: improve error messagesnobu2018-11-251-1/+1
* Fix TracePoint for nested iseq loaded from binary [Bug#14702]ko12018-11-061-8/+69
* check trace flags at loading [Bug #14702]ko12018-08-231-0/+14
* compile.c: align rangenobu2018-04-161-0/+1
* compile.c: align IBF dumped datanobu2018-04-081-1/+0
* test/ruby/test_iseq.rb: hexdump to diffnobu2018-04-071-2/+11
* compile.c: fix positions encodenobu2018-04-051-5/+24
* test_iseq.rb: disable load_from_binarynobu2018-03-211-1/+1
* compile.c: fix ibf_load_codenobu2018-03-201-1/+2
* IBF works only on x86 platforms nownobu2018-03-181-0/+1
* test_iseq.rb: skip iseq with coveragenobu2018-03-161-1/+6
* compile.c: fix load_from_binarynobu2018-03-161-5/+4
* Revert r62617 "compile.c: fix load_from_binary"naruse2018-03-151-4/+5
* compile.c: fix load_from_binarynobu2018-03-011-5/+4
* Revert r61936 "compile.c: use ALLOCV_N"nobu2018-02-281-0/+9
* iseq.c: child iseq encodingnobu2018-01-111-0/+5
* Set first line numbers for empty iseqs.ko12017-12-251-0/+33
* RubyVM::InstructionSequence#trace_points.ko12017-12-231-20/+56
* RubyVM::InstructionSequence#each_child.ko12017-12-231-0/+41
* test/ruby/test_iseq.rb: Skip test_safe_call_chain if Coverage is running.yui-knk2017-09-251-1/+3
* iseq.c: preserve encodingnobu2017-06-121-0/+8
* iseq.c: syntax error in compile_filenobu2016-09-271-0/+18
* iseq.c: undef allocatornobu2016-08-221-0/+4
* error.c: fix newline in syntax errornobu2016-08-121-0/+3
* * iseq.c (Init_ISeq): undef ISeq.translate and ISeq.load_iseqko12016-07-131-0/+10
* 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