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
/
array.c
Age
Commit message (
Expand
)
Author
2015-03-07
* array.c: document that first element is kept when using
hsbt
2015-01-25
array.c: reduce to_ary call
nobu
2015-01-15
array.c: linear performance
nobu
2015-01-12
* array.c (rb_ary_each): documented return value.
hsbt
2015-01-12
array.c: trivial optimizations
nobu
2015-01-11
array.c: class name encoding
nobu
2015-01-10
array.c: keep consistency
nobu
2015-01-04
* array.c: improve docs for Array#reject. [ruby-core:65324][misc #10307]
ayumin
2015-01-03
* array.c: Improve performance of Array#shift. use shared instead of
hsbt
2014-12-02
array.c: decoration
nobu
2014-12-02
array.c (rb_ary_plus): in documentation, added note about
duerst
2014-11-15
* internal.h: Include ruby.h and ruby/encoding.h to be
akr
2014-10-12
array.c: swap volatile for RB_GC_GUARD
normal
2014-10-09
internal.h: optimize rb_ary_new_from_args
nobu
2014-10-09
array.c: fix potential memory leak
nobu
2014-09-22
array.c: GC guard
nobu
2014-09-21
* array.c: use rb_equal_opt() for performance improvement.
glass
2014-09-08
* gc.c: add incremental GC algorithm. [Feature #10137]
ko1
2014-08-15
* array.c (rb_ary_tmp_new): added.
ko1
2014-07-18
array.c: array may be modified in the block
nobu
2014-07-18
optimized any? methods
nobu
2014-07-11
* array.c: Clarify documentation for Array#insert.
hsbt
2014-06-18
constify parameters
nobu
2014-06-14
array.c: non-recursive rcombinate0
nobu
2014-06-14
array.c: non-recursive rpermute0
nobu
2014-06-14
array.c: non-recursive permute0
nobu
2014-06-14
array.c: combinate0
nobu
2014-06-13
array.c: combination on a shared copy
nobu
2014-06-13
array.c: yield_indexed_values
nobu
2014-06-13
array.c: fix array size
nobu
2014-05-24
* array.c: [DOC] Clarify default argument for Array.new.
zzak
2014-05-24
* array.c: [DOC] Add more documents to shuffle! and shuffle.
hsbt
2014-05-20
use predefined IDs
nobu
2014-04-11
* array.c (ARY_SET): added.
ko1
2014-04-11
* array.c: make shared arrays WB-protected objects.
ko1
2014-04-11
array.c: maybe shared array
nobu
2014-04-10
* array.c (rb_ary_modify): remember shared array owner if a shared
ko1
2014-03-14
[DOC] add links to `Object#hash`
nobu
2014-02-06
array.c: comment why rb_ary_modify is needed twice
nobu
2014-01-09
* array.c: rdoc clarification for <=>
marcandre
2014-01-06
array.c: return first unique element in Array#uniq
tmm1
2014-01-01
* array.c (rb_ary_zip): use ALLOCV_N() instead of ALLOCA_N().
glass
2013-12-23
* array.c: Have to_h raise on elements that are not key-value pairs [#9239]
marcandre
2013-12-20
* include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN into
ko1
2013-12-13
* array.c: fix comment to remove the word "shady".
ko1
2013-12-11
* array.c: More doc examples for Array#{map|collect}{!} using both forms
marcandre
2013-12-10
array.c, hash.c: add salt
nobu
2013-12-08
array.c: id_random
nobu
2013-12-08
* array.c (rb_ary_shuffle_bang, rb_ary_sample): rename local variables.
ktsj
2013-12-08
* array.c (rb_ary_shuffle_bang, rb_ary_sample): check
ktsj
[next]