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
/
object.h
Age
Commit message (
Expand
)
Author
2024-02-14
Move rb_class_allocate_instance from gc.c to object.c
Peter Zhu
2024-02-12
proc.c: get rid of `CLONESETUP`
Jean Boussier
2023-12-06
Re-embed when removing Object instance variables
Peter Zhu
2023-03-06
Stop exporting symbols for MJIT
Takashi Kokubun
2022-10-11
Revert "Revert "This commit implements the Object Shapes technique in CRuby.""
Jemma Issroff
2022-09-30
Revert "This commit implements the Object Shapes technique in CRuby."
Aaron Patterson
2022-09-28
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
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-06-20
Allow to just warn as bool expected, without an exception
Nobuyoshi Nakada
2021-09-10
internal/*.h: skip doxygen
卜部昌平
2021-06-28
Share freeze option handling
Nobuyoshi Nakada
2021-03-02
RBASIC_SET_CLASS_RAW: follow strict aliasing rule
卜部昌平
2020-08-19
ROBJECT_IV_INDEX_TBL: convert into an inline function
卜部昌平
2020-07-13
inline Primitive.cexpr!
卜部昌平
2020-04-13
add #include guard hack
卜部昌平
2020-04-08
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2019-12-26
internal/object.h rework
卜部昌平
2019-12-26
split internal.h into files
卜部昌平