index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
class.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Module#undefined_instance_methods
Jeremy Evans
2022-06-06
1
-0
/
+24
*
Remove unused RMODULE_INCLUDED_INTO_REFINEMENT flag
Jemma Issroff
2022-05-26
1
-1
/
+0
*
Remove unnecessary module flag, add module assertions to other module flags
Jemma Issroff
2022-05-23
1
-2
/
+3
*
Fix potential GC issue while iterating over weak refs
Alan Wu
2022-05-05
1
-8
/
+9
*
Fix class ancestry checks for duped classes
John Hawthorn
2022-04-16
1
-0
/
+2
*
Finer-grained constant cache invalidation (take 2)
Kevin Newton
2022-04-01
1
-4
/
+12
*
Revert "Finer-grained inline constant cache invalidation"
Nobuyoshi Nakada
2022-03-25
1
-12
/
+4
*
Update formatting per feedback
Kevin Newton
2022-03-24
1
-1
/
+1
*
Finer-grained inline constant cache invalidation
Kevin Newton
2022-03-24
1
-4
/
+12
*
[Bug #18627] Fix crash when including module
Peter Zhu
2022-03-18
1
-18
/
+30
*
Assume that klass of dummy head is NULL
Peter Zhu
2022-03-16
1
-1
/
+2
*
Always skip dummy head of subclass in rb_prepend_module
Peter Zhu
2022-03-16
1
-1
/
+1
*
Dedup superclass array in leaf sibling classes
John Hawthorn
2022-03-03
1
-19
/
+14
*
Constant time class to class ancestor lookup
John Hawthorn
2022-02-23
1
-0
/
+60
*
Replace and Using METACLASS_OF macro
S-H-GAMELINKS
2022-02-19
1
-15
/
+15
*
Fix the placeholder subclass entry skipping [Bug #18489]
Nobuyoshi Nakada
2022-01-17
1
-2
/
+1
*
Separately allocate class_serial on 32-bit systems
Peter Zhu
2022-01-14
1
-0
/
+3
*
Remove unneeded line
Jeremy Evans
2022-01-06
1
-1
/
+0
*
Allow include before calling Module#initialize
Jeremy Evans
2022-01-06
1
-0
/
+1
*
Remove useless code [Bug #18185]
Nobuyoshi Nakada
2022-01-06
1
-1
/
+0
*
Add docs for Refinement class
zverok
2021-12-24
1
-0
/
+57
*
Split too long line
Nobuyoshi Nakada
2021-12-22
1
-1
/
+4
*
Remove Class#descendants
Jeremy Evans
2021-12-20
1
-25
/
+0
*
Speed up Ractors for Variable Width Allocation
Peter Zhu
2021-11-23
1
-1
/
+3
*
Add Class#subclasses
Jean Boussier
2021-11-23
1
-18
/
+55
*
Make RCLASS_EXT(c)->subclasses a doubly linked list
Matt Valentine-House
2021-11-22
1
-38
/
+76
*
Remove RCLASS(obj)->ptr when RVARGC is enabled
Matt Valentine-House
2021-11-11
1
-3
/
+1
*
gc.h: move rb_objspace_garbage_object_p to internal/gc.h
Yusuke Endoh
2021-11-10
1
-1
/
+0
*
class.c: descendants must not cause GC until the result array is created
Yusuke Endoh
2021-11-10
1
-9
/
+13
*
Remove a redundant condition
Yusuke Endoh
2021-11-09
1
-2
/
+2
*
class.c (Class#descendants): Ingore subclasses created after estimation
Yusuke Endoh
2021-11-09
1
-2
/
+4
*
class.c: Use ALLOC_N instead of ALLOCA_N
Yusuke Endoh
2021-11-09
1
-2
/
+6
*
class.c: calculate the length of Class.descendants in advance
Yusuke Endoh
2021-11-09
1
-6
/
+29
*
Add Class#descendants
Jeremy Evans
2021-10-26
1
-0
/
+35
*
Make the metaclass of Refinement explicitly
Shugo Maeda
2021-10-26
1
-0
/
+2
*
[Feature #18239] Refactor RVARGC alloc functions
Peter Zhu
2021-10-25
1
-4
/
+4
*
Deprecate include/prepend in refinements and add Refinement#import_methods in...
Shugo Maeda
2021-10-21
1
-3
/
+17
*
Use the flag for uninitialized module [Bug #18185]
Nobuyoshi Nakada
2021-09-24
1
-6
/
+9
*
Consider modified modules initialized [Bug #18185]
Nobuyoshi Nakada
2021-09-24
1
-4
/
+10
*
Allow to include uninitialized modules [Bug #18177]
Nobuyoshi Nakada
2021-09-20
1
-1
/
+2
*
Fix a typo [Bug #17048]
Nobuyoshi Nakada
2021-09-19
1
-2
/
+2
*
Already initialized modules cannot be replaced [Bug #17048]
Nobuyoshi Nakada
2021-09-17
1
-1
/
+42
*
include/ruby/internal/intern/class.h: add doxygen
卜部昌平
2021-09-10
1
-67
/
+0
*
include/ruby/internal/method.h: add doxygen
卜部昌平
2021-09-10
1
-77
/
+1
*
include/ruby/internal/module.h: add doxygen
卜部昌平
2021-09-10
1
-51
/
+1
*
include/ruby/internal/newobj.h: add doxygen
卜部昌平
2021-09-10
1
-4
/
+0
*
Assert not to be UNDEF visibility
Nobuyoshi Nakada
2021-09-01
1
-0
/
+1
*
[Feature #18045] Implement size classes for GC
Peter Zhu
2021-08-25
1
-2
/
+1
*
Revert "[Feature #18045] Implement size classes for GC"
Peter Zhu
2021-08-23
1
-1
/
+2
*
[Feature #18045] Implement size classes for GC
Peter Zhu
2021-08-23
1
-2
/
+1
[next]