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
/
internal
/
vm.h
Age
Commit message (
Expand
)
Author
2025-04-18
Lock-free hash set for fstrings [Feature #21268]
John Hawthorn
2025-02-14
Only count VM instructions in YJIT stats builds
Aaron Patterson
2025-01-10
Make rb_vm_insns_count a thread local variable
Aaron Patterson
2024-10-11
Remove 1 allocation in Enumerable#each_with_index (#11868)
Alan Wu
2024-10-10
Remove duplicate struct declaration
Alan Wu
2024-08-07
Delete unused rb_check_funcall_with_hook()
Alan Wu
2024-07-10
Add rb_block_call2, a flexible variant of rb_block_call
Yusuke Endoh
2024-03-14
`Exception#set_backtrace` accept arrays of `Backtrace::Location`
Jean Boussier
2024-03-06
Refactor VM root modules
Jean Boussier
2023-12-20
Correct free_on_exit env var to free_at_exit
HParker
2023-12-07
Free everything at shutdown
Adam Hess
2023-09-28
Move IO#readline to Ruby
Aaron Patterson
2023-09-25
Dump backtraces to an arbitrary stream
Nobuyoshi Nakada
2023-07-13
YJIT: Make ratio_in_yjit always available (#8064)
Takashi Kokubun
2023-03-14
Remove unused jit_enable_p flag
Takashi Kokubun
2023-03-06
Remove obsoleted MJIT_STATIC macro
Takashi Kokubun
2023-03-06
Stop exporting symbols for MJIT
Takashi Kokubun
2022-10-21
Remove unused class serial
Jemma Issroff
2022-10-20
push dummy frame for loading process
Koichi Sasada
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-20
Mark `rb_clear_constant_cache` as internal use only
Nobuyoshi Nakada
2021-12-19
Make RubyVM::AbstractSyntaxTree.of raise for backtrace location in eval
Yusuke Endoh
2021-10-26
ast.c: Use kept script_lines data instead of re-opening the source file (#5019)
Yusuke Endoh
2021-09-10
internal/*.h: skip doxygen
卜部昌平
2021-06-18
Make it possible to get AST::Node from Thread::Backtrace::Location
Yusuke Endoh
2021-01-13
Revert "[Bug #11213] let defined?(super) call respond_to_missing?"
Nobuyoshi Nakada
2021-01-13
Check stack overflow in recursive glob_helper [Bug #17162]
Nobuyoshi Nakada
2021-01-08
remove unused decl
Koichi Sasada
2020-12-25
Optimize calls to `Kernel#hash` (#3987)
Marc-André Lafortune
2020-12-21
Prefer stdbool in vm_exec
Takashi Kokubun
2020-12-15
fix inline method cache sync bug
Koichi Sasada
2020-11-20
[Bug #11213] let defined?(super) call respond_to_missing?
Nobuyoshi Nakada
2020-11-09
rb_vm_add_root_module(): Remove unused parameter
Alan Wu
2020-11-02
Add `GC.auto_compact= true/false` and `GC.auto_compact`
Aaron Patterson
2020-08-18
Expose ec -> backtrace (internal) and use it to implement fiber backtrace.
Samuel Williams
2020-06-04
Properly resolve refinements in defined? on private call [Bug #16932]
Nobuyoshi Nakada
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-04-13
delete CACHELINE
卜部昌平
2020-04-13
add #include guard hack
卜部昌平
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-02-22
Introduce disposable call-cache.
Koichi Sasada
2020-02-22
VALUE size packed callinfo (ci).
Koichi Sasada
2020-01-02
Fully separate positional arguments and keyword arguments
Jeremy Evans
2019-12-26
decouple internal.h headers
卜部昌平
2019-12-26
internal/vm.h rework
卜部昌平
2019-12-26
split internal.h into files
卜部昌平