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
/
class.h
Age
Commit message (
Expand
)
Author
2023-06-23
Prefer `0` over `NULL` as function pointers
Nobuyoshi Nakada
2023-06-14
Directly allocate FrozenCore as an ICLASS
Peter Zhu
2023-06-05
Revert "Revert "Fix cvar caching when class is cloned""
eileencodes
2023-06-01
Revert "Fix cvar caching when class is cloned"
Aaron Patterson
2023-06-01
Fix cvar caching when class is cloned
eileencodes
2023-04-16
Make classes embedded on 32 bit
Peter Zhu
2023-04-16
Move shape ID to flags for classes on 32 bit
Peter Zhu
2023-04-16
Move RCLASS_CLONED to rb_classext_struct
Peter Zhu
2023-04-11
Change max_iv_count to type attr_index_t
Peter Zhu
2023-03-10
Revert "Allow classes and modules to become too complex"
Aaron Patterson
2023-03-09
Allow classes and modules to become too complex
HParker
2023-03-06
Stop exporting symbols for MJIT
Takashi Kokubun
2023-02-16
Move `attached_object` into `rb_classext_struct`
Jean Boussier
2023-02-15
Encapsulate RCLASS_ATTACHED_OBJECT
Jean Boussier
2023-02-15
Check !RCLASS_EXT_EMBEDDED instead of SIZE_POOL_COUNT == 1
Jean Boussier
2023-01-18
Don't redefine RB_OBJ_WRITE
Peter Zhu
2023-01-11
Move classpath to rb_classext_t
Peter Zhu
2023-01-11
Make variation_count an unsigned char
Peter Zhu
2022-12-15
Add variation_count on classes
Jemma Issroff
2022-11-10
Transition shape when object's capacity changes
Jemma Issroff
2022-10-31
Implement object shapes for T_CLASS and T_MODULE (#6637)
John Hawthorn
2022-10-24
Remove iv_index_tbl_entry
John Hawthorn
2022-10-21
Remove unused class serial
Jemma Issroff
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-06
Add Module#undefined_instance_methods
Jeremy Evans
2022-05-27
RCLASS uses FLUSER bits 0 through 3
Jemma Issroff
2022-03-03
Dedup superclass array in leaf sibling classes
John Hawthorn
2022-02-23
Constant time class to class ancestor lookup
John Hawthorn
2022-01-17
Parenthesize the macro argument
Nobuyoshi Nakada
2022-01-14
Separately allocate class_serial on 32-bit systems
Peter Zhu
2021-11-22
Make RCLASS_EXT(c)->subclasses a doubly linked list
Matt Valentine-House
2021-11-11
Remove RCLASS(obj)->ptr when RVARGC is enabled
Matt Valentine-House
2021-09-24
Consider modified modules initialized [Bug #18185]
Nobuyoshi Nakada
2021-09-19
Fix a typo [Bug #17048]
Nobuyoshi Nakada
2021-09-17
Already initialized modules cannot be replaced [Bug #17048]
Nobuyoshi Nakada
2021-09-10
internal/*.h: skip doxygen
卜部昌平
2021-08-19
Remove old warning aged nearly 8 years
Nobuyoshi Nakada
2021-06-18
Add a cache for class variables
eileencodes
2021-05-11
Revert "Filling cache values on cvar write"
Aaron Patterson
2021-05-11
Add a cache for class variables
eileencodes
2021-02-01
Add RCLASS_SUBCLASSES Macro
Matt Valentine-House
2021-02-01
Add RCLASS_ALLOCATOR Macro
Matt Valentine-House
2021-02-01
Add PARENT_MODULE_SUBCLASSES Macro
Matt Valentine-House
2021-02-01
Add RCLASS_PARENT_SUBMODULES Macro
Matt Valentine-House
2020-10-17
sync RClass::ext::iv_index_tbl
Koichi Sasada
2020-08-27
RClassDeprecated: delete
卜部昌平
[next]