summaryrefslogtreecommitdiff
path: root/struct.c
AgeCommit message (Expand)Author
2018-12-23Struct#to_h: Add doc for block form.marcandre
2018-11-05* expand tabs.svn
2018-11-05use `RSTRUCT_CONST_PTR` carefully.ko1
2018-11-04struct.c: [DOC] add docs for Struct#filterstomar
2018-11-01introduce USE_TRANSIENT_HEAP to enable/disable theap.ko1
2018-10-30support theap for T_STRUCT.ko1
2018-10-29* expand tabs.svn
2018-10-29use RARRAY_AREF() instead of RARRAY_CONST_PTR().ko1
2018-10-04* expand tabs.svn
2018-10-04use RARRAY_AREF().ko1
2018-09-20Enumerable#to_h with block and so onnobu
2018-09-16Alias Struct#select as Struct#filter. Patch by Kenichi Kamiya.marcandre
2018-07-24UNREACHABLE_RETURNnobu
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