index
:
ruby.git
master
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_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
class.c
Age
Commit message (
Expand
)
Author
2019-08-30
Separate keyword arguments from positional arguments
Yusuke Endoh
2019-08-29
drop-in type check for rb_define_singleton_method
卜部昌平
2019-08-29
drop-in type check for rb_define_private_method
卜部昌平
2019-08-29
drop-in type check for rb_define_protected_method
卜部昌平
2019-08-29
drop-in type check for rb_define_method_id
卜部昌平
2019-08-29
drop-in type check for rb_define_global_function
卜部昌平
2019-08-29
drop-in type check for rb_define_module_function
卜部昌平
2019-08-29
drop-in type check for rb_define_method
卜部昌平
2019-08-09
remove useless include and dependency
Koichi Sasada
2019-08-09
introduce RCLASS_CLONED flag for inline cache.
Koichi Sasada
2019-07-23
Make Object#singleton_methods work correctly for singleton classes of objects
Jeremy Evans
2019-07-22
constify again.
Koichi Sasada
2019-07-16
* expand tabs.
git
2019-07-16
Removed intermediate local variables
Nobuyoshi Nakada
2019-05-22
Eagerly name modules and classes
Alan Wu
2019-04-22
Prevent rb_define_(class|module) classes from moving
Aaron Patterson
2019-04-20
Add `GC.compact` again.
tenderlove
2019-04-17
Reverting compaction for now
tenderlove
2019-04-17
Adding `GC.compact` and compacting GC support.
tenderlove
2019-04-10
Reverting all commits from r67479 to r67496 because of CI failures
kazu
2019-04-09
Adding `GC.compact` and compacting GC support.
tenderlove
2019-03-11
* expand tabs.
svn
2019-03-11
The combination of non-Symbol keys and Symbol keys is now allowed again
mame
2019-01-09
class.c: refactor class_instance_method_list
nobu
2019-01-04
class.c: [DOC] fix close tag [ci skip]
nobu
2018-12-05
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-10-30
* remove trailing spaces, expand tabs.
svn
2018-10-30
support theap for T_HASH. [Feature #14989]
ko1
2018-10-29
* expand tabs.
svn
2018-10-29
use RARRAY_AREF() instead of RARRAY_CONST_PTR().
ko1
2018-08-14
non-symbol keys in kwargs
nobu
2018-07-27
eval.c: rename "rb_frozen_class_p" to "rb_class_modify_check"
mame
2018-02-04
mjit_compile.c: merge initial JIT compiler
k0kubun
2017-08-20
non-keywords hash
nobu
2017-08-19
class.c: check kw hash
nobu
2017-08-19
class.c: call rb_hash_keys directly
nobu
2017-06-29
remove unused rb_obj_basic_to_s_p function
normal
2017-03-25
class.c: prohibit refinement module
nobu
2017-03-25
class.c: ensure_includable
nobu
2017-01-18
class.c: non-keyword hash class
nobu
2016-12-04
class.c: missing unknown_keyword_error
nobu
2016-11-12
class.c: no fstring singleton class
nobu
2016-11-12
class.c: trivial optimization
nobu
2016-10-24
class.c: rb_undef_methods_from
nobu
2016-10-09
replace Fixnum with Integer in rdoc [ci skip]
nobu
2016-09-12
Copy the serial number from the super class to the singleton class
tenderlove
2016-09-07
class.c: instance method conditions
nobu
2016-07-23
internal.h: inline Check_Type
nobu
2016-06-16
prevent rb_cObject from GC
nobu
2016-05-25
* class.c (rb_define_class): Fix documentation.
eregon
[next]