| Commit message (Expand) | Author | Age | Files | Lines |
* | * make rb_iseq_t T_IMEMO object (type is imemo_iseq). | ko1 | 2015-07-21 | 1 | -6/+6 |
* | struct.c: AREF_HASH_UNIT enum | nobu | 2015-07-01 | 1 | -3/+4 |
* | struct.c: AREF_HASH_THRESHOLD enum | nobu | 2015-07-01 | 1 | -1/+3 |
* | struct.c: hide internal objects | nobu | 2015-07-01 | 1 | -14/+16 |
* | struct.c: fix implicit conversions | nobu | 2015-07-01 | 1 | -4/+4 |
* | * struct.c (struct_member_pos): avoid implicit conversion loses | naruse | 2015-06-30 | 1 | -3/+3 |
* | move RB_GC_GUARD responsibility to rb_add_method_iseq | normal | 2015-06-30 | 1 | -2/+0 |
* | struct.c: speedup for big structs | normal | 2015-06-30 | 1 | -34/+124 |
* | struct.c: cache member definition in a subclass | normal | 2015-06-22 | 1 | -2/+10 |
* | * method.h: split rb_method_definition_t::flag to several flags. | ko1 | 2015-06-03 | 1 | -2/+2 |
* | * method.h: make rb_method_entry_t a VALUE. | ko1 | 2015-06-02 | 1 | -4/+2 |
* | * class.c: remove needless include pragmra for method.h. | ko1 | 2015-06-01 | 1 | -1/+0 |
* | * fix namespace issue on singleton class expressions. [Bug #10943] | ko1 | 2015-03-06 | 1 | -2/+2 |
* | iseq.c: struct accessors | nobu | 2014-12-16 | 1 | -4/+6 |
* | struct.c: use iseqval | nobu | 2014-12-10 | 1 | -6/+8 |
* | struct: avoid all O(n) behavior on access | normal | 2014-12-09 | 1 | -34/+27 |
* | struct.c: trivial optimization | nobu | 2014-12-08 | 1 | -1/+2 |
* | * internal.h: Include ruby.h and ruby/encoding.h to be | akr | 2014-11-15 | 1 | -1/+0 |
* | struct.c: no rb_class_real twice | nobu | 2014-08-21 | 1 | -1/+1 |
* | * parse.y: change Symbol <-> ID relationship to avoid | ko1 | 2014-07-09 | 1 | -1/+1 |
* | Init functions don't need ID caches | nobu | 2014-07-03 | 1 | -1/+9 |
* | struct.c: avoid pinning down | nobu | 2014-03-28 | 1 | -12/+15 |
* | struct.c: encoding of member name | nobu | 2014-03-28 | 1 | -1/+1 |
* | struct.c: not_a_member message | nobu | 2014-03-28 | 1 | -4/+11 |
* | * parse.y: support Symbol GC. [ruby-trunk Feature #9634] | nari | 2014-03-26 | 1 | -1/+1 |
* | * struct.c (rb_struct_alloc): use RARRAY_CONST_PTR() instead of | ko1 | 2014-03-20 | 1 | -1/+1 |
* | [DOC] add links to `Object#hash` | nobu | 2014-03-14 | 1 | -0/+2 |
* | * include/ruby/intern.h, | akr | 2014-02-14 | 1 | -6/+0 |
* | * struct.c (rb_struct_set): return assigned value from setter method | charliesome | 2014-01-04 | 1 | -1/+2 |
* | hash.c: detect recursion for all | nobu | 2013-12-03 | 1 | -21/+13 |
* | should not ignore the rest of recursive constructs | nobu | 2013-11-26 | 1 | -1/+1 |
* | * dir.c, pack.c, ruby.c, struct.c, vm_eval.c: use RARRAY_CONST_PTR(). | glass | 2013-11-08 | 1 | -2/+2 |
* | struct.c: fix warning message | nobu | 2013-10-27 | 1 | -1/+1 |
* | * struct.c: [DOC] grammar of ArgumentError in Struct.new [Bug #8936] | zzak | 2013-09-26 | 1 | -1/+2 |
* | * include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR(). | ko1 | 2013-09-25 | 1 | -8/+8 |
* | * struct.c (rb_struct_define_without_accessor_under): added. | ko1 | 2013-08-29 | 1 | -14/+46 |
* | * array.c (rb_ary_splice): use RARRAY_PTR_USE() without WB because | ko1 | 2013-08-26 | 1 | -2/+2 |
* | struct.c: rb_struct_define_under | nobu | 2013-08-03 | 1 | -0/+19 |
* | * struct.c (rb_struct_each_pair): use rb_yield_values(2, key, value) | glass | 2013-07-15 | 1 | -4/+13 |
* | intern.h: define rb_enumerator_size_func | nobu | 2013-06-26 | 1 | -3/+9 |
* | * include/ruby/ruby.h: support write barrier protection for T_STRUCT. | ko1 | 2013-06-21 | 1 | -65/+61 |
* | * struct.c: Improve documentation: replace "instance variable" with | drbrain | 2013-06-11 | 1 | -92/+91 |
* | * internal.h (numberof): Gathered from various files. | akr | 2013-06-07 | 1 | -1/+0 |
* | * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro | ko1 | 2013-05-13 | 1 | -1/+1 |
* | struct.c: hide member names | nobu | 2013-04-13 | 1 | -3/+3 |
* | struct.c: split make_struct | nobu | 2013-04-13 | 1 | -34/+53 |
* | struct.c: avoid inadvertent symbol creation | nobu | 2013-04-04 | 1 | -7/+24 |
* | * struct.c (Struct.new): Document Struct.new with block | zzak | 2013-01-19 | 1 | -3/+14 |
* | * struct.c (make_struct): remove junk ID check to allow members who | glass | 2012-12-22 | 1 | -8/+6 |
* | struct.c: fix typo | nobu | 2012-11-19 | 1 | -1/+1 |