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
*
Adjust styles [ci skip]
Nobuyoshi Nakada
2023-03-08
1
-1
/
+2
*
Stop exporting symbols for MJIT
Takashi Kokubun
2023-03-06
1
-2
/
+2
*
Move `attached_object` into `rb_classext_struct`
Jean Boussier
2023-02-16
1
-4
/
+3
*
Encapsulate RCLASS_ATTACHED_OBJECT
Jean Boussier
2023-02-15
1
-9
/
+7
*
Copy cvar table on clone
eileencodes
2023-02-09
1
-0
/
+31
*
[DOC] Move the internal document for `Init_class_hierarchy`
Nobuyoshi Nakada
2023-01-04
1
-0
/
+21
*
[DOC] Clarify Class#subclases behavior quirks
zverok
2022-12-11
1
-0
/
+21
*
Freeze singleton class, not its origin
Alan Wu
2022-12-08
1
-1
/
+1
*
Inherit max_iv_count from superclass
John Hawthorn
2022-12-01
1
-1
/
+7
*
Using UNDEF_P macro
S-H-GAMELINKS
2022-11-16
1
-3
/
+3
*
Transition shape when object's capacity changes
Jemma Issroff
2022-11-10
1
-2
/
+2
*
Implement object shapes for T_CLASS and T_MODULE (#6637)
John Hawthorn
2022-10-31
1
-16
/
+5
*
Remove unused class serial
Jemma Issroff
2022-10-21
1
-6
/
+0
*
Add Class#attached_object
Ufuk Kayserilioglu
2022-10-20
1
-0
/
+27
*
Reuse ins_methods_type_i function
S-H-GAMELINKS
2022-10-14
1
-4
/
+1
*
Remove reference to __classid__
John Hawthorn
2022-09-23
1
-2
/
+0
*
Update Module#instance_methods documentation for visibility changes/aliases
Jeremy Evans
2022-08-24
1
-0
/
+9
*
Rename rb_ary_tmp_new to rb_ary_hidden_new
Peter Zhu
2022-07-26
1
-3
/
+3
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-265
/
+265
*
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
[next]