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
ruby_3_4
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
9 days
Fix memory leak in Prism's RubyVM::InstructionSequence.new
Peter Zhu
10 days
Fix test_loading_kwargs_memory_leak
Peter Zhu
11 days
compile.c: Handle anonymous variables in `outer_variable_cmp`
Jean Boussier
13 days
`Ractor::Port`
Koichi Sasada
2025-05-01
Omit tests using ISeq#to_binary under coverage measurement
Yusuke Endoh
2025-03-27
Avoid allocation for anonymous positional splat with no arguments
Jeremy Evans
2025-03-12
Have `ast` live longer in ISeq.compile_file to fix GC stress crash
Alan Wu
2024-10-16
RubyVM::InstructionSequence.of Thread::Backtrace::Location
Kevin Newton
2024-09-15
Prevent warnings: assigned but unused variable
Yusuke Endoh
2024-08-21
[PRISM] Implement unused block warning
eileencodes
2024-08-12
Fix next inside block argument stack underflow
tompng
2024-07-30
Fix wrong unreachable chunk remove when jump destination label is unremovable
tomoya ishida
2024-06-18
Optimized forwarding callers and callees
Aaron Patterson
2024-06-12
[Bug #20572] Abandon if replacing destination is the same
Nobuyoshi Nakada
2024-06-11
compile.c: use putspecialobject for RubyVM::FrozenCore
Jean Boussier
2024-05-28
Make ensure first lineno the first line of the ensure
Kevin Newton
2024-05-16
[PRISM] Enable TestISeq#test_syntax_error_message
Kevin Newton
2024-04-20
ensure ibf_load_setup is only passed String params
Zack Deveau
2024-04-17
skip on Prism generated iseq
Koichi Sasada
2024-04-17
`ISeq#to_a` respects `use_block` status
Koichi Sasada
2024-03-14
Ensure test suite is compatible with --frozen-string-literal
Jean Boussier
2024-03-04
Keep hidden local variables when dumping and loading iseqs
Jeremy Evans
2024-02-15
Do not include a backtick in error messages and backtraces
Yusuke Endoh
2024-01-17
[PRISM] Fix crash in compile_prism
Peter Zhu
2024-01-17
[PRISM] Fix test_compile_prism_with_file
Peter Zhu
2024-01-11
[PRISM] Raise syntax errors when found
Kevin Newton
2023-12-15
[PRISM] Fix `compile_prism` when src is a file
eileencodes
2023-11-26
Fix portability of bignum in ISeq Binary Format
Nobuyoshi Nakada
2023-10-01
[Bug #19906] Add the test
Nobuyoshi Nakada
2023-09-13
Suppress an unused variable warning
Nobuyoshi Nakada
2023-09-13
[Bug #19862] Skip compiled result of never reachable expression
Nobuyoshi Nakada
2023-08-01
support `rescue` event for TracePoint
Koichi Sasada
2023-04-27
[Bug #19611] Remove never-reachable branch in logical expression
Nobuyoshi Nakada
2023-03-17
Fix small issues concerning namespacing in test-all suite
lukeg
2022-12-03
return early if there is no is_entries buffer
Aaron Patterson
2022-01-04
Use omit instead of skip: test/ruby/**/*.rb
Hiroshi SHIBATA
2021-12-30
Add support for anonymous rest and keyword rest argument forwarding
Jeremy Evans
2021-12-21
`mandatory_only_cme` should not be in `def`
Koichi Sasada
2021-12-09
`Ractor.make_shareable` checks proc's sefl
Koichi Sasada
2021-11-26
fix to choose correct callcache
Koichi Sasada
2021-11-25
test/ruby/test_iseq.rb: Avoid pollution of method namespace
Yusuke Endoh
2021-11-24
test/ruby/test_iseq.rb: Use __LINE__ to make the error log easy to see
Yusuke Endoh
2021-11-23
Add an extra failing test case for [Bug #18250]
Jean Boussier
2021-11-19
Fix test_super_with_anonymous_block test to use anonymous block
Jeremy Evans
2021-11-18
Anonymous block forwarding allows a method to forward a passed
Jeremy Evans
2021-11-09
test/ruby/test_iseq.rb: Prevent a warning
Yusuke Endoh
2021-11-07
Refine the error message for hidden variables
Nobuyoshi Nakada
2021-11-07
rb_id_serial_to_id: return unregistered ID as an internal ID
Nobuyoshi Nakada
2021-11-02
Fix typos
Nobuyoshi Nakada
2021-10-29
Preserve the encoding of message from outer local variable
Nobuyoshi Nakada
[next]