summaryrefslogtreecommitdiff
path: root/struct.c
AgeCommit message (Expand)Author
2016-08-01hide struct internal [Feature #9916]shyouhei
2016-04-16struct.c: unique membersnobu
2016-04-16struct.c: struct_make_members_listnobu
2015-12-08* array.c: Improve and fix documentation for Array#digmarcandre
2015-11-17update rdoc of dig methods [ci skip]nobu
2015-11-16struct.c: dignobu
2015-11-16* struct.c: Standardize a method signature of Struct#[]=.hsbt
2015-11-16struct.c: fix index in messagenobu
2015-10-28NameError#receiver of uninitialized constantnobu
2015-07-21* make rb_iseq_t T_IMEMO object (type is imemo_iseq).ko1
2015-07-01struct.c: AREF_HASH_UNIT enumnobu
2015-07-01struct.c: AREF_HASH_THRESHOLD enumnobu
2015-07-01struct.c: hide internal objectsnobu
2015-07-01struct.c: fix implicit conversionsnobu
2015-06-30* struct.c (struct_member_pos): avoid implicit conversion losesnaruse
2015-06-30move RB_GC_GUARD responsibility to rb_add_method_iseqnormal
2015-06-30struct.c: speedup for big structsnormal
2015-06-22struct.c: cache member definition in a subclassnormal
2015-06-03* method.h: split rb_method_definition_t::flag to several flags.ko1
2015-06-02* method.h: make rb_method_entry_t a VALUE.ko1
2015-06-01* class.c: remove needless include pragmra for method.h.ko1
2015-03-06* fix namespace issue on singleton class expressions. [Bug #10943]ko1
2014-12-16iseq.c: struct accessorsnobu
2014-12-10struct.c: use iseqvalnobu
2014-12-09struct: avoid all O(n) behavior on accessnormal
2014-12-08struct.c: trivial optimizationnobu
2014-11-15* internal.h: Include ruby.h and ruby/encoding.h to beakr
2014-08-21struct.c: no rb_class_real twicenobu
2014-07-09* parse.y: change Symbol <-> ID relationship to avoidko1
2014-07-03Init functions don't need ID cachesnobu
2014-03-28struct.c: avoid pinning downnobu
2014-03-28struct.c: encoding of member namenobu
2014-03-28struct.c: not_a_member messagenobu
2014-03-26* parse.y: support Symbol GC. [ruby-trunk Feature #9634]nari
2014-03-20* struct.c (rb_struct_alloc): use RARRAY_CONST_PTR() instead ofko1
2014-03-14[DOC] add links to `Object#hash`nobu
2014-02-14* include/ruby/intern.h,akr
2014-01-04* struct.c (rb_struct_set): return assigned value from setter methodcharliesome
2013-12-03hash.c: detect recursion for allnobu
2013-11-26should not ignore the rest of recursive constructsnobu
2013-11-08* dir.c, pack.c, ruby.c, struct.c, vm_eval.c: use RARRAY_CONST_PTR().glass
2013-10-27struct.c: fix warning messagenobu
2013-09-26* struct.c: [DOC] grammar of ArgumentError in Struct.new [Bug #8936]zzak
2013-09-25* include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR().ko1
2013-08-29* struct.c (rb_struct_define_without_accessor_under): added.ko1
2013-08-26* array.c (rb_ary_splice): use RARRAY_PTR_USE() without WB becauseko1
2013-08-03struct.c: rb_struct_define_undernobu
2013-07-15* struct.c (rb_struct_each_pair): use rb_yield_values(2, key, value)glass
2013-06-26intern.h: define rb_enumerator_size_funcnobu
2013-06-21* include/ruby/ruby.h: support write barrier protection for T_STRUCT.ko1