aboutsummaryrefslogtreecommitdiffstats
path: root/class.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused RMODULE_INCLUDED_INTO_REFINEMENT flagJemma Issroff2022-05-261-1/+0
* Remove unnecessary module flag, add module assertions to other module flagsJemma Issroff2022-05-231-2/+3
* Fix potential GC issue while iterating over weak refsAlan Wu2022-05-051-8/+9
* Fix class ancestry checks for duped classesJohn Hawthorn2022-04-161-0/+2
* Finer-grained constant cache invalidation (take 2)Kevin Newton2022-04-011-4/+12
* Revert "Finer-grained inline constant cache invalidation"Nobuyoshi Nakada2022-03-251-12/+4
* Update formatting per feedbackKevin Newton2022-03-241-1/+1
* Finer-grained inline constant cache invalidationKevin Newton2022-03-241-4/+12
* [Bug #18627] Fix crash when including modulePeter Zhu2022-03-181-18/+30
* Assume that klass of dummy head is NULLPeter Zhu2022-03-161-1/+2
* Always skip dummy head of subclass in rb_prepend_modulePeter Zhu2022-03-161-1/+1
* Dedup superclass array in leaf sibling classesJohn Hawthorn2022-03-031-19/+14
* Constant time class to class ancestor lookupJohn Hawthorn2022-02-231-0/+60
* Replace and Using METACLASS_OF macroS-H-GAMELINKS2022-02-191-15/+15
* Fix the placeholder subclass entry skipping [Bug #18489]Nobuyoshi Nakada2022-01-171-2/+1
* Separately allocate class_serial on 32-bit systemsPeter Zhu2022-01-141-0/+3
* Remove unneeded lineJeremy Evans2022-01-061-1/+0
* Allow include before calling Module#initializeJeremy Evans2022-01-061-0/+1
* Remove useless code [Bug #18185]Nobuyoshi Nakada2022-01-061-1/+0
* Add docs for Refinement classzverok2021-12-241-0/+57
* Split too long lineNobuyoshi Nakada2021-12-221-1/+4
* Remove Class#descendantsJeremy Evans2021-12-201-25/+0
* Speed up Ractors for Variable Width AllocationPeter Zhu2021-11-231-1/+3
* Add Class#subclassesJean Boussier2021-11-231-18/+55
* Make RCLASS_EXT(c)->subclasses a doubly linked listMatt Valentine-House2021-11-221-38/+76
* Remove RCLASS(obj)->ptr when RVARGC is enabledMatt Valentine-House2021-11-111-3/+1
* gc.h: move rb_objspace_garbage_object_p to internal/gc.hYusuke Endoh2021-11-101-1/+0
* class.c: descendants must not cause GC until the result array is createdYusuke Endoh2021-11-101-9/+13
* Remove a redundant conditionYusuke Endoh2021-11-091-2/+2
* class.c (Class#descendants): Ingore subclasses created after estimationYusuke Endoh2021-11-091-2/+4
* class.c: Use ALLOC_N instead of ALLOCA_NYusuke Endoh2021-11-091-2/+6
* class.c: calculate the length of Class.descendants in advanceYusuke Endoh2021-11-091-6/+29
* Add Class#descendantsJeremy Evans2021-10-261-0/+35
* Make the metaclass of Refinement explicitlyShugo Maeda2021-10-261-0/+2
* [Feature #18239] Refactor RVARGC alloc functionsPeter Zhu2021-10-251-4/+4
* Deprecate include/prepend in refinements and add Refinement#import_methods in...Shugo Maeda2021-10-211-3/+17
* Use the flag for uninitialized module [Bug #18185]Nobuyoshi Nakada2021-09-241-6/+9
* Consider modified modules initialized [Bug #18185]Nobuyoshi Nakada2021-09-241-4/+10
* Allow to include uninitialized modules [Bug #18177]Nobuyoshi Nakada2021-09-201-1/+2
* Fix a typo [Bug #17048]Nobuyoshi Nakada2021-09-191-2/+2
* Already initialized modules cannot be replaced [Bug #17048]Nobuyoshi Nakada2021-09-171-1/+42
* include/ruby/internal/intern/class.h: add doxygen卜部昌平2021-09-101-67/+0
* include/ruby/internal/method.h: add doxygen卜部昌平2021-09-101-77/+1
* include/ruby/internal/module.h: add doxygen卜部昌平2021-09-101-51/+1
* include/ruby/internal/newobj.h: add doxygen卜部昌平2021-09-101-4/+0
* Assert not to be UNDEF visibilityNobuyoshi Nakada2021-09-011-0/+1
* [Feature #18045] Implement size classes for GCPeter Zhu2021-08-251-2/+1
* Revert "[Feature #18045] Implement size classes for GC"Peter Zhu2021-08-231-1/+2
* [Feature #18045] Implement size classes for GCPeter Zhu2021-08-231-2/+1
* Simplify repeated member access macrosNobuyoshi Nakada2021-08-201-14/+14