summaryrefslogtreecommitdiff
path: root/test/ruby/test_iseq.rb
AgeCommit message (Expand)Author
2020-09-30Unfreeze string-literal-only interpolated string-literalNobuyoshi Nakada
2020-09-15Interpolated strings are no longer frozen with frozen-string-literal: trueBenoit Daloze
2020-06-24Fix a random test failure by TracePointTakashi Kokubun
2020-04-15Added test for `debug_level:` option of `RubyVM::InstructionSequence.compile`Nobuyoshi Nakada
2020-01-28support multi-run for test/ruby/test_iseq.rbKoichi Sasada
2019-11-18catch up last commit.Koichi Sasada
2019-11-09Support RB_BUILTIN in ISeq#to_aTakashi Kokubun
2019-10-02Iseq#to_binary: dump flag for **nil (#2508)Alan Wu
2019-09-26[EXPERIMENTAL] Expression with modifier `in`Nobuyoshi Nakada
2019-08-09Iseq#to_binary: Add support for NoMatchingPatternError and TypeErrorAlan Wu
2019-06-30Suppress method redefinition warningsNobuyoshi Nakada
2019-06-30Suppress unused variable warningsNobuyoshi Nakada
2019-06-28Use assigned local variableNobuyoshi Nakada
2019-06-01Ignore warnings about ambiguous first argument of regexp with assert match.Hiroshi SHIBATA
2019-05-26Fix scanner event at invalid syntaxNobuyoshi Nakada
2019-03-15Show the source line at an invalid class/instance variablenobu
2019-01-31test_iseq.rb: update expected error messagenobu
2019-01-31test_iseq.rb: enablednobu
2018-12-06Return same ISeq object for one src.ko1
2018-11-25parser: improve error messagesnobu
2018-11-06Fix TracePoint for nested iseq loaded from binary [Bug#14702]ko1
2018-08-23check trace flags at loading [Bug #14702]ko1
2018-04-16compile.c: align rangenobu
2018-04-08compile.c: align IBF dumped datanobu
2018-04-07test/ruby/test_iseq.rb: hexdump to diffnobu
2018-04-05compile.c: fix positions encodenobu
2018-03-21test_iseq.rb: disable load_from_binarynobu
2018-03-20compile.c: fix ibf_load_codenobu
2018-03-18IBF works only on x86 platforms nownobu
2018-03-16test_iseq.rb: skip iseq with coveragenobu
2018-03-16compile.c: fix load_from_binarynobu
2018-03-15Revert r62617 "compile.c: fix load_from_binary"naruse
2018-03-01compile.c: fix load_from_binarynobu
2018-02-28Revert r61936 "compile.c: use ALLOCV_N"nobu
2018-01-11iseq.c: child iseq encodingnobu
2017-12-25Set first line numbers for empty iseqs.ko1
2017-12-23RubyVM::InstructionSequence#trace_points.ko1
2017-12-23RubyVM::InstructionSequence#each_child.ko1
2017-09-25test/ruby/test_iseq.rb: Skip test_safe_call_chain if Coverage is running.yui-knk
2017-06-12iseq.c: preserve encodingnobu
2016-09-27iseq.c: syntax error in compile_filenobu
2016-08-22iseq.c: undef allocatornobu
2016-08-12error.c: fix newline in syntax errornobu
2016-07-13* iseq.c (Init_ISeq): undef ISeq.translate and ISeq.load_iseqko1
2016-05-17Use Integer instead of Fixnum and Bignum.akr
2016-03-19SyntaxError message at iseq compilenobu
2016-03-19test_iseq.rb: shortennobu
2016-02-19test/ruby: suppress runtime warningsnobu
2016-02-19test/ruby: suppress parser warningsnobu
2016-01-19increase timeout for ARMv7naruse