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 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
*
Simplify repeated member access macros
Nobuyoshi Nakada
2021-08-20
1
-14
/
+14
*
Module#ancestors should not return superclasses of refinements
Shugo Maeda
2021-08-20
1
-0
/
+5
*
Remove old warning aged nearly 8 years
Nobuyoshi Nakada
2021-08-19
1
-6
/
+0
*
Add a cache for class variables
eileencodes
2021-06-18
1
-0
/
+6
*
Revert "Filling cache values on cvar write"
Aaron Patterson
2021-05-11
1
-6
/
+0
*
Filling cache values on cvar write
eileencodes
2021-05-11
1
-0
/
+1
*
Add a cache for class variables
eileencodes
2021-05-11
1
-0
/
+5
*
Method cache: fix refinement entry handling
Alan Wu
2021-05-11
1
-1
/
+3
*
Store rb_classext_t next to RClass slots on the heap
Matt Valentine-House
2021-05-06
1
-1
/
+14
*
Add ins_methods_type_i function
S.H
2021-03-21
1
-10
/
+10
*
Refactor `rb_class_ivar_set`
eileencodes
2021-03-10
1
-3
/
+0
*
Check for cyclic prepend before making origin
Alan Wu
2021-02-22
1
-21
/
+35
*
Make a cyclic prepend not modify ancestors for the receiver
Jeremy Evans
2021-02-11
1
-2
/
+12
*
Add RCLASS_SUBCLASSES Macro
Matt Valentine-House
2021-02-01
1
-10
/
+10
*
Add RCLASS_ALLOCATOR Macro
Matt Valentine-House
2021-02-01
1
-4
/
+4
*
Add PARENT_MODULE_SUBCLASSES Macro
Matt Valentine-House
2021-02-01
1
-8
/
+8
*
Add RCLASS_PARENT_SUBMODULES Macro
Matt Valentine-House
2021-02-01
1
-8
/
+8
*
Add compaction notes for class/module creation C APIs
Alan Wu
2021-01-26
1
-0
/
+8
*
Make rb_define_module_id_under() pin existing modules
Alan Wu
2021-01-26
1
-0
/
+2
*
Make Module#prepend affect ancestor chain even if argument already included i...
Jeremy Evans
2021-01-14
1
-22
/
+29
*
reset cache before iterating
Koichi Sasada
2020-12-22
1
-4
/
+17
*
Fixed indefinite articles before "Integer" [ci skip]
Nobuyoshi Nakada
2020-12-21
1
-1
/
+1
*
fix refinements/prepend bug
Koichi Sasada
2020-12-19
1
-1
/
+3
*
Prefer rb_module_new() over rb_define_module_id()
Alan Wu
2020-11-25
1
-2
/
+3
*
Do not allow Module#include to insert modules before the origin in the lookup...
Jeremy Evans
2020-11-20
1
-1
/
+6
*
Fix singleton class cloning
Alan Wu
2020-11-16
1
-9
/
+22
*
Use rb_attr_get() for hidden ivar
Alan Wu
2020-11-13
1
-2
/
+2
*
Improve error message when subclassing non-Class
Jeremy Evans
2020-11-13
1
-1
/
+1
*
Fix excessive GC rooting
Alan Wu
2020-11-09
1
-2
/
+0
*
rb_vm_add_root_module(): Remove unused parameter
Alan Wu
2020-11-09
1
-7
/
+7
*
include/ruby/backward/2/rmodule.h: deprecate
卜部昌平
2020-08-27
1
-3
/
+3
*
Remove write barrier exemption for T_ICLASS
Alan Wu
2020-08-17
1
-6
/
+3
*
Set cloned flag after checked if copiable
Nobuyoshi Nakada
2020-07-30
1
-4
/
+5
[prev]
[next]