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
/
class.c
Age
Commit message (
Expand
)
Author
2022-02-23
Constant time class to class ancestor lookup
John Hawthorn
2022-02-19
Replace and Using METACLASS_OF macro
S-H-GAMELINKS
2022-01-17
Fix the placeholder subclass entry skipping [Bug #18489]
Nobuyoshi Nakada
2022-01-14
Separately allocate class_serial on 32-bit systems
Peter Zhu
2022-01-06
Remove unneeded line
Jeremy Evans
2022-01-06
Allow include before calling Module#initialize
Jeremy Evans
2022-01-06
Remove useless code [Bug #18185]
Nobuyoshi Nakada
2021-12-24
Add docs for Refinement class
zverok
2021-12-22
Split too long line
Nobuyoshi Nakada
2021-12-20
Remove Class#descendants
Jeremy Evans
2021-11-23
Speed up Ractors for Variable Width Allocation
Peter Zhu
2021-11-23
Add Class#subclasses
Jean Boussier
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-11-10
gc.h: move rb_objspace_garbage_object_p to internal/gc.h
Yusuke Endoh
2021-11-10
class.c: descendants must not cause GC until the result array is created
Yusuke Endoh
2021-11-09
Remove a redundant condition
Yusuke Endoh
2021-11-09
class.c (Class#descendants): Ingore subclasses created after estimation
Yusuke Endoh
2021-11-09
class.c: Use ALLOC_N instead of ALLOCA_N
Yusuke Endoh
2021-11-09
class.c: calculate the length of Class.descendants in advance
Yusuke Endoh
2021-10-26
Add Class#descendants
Jeremy Evans
2021-10-26
Make the metaclass of Refinement explicitly
Shugo Maeda
2021-10-25
[Feature #18239] Refactor RVARGC alloc functions
Peter Zhu
2021-10-21
Deprecate include/prepend in refinements and add Refinement#import_methods in...
Shugo Maeda
2021-09-24
Use the flag for uninitialized module [Bug #18185]
Nobuyoshi Nakada
2021-09-24
Consider modified modules initialized [Bug #18185]
Nobuyoshi Nakada
2021-09-20
Allow to include uninitialized modules [Bug #18177]
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
include/ruby/internal/intern/class.h: add doxygen
卜部昌平
2021-09-10
include/ruby/internal/method.h: add doxygen
卜部昌平
2021-09-10
include/ruby/internal/module.h: add doxygen
卜部昌平
2021-09-10
include/ruby/internal/newobj.h: add doxygen
卜部昌平
2021-09-01
Assert not to be UNDEF visibility
Nobuyoshi Nakada
2021-08-25
[Feature #18045] Implement size classes for GC
Peter Zhu
2021-08-23
Revert "[Feature #18045] Implement size classes for GC"
Peter Zhu
2021-08-23
[Feature #18045] Implement size classes for GC
Peter Zhu
2021-08-20
Simplify repeated member access macros
Nobuyoshi Nakada
2021-08-20
Module#ancestors should not return superclasses of refinements
Shugo Maeda
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
Filling cache values on cvar write
eileencodes
2021-05-11
Add a cache for class variables
eileencodes
2021-05-11
Method cache: fix refinement entry handling
Alan Wu
2021-05-06
Store rb_classext_t next to RClass slots on the heap
Matt Valentine-House
2021-03-21
Add ins_methods_type_i function
S.H
2021-03-10
Refactor `rb_class_ivar_set`
eileencodes
2021-02-22
Check for cyclic prepend before making origin
Alan Wu
2021-02-11
Make a cyclic prepend not modify ancestors for the receiver
Jeremy Evans
[next]