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
/
imemo.h
Age
Commit message (
Expand
)
Author
2025-01-08
Pass allocation size to rb_imemo_new
Peter Zhu
2025-01-07
Remove IMEMO_DEBUG
Peter Zhu
2024-10-11
Remove 1 allocation in Enumerable#each_with_index (#11868)
Alan Wu
2024-07-10
Add rb_block_call2, a flexible variant of rb_block_call
Yusuke Endoh
2024-04-26
[Universal parser] Decouple IMEMO from rb_ast_t
HASUMI Hitoshi
2024-02-22
Extract imemo functions from gc.c into imemo.c
Peter Zhu
2024-02-21
Add IMEMO_NEW
Peter Zhu
2024-02-20
[Feature #20257] Rearchitect Ripper
yui-knk
2024-02-01
Parenthesize casted argument
Nobuyoshi Nakada
2024-01-12
s/SafeStringValue/StringValue/
Xavier Noria
2023-10-14
Manage `rb_strterm_t` without imemo
Nobuyoshi Nakada
2023-02-10
use correct svar even if env is escaped
Koichi Sasada
2023-02-01
use correct svar (#7225)
Koichi Sasada
2023-01-18
Don't redefine RB_OBJ_WRITE
Peter Zhu
2022-09-26
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-26
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-07-26
Rename rb_ary_tmp_new to rb_ary_hidden_new
Peter Zhu
2022-06-07
Remove duplicated prototype in header file
Peter Zhu
2021-09-10
internal/*.h: skip doxygen
卜部昌平
2021-04-27
Partially revert 2c7d3b3a722c4636ab1e9d289cbca47ddd168d3e
Yusuke Endoh
2021-04-26
node.c (rb_ast_new): imemo_ast is WB-unprotected
Yusuke Endoh
2021-01-05
enable constant cache on ractors
Koichi Sasada
2020-08-27
include/ruby/backward/2/r_cast.h: deprecate
卜部昌平
2020-07-10
Fix missing imemo cases in objspace_dump by refactoring
Alan Wu
2020-05-11
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
sed -i s|ruby/3|ruby/impl|g
卜部昌平
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
2019-12-26
internal/imemo.h rework
卜部昌平
2019-12-26
split internal.h into files
卜部昌平