index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_iseq.rb
Age
Commit message (
Expand
)
Author
2020-06-24
Fix a random test failure by TracePoint
Takashi Kokubun
2020-04-15
Added test for `debug_level:` option of `RubyVM::InstructionSequence.compile`
Nobuyoshi Nakada
2020-01-28
support multi-run for test/ruby/test_iseq.rb
Koichi Sasada
2019-11-18
catch up last commit.
Koichi Sasada
2019-11-09
Support RB_BUILTIN in ISeq#to_a
Takashi Kokubun
2019-10-02
Iseq#to_binary: dump flag for **nil (#2508)
Alan Wu
2019-09-26
[EXPERIMENTAL] Expression with modifier `in`
Nobuyoshi Nakada
2019-08-09
Iseq#to_binary: Add support for NoMatchingPatternError and TypeError
Alan Wu
2019-06-30
Suppress method redefinition warnings
Nobuyoshi Nakada
2019-06-30
Suppress unused variable warnings
Nobuyoshi Nakada
2019-06-28
Use assigned local variable
Nobuyoshi Nakada
2019-06-01
Ignore warnings about ambiguous first argument of regexp with assert match.
Hiroshi SHIBATA
2019-05-26
Fix scanner event at invalid syntax
Nobuyoshi Nakada
2019-03-15
Show the source line at an invalid class/instance variable
nobu
2019-01-31
test_iseq.rb: update expected error message
nobu
2019-01-31
test_iseq.rb: enabled
nobu
2018-12-06
Return same ISeq object for one src.
ko1
2018-11-25
parser: improve error messages
nobu
2018-11-06
Fix TracePoint for nested iseq loaded from binary [Bug#14702]
ko1
2018-08-23
check trace flags at loading [Bug #14702]
ko1
2018-04-16
compile.c: align range
nobu
2018-04-08
compile.c: align IBF dumped data
nobu
2018-04-07
test/ruby/test_iseq.rb: hexdump to diff
nobu
2018-04-05
compile.c: fix positions encode
nobu
2018-03-21
test_iseq.rb: disable load_from_binary
nobu
2018-03-20
compile.c: fix ibf_load_code
nobu
2018-03-18
IBF works only on x86 platforms now
nobu
2018-03-16
test_iseq.rb: skip iseq with coverage
nobu
2018-03-16
compile.c: fix load_from_binary
nobu
2018-03-15
Revert r62617 "compile.c: fix load_from_binary"
naruse
2018-03-01
compile.c: fix load_from_binary
nobu
2018-02-28
Revert r61936 "compile.c: use ALLOCV_N"
nobu
2018-01-11
iseq.c: child iseq encoding
nobu
2017-12-25
Set first line numbers for empty iseqs.
ko1
2017-12-23
RubyVM::InstructionSequence#trace_points.
ko1
2017-12-23
RubyVM::InstructionSequence#each_child.
ko1
2017-09-25
test/ruby/test_iseq.rb: Skip test_safe_call_chain if Coverage is running.
yui-knk
2017-06-12
iseq.c: preserve encoding
nobu
2016-09-27
iseq.c: syntax error in compile_file
nobu
2016-08-22
iseq.c: undef allocator
nobu
2016-08-12
error.c: fix newline in syntax error
nobu
2016-07-13
* iseq.c (Init_ISeq): undef ISeq.translate and ISeq.load_iseq
ko1
2016-05-17
Use Integer instead of Fixnum and Bignum.
akr
2016-03-19
SyntaxError message at iseq compile
nobu
2016-03-19
test_iseq.rb: shorten
nobu
2016-02-19
test/ruby: suppress runtime warnings
nobu
2016-02-19
test/ruby: suppress parser warnings
nobu
2016-01-19
increase timeout for ARMv7
naruse
2016-01-13
iseq.c: mark parent iseq
nobu
2015-11-20
* compile.c (iseq_compile_each): add debug information to NODE_STR
ko1
[next]