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
/
test
/
ruby
/
test_array.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge revision(s) 57119: [Backport #13052]
usa
2016-12-27
1
-3
/
+10
*
merge revision(s) 56111: [Backport #12738]
usa
2016-09-30
1
-0
/
+18
*
merge revision(s) 50827,50921: [Backport #11235]
nagachika
2015-08-03
1
-0
/
+28
*
test/ruby: suppress warnings
nobu
2014-11-29
1
-8
/
+15
*
* test/lib/envutil.rb: Moved from test/ruby/.
akr
2014-11-13
1
-1
/
+0
*
array.c: non-recursive rcombinate0
nobu
2014-06-14
1
-0
/
+6
*
array.c: non-recursive rpermute0
nobu
2014-06-14
1
-0
/
+6
*
array.c: non-recursive permute0
nobu
2014-06-14
1
-0
/
+7
*
array.c: combination on a shared copy
nobu
2014-06-13
1
-0
/
+9
*
test_array.rb: skip if timed out
nobu
2014-04-11
1
-3
/
+7
*
test_array.rb: expand timeout
nobu
2014-04-11
1
-1
/
+1
*
array.c: maybe shared array
nobu
2014-04-11
1
-0
/
+16
*
test_array.rb: do minor GC
nobu
2014-04-11
1
-2
/
+5
*
test_array.rb: simplify test_shared_marking
nobu
2014-04-11
1
-15
/
+10
*
* test/ruby/test_array.rb: remove useless `assert'.
ko1
2014-04-10
1
-1
/
+0
*
* array.c (rb_ary_modify): remember shared array owner if a shared
ko1
2014-04-10
1
-1
/
+24
*
* test/ruby/test_array.rb: Ensure flatten! is used for test_flatten
zzak
2014-02-13
1
-2
/
+2
*
array.c: return first unique element in Array#uniq
tmm1
2014-01-06
1
-0
/
+5
*
* array.c: Have to_h raise on elements that are not key-value pairs [#9239]
marcandre
2013-12-23
1
-3
/
+9
*
test/ruby: better assertions
nobu
2013-12-13
1
-7
/
+9
*
array.c, hash.c: add salt
nobu
2013-12-10
1
-0
/
+2
*
* array.c (rb_ary_shuffle_bang, rb_ary_sample): check
ktsj
2013-12-08
1
-0
/
+11
*
array.c: prefer lhs elements
nobu
2013-12-05
1
-0
/
+12
*
test_hash.rb: move tests
nobu
2013-12-05
1
-9
/
+0
*
* test/ruby/test_array.rb (test_recursive_hash_value): rename.
nobu
2013-12-04
1
-1
/
+1
*
hash.c: same hash value for similar constructs
nobu
2013-12-03
1
-0
/
+1
*
hash.c: detect recursion for all
nobu
2013-12-03
1
-0
/
+1
*
* array.c (ary_add_hash): set and return values because string keys
glass
2013-12-03
1
-0
/
+38
*
should not ignore the rest of recursive constructs
nobu
2013-11-26
1
-1
/
+1
*
* array.c: Add Array#to_h [Feature #7292]
marcandre
2013-10-23
1
-0
/
+15
*
test_array.rb: add test
nobu
2013-10-15
1
-0
/
+5
*
test/ruby: assert_raise_with_message
nobu
2013-10-09
1
-2
/
+1
*
random.c: coerce before check negative
nobu
2013-08-13
1
-0
/
+26
*
Suppress warnings.
akr
2013-07-19
1
-2
/
+2
*
Suppress warnings.
akr
2013-07-19
1
-1
/
+2
*
* test/ruby/test_array.rb (test_count): add a test case for #count
eregon
2013-07-18
1
-0
/
+12
*
* array.c (rb_ary_count): check length to avoid SEGV
eregon
2013-07-18
1
-0
/
+10
*
* test/-ext-/test_printf.rb, test/rss/test_parser.rb,
shugo
2013-06-13
1
-24
/
+11
*
* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError
shugo
2013-06-12
1
-13
/
+0
*
array.c: freeze in callback
nobu
2013-06-12
1
-0
/
+9
*
array.c: freeze in callback
nobu
2013-06-12
1
-0
/
+16
*
* test_array.rb: Make test more precise
marcandre
2013-03-22
1
-1
/
+1
*
* array.c: Avoid zip bug by not using obsolete rb_check_block_call [Bug #8153]
marcandre
2013-03-22
1
-0
/
+9
*
test_array.rb: fix test for r39466
nobu
2013-02-24
1
-2
/
+2
*
* array.c (rb_ary_dup): reverted r39004. see [Bug #7768], and the
usa
2013-02-08
1
-7
/
+0
*
* array.c (rb_ary_dup): make returned array the same class as the original
charliesome
2013-02-01
1
-0
/
+7
*
* array.c (rb_ary_bsearch): Raise TypeError on bad return from block
marcandre
2013-01-30
1
-5
/
+7
*
* array.c (rb_ary_bsearch): Return enumerator if no block [#7725]
marcandre
2013-01-30
1
-0
/
+6
*
* array.c: Fix rdoc for Array#delete [#7437]
marcandre
2012-11-26
1
-0
/
+8
*
* array.c (rb_ary_bsearch): add Array#bsearch for binary search.
mame
2012-11-14
1
-0
/
+27
[next]