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
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
struct.c
Age
Commit message (
Expand
)
Author
2017-03-01
struct.c: improve rdoc for Struct
stomar
2017-02-27
Fix doc for Hash#dig and Struct#dig
stomar
2017-02-21
backward.h: 2.2 deprecated features
nobu
2017-02-03
doc: restore class documentation for Struct
normal
2016-09-08
replace fixnum by integer in documents.
akr
2016-08-01
hide struct internal [Feature #9916]
shyouhei
2016-04-16
struct.c: unique members
nobu
2016-04-16
struct.c: struct_make_members_list
nobu
2015-12-08
* array.c: Improve and fix documentation for Array#dig
marcandre
2015-11-17
update rdoc of dig methods [ci skip]
nobu
2015-11-16
struct.c: dig
nobu
2015-11-16
* struct.c: Standardize a method signature of Struct#[]=.
hsbt
2015-11-16
struct.c: fix index in message
nobu
2015-10-28
NameError#receiver of uninitialized constant
nobu
2015-07-21
* make rb_iseq_t T_IMEMO object (type is imemo_iseq).
ko1
2015-07-01
struct.c: AREF_HASH_UNIT enum
nobu
2015-07-01
struct.c: AREF_HASH_THRESHOLD enum
nobu
2015-07-01
struct.c: hide internal objects
nobu
2015-07-01
struct.c: fix implicit conversions
nobu
2015-06-30
* struct.c (struct_member_pos): avoid implicit conversion loses
naruse
2015-06-30
move RB_GC_GUARD responsibility to rb_add_method_iseq
normal
2015-06-30
struct.c: speedup for big structs
normal
2015-06-22
struct.c: cache member definition in a subclass
normal
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-16
iseq.c: struct accessors
nobu
2014-12-10
struct.c: use iseqval
nobu
2014-12-09
struct: avoid all O(n) behavior on access
normal
2014-12-08
struct.c: trivial optimization
nobu
2014-11-15
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-08-21
struct.c: no rb_class_real twice
nobu
2014-07-09
* parse.y: change Symbol <-> ID relationship to avoid
ko1
2014-07-03
Init functions don't need ID caches
nobu
2014-03-28
struct.c: avoid pinning down
nobu
2014-03-28
struct.c: encoding of member name
nobu
2014-03-28
struct.c: not_a_member message
nobu
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 of
ko1
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 method
charliesome
2013-12-03
hash.c: detect recursion for all
nobu
2013-11-26
should not ignore the rest of recursive constructs
nobu
2013-11-08
* dir.c, pack.c, ruby.c, struct.c, vm_eval.c: use RARRAY_CONST_PTR().
glass
2013-10-27
struct.c: fix warning message
nobu
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
[next]