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-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
2016-05-25
class.c: simplify
nobu
2016-05-22
* class.c (rb_scan_args): moved to bottom of the file to make the
naruse
2016-05-21
Revert r50102
naruse
2016-05-21
* include/ruby/ruby.h (rb_scan_args): use __VA_ARGS__ instead of
naruse
2016-03-07
class.c: err if superclass is 0
nobu
2016-01-12
resolve class name earlier and more consistently
normal
2015-12-29
use id_table for constant tables
normal
2015-12-22
gc.c: do not expose internal singleton class
nobu
2015-12-21
revert r53228 because this patch breaks rubyspec
ko1
2015-12-21
* gc.c (internal_object_p): should not expose singleton classes
ko1
2015-11-04
* class.c: fix documentation for rb_define_class{_id}_under.
hsbt
2015-10-30
variable.c: rb_class_ivar_set
nobu
2015-10-30
variable.c (rb_st_insert_id_and_value): reduce args
normal
2015-09-27
class.c: refine error messages
nobu
[next]