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
/
vm_core.h
Age
Commit message (
Expand
)
Author
48 hours
Use a `set_table` for `rb_vm_struct.unused_block_warning_table`
Jean Boussier
11 days
Backport the latest jit_compile()
Takashi Kokubun
11 days
Lock-free hash set for fstrings [Feature #21268]
John Hawthorn
2025-04-11
Remove unused field on Thread struct
Aaron Patterson
2025-04-02
vm_core.h: unify YJIT ifdefs
Jean Boussier
2025-04-02
Revert "Fix jump buffer leak in setjmp handler in WASI builds"
Yuta Saito
2025-03-31
Fix jump buffer leak in setjmp handler in WASI builds
刘皓
2025-02-18
reject numbered parameters from Binding#local_variables
Yusuke Endoh
2025-02-13
[Feature #21116] Extract RJIT as a third-party gem
Nobuyoshi Nakada
2025-01-17
Use no-inline version `rb_current_ec` on Arm64
Nobuyoshi Nakada
2024-11-29
Fix use-after-free in constant cache
Peter Zhu
2024-11-26
Optimize instructions when creating an array just to call `include?` (#12123)
Randy Stauner
2024-11-08
support `require` in non-main Ractors
Koichi Sasada
2024-11-08
`interrupt_exec`
Koichi Sasada
2024-11-06
`Warning[:strict_unused_block]`
Koichi Sasada
2024-11-04
YJIT: Replace Array#each only when YJIT is enabled (#11955)
Takashi Kokubun
2024-11-02
Add documentation for `RUBY_ASSERT_CRITICAL_SECTION`. (#11982)
Samuel Williams
2024-10-31
Remove vm_assert_env
Peter Zhu
2024-10-31
Fix assertion when envval of proc is Qundef
Peter Zhu
2024-10-18
YJIT: Allow shareable consts in multi-ractor mode (#11917)
John Hawthorn
2024-09-03
Move responsibility of heap walking into Ruby
Peter Zhu
2024-08-16
Stringize VM_ASSERT expression before expansion
Nobuyoshi Nakada
2024-07-30
Revert 28a1c4f33e3349a98c04b8e068d9c674eb936064
Yusuke Endoh
2024-07-29
Expand opt_newarray_send to support Array#pack with buffer keyword arg
Randy Stauner
2024-07-03
[Feature #20470] Implement support for USE_SHARED_GC
Peter Zhu
2024-07-03
[Feature #20470] Split GC into gc_impl.c
Peter Zhu
2024-06-30
Add RB_GC_GUARD for ast_value
yui-knk
2024-06-21
Load external GC using command line argument
Peter Zhu
2024-06-18
Optimized forwarding callers and callees
Aaron Patterson
2024-05-03
Rename `vast` to `ast_value`
yui-knk
2024-04-26
[Universal parser] Decouple IMEMO from rb_ast_t
HASUMI Hitoshi
2024-04-25
Embed rb_gc_function_map_t in rb_vm_t
Peter Zhu
2024-04-24
Add macro load_external_gc_func for loading functions from external GC
Peter Zhu
2024-04-19
`RUBY_TRY_UNUSED_BLOCK_WARNING_STRICT`
Koichi Sasada
2024-04-17
relax unused block warning for duck typing
Koichi Sasada
2024-04-15
Initialize external GC Library
Matt Valentine-House
2024-04-15
[Universal parser] DeVALUE of p->debug_lines and ast->body.script_lines
HASUMI Hitoshi
2024-04-15
show warning for unused block
Koichi Sasada
2024-03-25
Check ASAN fake stacks when marking non-current threads
KJ Tsanaktsidis
2024-03-25
Move asan_fake_stack_handle to EC, not thread
KJ Tsanaktsidis
2024-03-14
Fix typo from gloabl_object_list to global_object_list
Peter Zhu
2024-03-14
Move gloabl_object_list from objspace to VM
Peter Zhu
2024-03-06
Refactor VM root modules
Jean Boussier
2024-02-21
[PRISM] Provide runtime flag for prism in iseq
Kevin Newton
2024-02-21
Add IMEMO_NEW
Peter Zhu
2024-02-20
De-dup identical callinfo objects
John Hawthorn
2024-02-08
Show actual imemo type when unexpected type
Nobuyoshi Nakada
2024-01-24
Introduce Allocationless Anonymous Splat Forwarding
Jeremy Evans
2024-01-23
YJIT: Allow inlining ISEQ calls with a block (#9622)
Takashi Kokubun
2024-01-22
Use line numbers as builtin-index
Nobuyoshi Nakada
[next]