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
*
Fix bug in array pack with shared strings
Jemma Issroff
2022-11-10
1
-0
/
+6
*
Split tests for `Array#shuffle` and `Array#sample`
Nobuyoshi Nakada
2022-10-24
1
-1
/
+21
*
Fix Array#[] with ArithmeticSequence with negative steps (#5739)
Jeremy Evans
2022-08-11
1
-0
/
+90
*
Add missing write barriers to Array#replace
Alan Wu
2022-04-28
1
-0
/
+8
*
Use omit instead of skip: test/ruby/**/*.rb
Hiroshi SHIBATA
2022-01-04
1
-1
/
+1
*
Refined test [Bug #18140]
Nobuyoshi Nakada
2021-09-02
1
-1
/
+4
*
Test against the target class
Nobuyoshi Nakada
2021-09-02
1
-2
/
+2
*
Guard array when appending
Aaron Patterson
2021-09-02
1
-0
/
+6
*
Add negative position tests [Bug #18138]
Nobuyoshi Nakada
2021-08-29
1
-0
/
+4
*
Add out of range tests for Array#slice!
Nobuyoshi Nakada
2021-08-29
1
-0
/
+13
*
Refined portability of test for [Bug #17739]
Nobuyoshi Nakada
2021-05-22
1
-2
/
+3
*
Do not allow array modifications after freeze inside sort!
Jeremy Evans
2021-05-21
1
-0
/
+30
*
Suppress warnings for unsued variable
Hiroshi SHIBATA
2021-04-23
1
-3
/
+3
*
array.c (rb_ary_zip): take only as many as needed from an Enumerator (#4389)
Yusuke Endoh
2021-04-21
1
-0
/
+11
*
Add Array#intersect?
Travis Hunter
2021-04-16
1
-0
/
+13
*
Ensure the receiver is modifiable before shrinking [Bug #17736]
Nobuyoshi Nakada
2021-03-20
1
-0
/
+36
*
Use category: :deprecated in warnings that are related to deprecation
Jeremy Evans
2020-12-18
1
-15
/
+15
*
test/ruby: Check warning messages at a finer granularity
Nobuyoshi Nakada
2020-12-17
1
-32
/
+30
*
Make Array methods return Array instances instead of subclass instances
Jeremy Evans
2020-11-03
1
-60
/
+80
*
Feature #16812: Allow slicing arrays with ArithmeticSequence (#3241)
Kenta Murata
2020-10-21
1
-1
/
+37
*
range.c: Fix an exception message in rb_range_beg_len
Kenta Murata
2020-10-20
1
-0
/
+3
*
Ensure that the comparison succeeded [Bug #17205]
Nobuyoshi Nakada
2020-10-02
1
-0
/
+21
*
freeze all Range objects.
v3_0_0_preview1
Koichi Sasada
2020-09-25
1
-1
/
+1
*
Fix Array#flatten for recursive array when given positive depth [Bug #17092]
Marc-Andre Lafortune
2020-07-30
1
-3
/
+11
*
Optimize Array#min (#3324)
Kenta Murata
2020-07-18
1
-0
/
+2
*
Optimize Array#max (#3325)
Kenta Murata
2020-07-18
1
-0
/
+3
*
support multiple run for test/ruby/test_array.
Koichi Sasada
2020-01-28
1
-7
/
+6
*
Recheck array length after `to_str` conversion
Nobuyoshi Nakada
2020-01-25
1
-0
/
+11
*
Recheck elements type after `to_str` conversion
Nobuyoshi Nakada
2020-01-25
1
-0
/
+10
*
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
1
-52
/
+16
*
Add: Array#intersection method
Prajjwal Singh
2019-10-07
1
-0
/
+17
*
compile.c (compile_list): emit newarraykwsplat only at the last chunk
Yusuke Endoh
2019-09-07
1
-0
/
+8
*
Make Array#uniq return subclass instance if called on subclass instance
Jeremy Evans
2019-09-02
1
-0
/
+25
*
Removing duplicated assertions on test_array.rb - MINUS method
Espartaco Palma
2019-08-06
1
-4
/
+0
*
Implement Array#minmax
Jeremy Evans
2019-07-02
1
-0
/
+19
*
test/ruby/test_array.rb (test_sort_with_replace): run in a subprocess
Yusuke Endoh
2019-06-26
1
-7
/
+15
*
array.c: always check frozenness in Array#unshift. Fixes [Bug #15952]
Luke Gruber
2019-06-23
1
-0
/
+11
*
Fix issue with Array#rindex when rb_equal modifies receiver array
Luke Gruber
2019-06-23
1
-0
/
+10
*
Revive accidentally removed assertion
kazu
2019-04-03
1
-0
/
+1
*
Introduce beginless range [Feature#14799]
mame
2019-04-03
1
-1
/
+14
*
Mark array as "going to be modified" in `Array#reject!`
tenderlove
2019-01-08
1
-0
/
+59
*
test_array.rb: increase timeout for RubyCI
k0kubun
2018-12-30
1
-1
/
+1
*
test_array.rb: increase timeout for RubyCI
k0kubun
2018-12-28
1
-1
/
+1
*
range.c: reject ArithmeticSequence in rb_range_values
mrkn
2018-12-21
1
-0
/
+1
*
Fix error message
nobu
2018-12-04
1
-1
/
+5
*
Revert r63030
nobu
2018-11-22
1
-1
/
+3
*
appveyor.yml: run memory-exchausting test separately
k0kubun
2018-11-13
1
-1
/
+0
*
test_array.rb: try to avoid NoMemoryError on AppVeyor
k0kubun
2018-11-13
1
-0
/
+1
*
Add difference method to Array
nobu
2018-10-05
1
-0
/
+21
*
Enumerable#to_h with block and so on
nobu
2018-09-20
1
-8
/
+31
[next]