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_rubyvm.rb
Age
Commit message (
Expand
)
Author
2024-07-18
[PRISM] Refactor parser support into its own module
Kevin Newton
2024-05-03
[PRISM] Enable RubyVM tests for prism
Kevin Newton
2022-10-21
Remove unused class serial
Jemma Issroff
2022-04-01
Finer-grained constant cache invalidation (take 2)
Kevin Newton
2022-03-25
Revert "Finer-grained inline constant cache invalidation"
Nobuyoshi Nakada
2022-03-24
Finer-grained inline constant cache invalidation
Kevin Newton
2022-01-31
pend some tests while using to_binary
Koichi Sasada
2021-10-25
test/ruby/test_rubyvm.rb: prevent "assigned but unused variable" warnings
Yusuke Endoh
2021-10-21
freeze (make shareable) script_lines
Koichi Sasada
2021-10-21
`RubyVM.keep_script_lines`
Koichi Sasada
2020-10-14
ruby_vm_global_method_state is no longer needed.
Koichi Sasada
2016-05-17
Use Integer instead of Fixnum and Bignum.
akr
2015-12-16
Add frozen_string_literal: false for all files
naruse
2014-03-31
vm.c: avoid inadvertent pin-down
nobu
2013-12-09
* compile.c, insns.def, test/ruby/test_rubyvm.rb, vm.c, vm_core.h,
charliesome
2013-12-08
vm.c: add RubyVM.stat for accessing cache serials
tmm1