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