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
*
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
*
Lazily insert origins on prepend to save memory
Alan Wu
2020-07-22
1
-6
/
+20
*
singleton_class_of: do not goto into a branch
卜部昌平
2020-06-29
1
-15
/
+14
*
SPECIAL_SINGLETON: no longer used
卜部昌平
2020-06-29
1
-10
/
+6
*
Make Module#prepend affect the iclasses of the module
Jeremy Evans
2020-06-18
1
-0
/
+7
*
Assert iclass property and remove dead code
Alan Wu
2020-06-16
1
-6
/
+2
*
Ensure origins for all included, prepended, and refined modules
Jeremy Evans
2020-06-03
1
-28
/
+98
*
Fix origin iclass pointer for modules
Jeremy Evans
2020-05-22
1
-5
/
+19
*
Revert "Fix origin iclass pointer for modules"
Jeremy Evans
2020-05-22
1
-19
/
+5
*
Fix origin iclass pointer for modules
Jeremy Evans
2020-05-22
1
-5
/
+19
*
Synchronized non-inline version rb_scan_args with the inline version
Nobuyoshi Nakada
2020-05-21
1
-16
/
+19
*
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
1
-1
/
+1
*
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-11
1
-1
/
+1
*
Make rb_scan_args implementations same
Nobuyoshi Nakada
2020-04-12
1
-26
/
+40
*
Suppress -Wswitch warnings
Nobuyoshi Nakada
2020-04-08
1
-0
/
+2
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-2
/
+2
*
Make Module#include affect the iclasses of the module
Jeremy Evans
2020-02-27
1
-0
/
+20
*
Introduce disposable call-cache.
Koichi Sasada
2020-02-22
1
-10
/
+35
*
Hoisted out `rb_scan_args_result`
Nobuyoshi Nakada
2020-02-14
1
-8
/
+11
*
Make `rb_scan_args_kw` inline too
Nobuyoshi Nakada
2020-02-03
1
-13
/
+2
*
Moved runtime assignemnts
Nobuyoshi Nakada
2020-02-03
1
-56
/
+48
*
`struct rb_scan_args_t::vargs` is never used
Nobuyoshi Nakada
2020-02-03
1
-1
/
+0
*
Removed no longer used variable `last_hash`
Nobuyoshi Nakada
2020-02-02
1
-6
/
+1
*
Clarify documentation for Module#included_modules and Module#included?
Marc-Andre Lafortune
2020-01-16
1
-5
/
+10
*
Remove unused tmp_buffer in class.c
Kazuhiro NISHIYAMA
2020-01-05
1
-11
/
+0
*
Remove unused last_idx in class.c
Kazuhiro NISHIYAMA
2020-01-05
1
-6
/
+4
*
Fix unused warnings
Kazuhiro NISHIYAMA
2020-01-03
1
-1
/
+0
*
Fully separate positional arguments and keyword arguments
Jeremy Evans
2020-01-02
1
-65
/
+5
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-3
/
+11
*
Reword keyword arguments warning messages to convey these are deprecation war...
Marc-Andre Lafortune
2019-12-23
1
-3
/
+3
[next]