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-08-24
Update Module#instance_methods documentation for visibility changes/aliases
Jeremy Evans
2022-07-26
Rename rb_ary_tmp_new to rb_ary_hidden_new
Peter Zhu
2022-07-21
Expand tabs [ci skip]
Takashi Kokubun
2022-06-06
Add Module#undefined_instance_methods
Jeremy Evans
2022-05-26
Remove unused RMODULE_INCLUDED_INTO_REFINEMENT flag
Jemma Issroff
2022-05-23
Remove unnecessary module flag, add module assertions to other module flags
Jemma Issroff
2022-05-05
Fix potential GC issue while iterating over weak refs
Alan Wu
2022-04-16
Fix class ancestry checks for duped classes
John Hawthorn
2022-04-01
Finer-grained constant cache invalidation (take 2)
Kevin Newton
2022-03-25
Revert "Finer-grained inline constant cache invalidation"
Nobuyoshi Nakada
2022-03-24
Update formatting per feedback
Kevin Newton
2022-03-24
Finer-grained inline constant cache invalidation
Kevin Newton
2022-03-18
[Bug #18627] Fix crash when including module
Peter Zhu
2022-03-16
Assume that klass of dummy head is NULL
Peter Zhu
2022-03-16
Always skip dummy head of subclass in rb_prepend_module
Peter Zhu
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-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
[next]