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
*
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
*
vm_args.c: rephrase the warning message of keyword argument separation
Yusuke Endoh
2019-12-20
1
-1
/
+1
*
Make super in instance_eval in method in module raise TypeError
Jeremy Evans
2019-12-12
1
-0
/
+1
*
Merged common statements [Bug #16242]
Nobuyoshi Nakada
2019-11-28
1
-7
/
+1
*
Removed unused variable [Bug #16242]
Nobuyoshi Nakada
2019-11-28
1
-1
/
+0
*
Make prepending a refined module after inclusion not break refinements
Jeremy Evans
2019-11-28
1
-8
/
+19
*
Honor refinements for modules that prepend other modules
Jeremy Evans
2019-11-28
1
-6
/
+12
*
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
1
-12
/
+0
*
Let the arrays for the singleton and instance method reflection helpers be in...
Lourens Naudé
2019-10-29
1
-2
/
+2
*
Simplify rb_define_module_id
Alan Wu
2019-10-10
1
-5
/
+1
*
Prefer st_is_member over st_lookup with 0
Ben Woosley
2019-10-09
1
-1
/
+1
*
Revert https://github.com/ruby/ruby/pull/2486
卜部昌平
2019-10-03
1
-33
/
+12
*
refactor constify most of rb_method_entry_t
卜部昌平
2019-09-30
1
-3
/
+3
*
refactor add rb_method_entry_from_template
卜部昌平
2019-09-30
1
-12
/
+5
*
refactor delete rb_method_entry_copy
卜部昌平
2019-09-30
1
-11
/
+39
*
Adjusted spaces [ci skip]
Nobuyoshi Nakada
2019-09-27
1
-2
/
+2
*
Make rb_scan_args handle keywords more similar to Ruby methods (#2460)
Jeremy Evans
2019-09-25
1
-60
/
+186
*
variable.c: Rename rb_st_copy to rb_iv_tbl_copy
Yusuke Endoh
2019-09-22
1
-2
/
+2
*
Separate keyword arguments from positional arguments
Yusuke Endoh
2019-08-30
1
-2
/
+1
[next]