summaryrefslogtreecommitdiff
path: root/struct.c
AgeCommit message (Expand)Author
2018-01-05marshal.c: allow marshalling keyword_init structk0kubun
2017-12-14struct.c: [DOC] improve docs for Struct.newstomar
2017-12-12struct.c: don't explain implementation detailsk0kubun
2017-12-12struct.c: show `keyword_init: true` on inspectk0kubun
2017-12-12struct.c: add keyword_init option to Struct.newk0kubun
2017-10-27`th` -> `ec` for `rb_insn_func_t`.ko1
2017-10-02Revert "vm_eval.c: add rb_yield_assoc_or_values()"glass
2017-10-02vm_eval.c: add rb_yield_assoc_or_values()glass
2017-10-01use rb_hash_new_with_size()glass
2017-03-01struct.c: improve rdoc for Structstomar
2017-02-27Fix doc for Hash#dig and Struct#digstomar
2017-02-21backward.h: 2.2 deprecated featuresnobu
2017-02-03doc: restore class documentation for Structnormal
2016-09-08replace fixnum by integer in documents.akr
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