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
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
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
2021-01-26
Add compaction notes for class/module creation C APIs
Alan Wu
2021-01-26
Make rb_define_module_id_under() pin existing modules
Alan Wu
2021-01-14
Make Module#prepend affect ancestor chain even if argument already included i...
Jeremy Evans
2020-12-22
reset cache before iterating
Koichi Sasada
2020-12-21
Fixed indefinite articles before "Integer" [ci skip]
Nobuyoshi Nakada
2020-12-19
fix refinements/prepend bug
Koichi Sasada
2020-11-25
Prefer rb_module_new() over rb_define_module_id()
Alan Wu
2020-11-20
Do not allow Module#include to insert modules before the origin in the lookup...
Jeremy Evans
2020-11-16
Fix singleton class cloning
Alan Wu
2020-11-13
Use rb_attr_get() for hidden ivar
Alan Wu
2020-11-13
Improve error message when subclassing non-Class
Jeremy Evans
2020-11-09
Fix excessive GC rooting
Alan Wu
2020-11-09
rb_vm_add_root_module(): Remove unused parameter
Alan Wu
2020-08-27
include/ruby/backward/2/rmodule.h: deprecate
卜部昌平
2020-08-17
Remove write barrier exemption for T_ICLASS
Alan Wu
2020-07-30
Set cloned flag after checked if copiable
Nobuyoshi Nakada
2020-07-22
Lazily insert origins on prepend to save memory
Alan Wu
2020-06-29
singleton_class_of: do not goto into a branch
卜部昌平
2020-06-29
SPECIAL_SINGLETON: no longer used
卜部昌平
2020-06-18
Make Module#prepend affect the iclasses of the module
Jeremy Evans
2020-06-16
Assert iclass property and remove dead code
Alan Wu
2020-06-03
Ensure origins for all included, prepended, and refined modules
Jeremy Evans
2020-05-22
Fix origin iclass pointer for modules
Jeremy Evans
2020-05-22
Revert "Fix origin iclass pointer for modules"
Jeremy Evans
2020-05-22
Fix origin iclass pointer for modules
Jeremy Evans
2020-05-21
Synchronized non-inline version rb_scan_args with the inline version
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-12
Make rb_scan_args implementations same
Nobuyoshi Nakada
[next]