index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
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_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
struct.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* expand tabs.
svn
2018-10-04
1
-2
/
+2
*
use RARRAY_AREF().
ko1
2018-10-04
1
-4
/
+3
*
Enumerable#to_h with block and so on
nobu
2018-09-20
1
-1
/
+6
*
Alias Struct#select as Struct#filter. Patch by Kenichi Kamiya.
marcandre
2018-09-16
1
-0
/
+1
*
UNREACHABLE_RETURN
nobu
2018-07-24
1
-1
/
+1
*
marshal.c: allow marshalling keyword_init struct
k0kubun
2018-01-05
1
-2
/
+8
*
struct.c: [DOC] improve docs for Struct.new
stomar
2017-12-14
1
-3
/
+2
*
struct.c: don't explain implementation details
k0kubun
2017-12-12
1
-4
/
+8
*
struct.c: show `keyword_init: true` on inspect
k0kubun
2017-12-12
1
-0
/
+11
*
struct.c: add keyword_init option to Struct.new
k0kubun
2017-12-12
1
-10
/
+74
*
`th` -> `ec` for `rb_insn_func_t`.
ko1
2017-10-27
1
-2
/
+2
*
Revert "vm_eval.c: add rb_yield_assoc_or_values()"
glass
2017-10-02
1
-4
/
+13
*
vm_eval.c: add rb_yield_assoc_or_values()
glass
2017-10-02
1
-13
/
+4
*
use rb_hash_new_with_size()
glass
2017-10-01
1
-1
/
+1
*
struct.c: improve rdoc for Struct
stomar
2017-03-01
1
-23
/
+30
*
Fix doc for Hash#dig and Struct#dig
stomar
2017-02-27
1
-3
/
+3
*
backward.h: 2.2 deprecated features
nobu
2017-02-21
1
-6
/
+0
*
doc: restore class documentation for Struct
normal
2017-02-03
1
-0
/
+2
*
replace fixnum by integer in documents.
akr
2016-09-08
1
-3
/
+3
*
hide struct internal [Feature #9916]
shyouhei
2016-08-01
1
-4
/
+7
*
struct.c: unique members
nobu
2016-04-16
1
-7
/
+20
*
struct.c: struct_make_members_list
nobu
2016-04-16
1
-28
/
+18
*
* array.c: Improve and fix documentation for Array#dig
marcandre
2015-12-08
1
-2
/
+3
*
update rdoc of dig methods [ci skip]
nobu
2015-11-17
1
-0
/
+14
*
struct.c: dig
nobu
2015-11-16
1
-0
/
+28
*
* struct.c: Standardize a method signature of Struct#[]=.
hsbt
2015-11-16
1
-3
/
+3
*
struct.c: fix index in message
nobu
2015-11-16
1
-68
/
+52
*
NameError#receiver of uninitialized constant
nobu
2015-10-28
1
-16
/
+9
*
* 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
[next]