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
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
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
2015-08-31
* class.c (move_refined_method): should insert a write barrier
ko1
2015-08-12
* class.c (move_refined_method): same as the last commit.
ko1
2015-08-12
* class.c, gc.c vm.c: use ID_TABLE_* instead of ST_*
ko1
2015-08-12
* id_table.h: introduce ID key table.
ko1
2015-07-21
* make rb_iseq_t T_IMEMO object (type is imemo_iseq).
ko1
2015-07-07
* iseq.c, internal.h (rb_iseq_clone): removed because we don't need to
ko1
2015-07-03
* method.h: introduce rb_callable_method_entry_t to remove
ko1
2015-06-30
move RB_GC_GUARD responsibility to rb_add_method_iseq
normal
2015-06-28
class.c: preserve encoding
nobu
2015-06-28
class.c: TypeError when superclass mismatch
nobu
2015-06-18
* method.h: constify rb_method_alias_struct::original_me and
ko1
2015-06-06
* method.h: back to share rb_method_definition_t by
ko1
[next]