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
/
test
/
ruby
/
test_array.rb
Age
Commit message (
Expand
)
Author
2025-03-18
[Feature #20702] Tests for Array#fetch_values
Nobuyoshi Nakada
2025-02-03
Add out of range tests of random number generator
Nobuyoshi Nakada
2024-11-26
Optimize instructions when creating an array just to call `include?` (#12123)
Randy Stauner
2024-08-22
Uncomment test accidentally commented in 1656350
Peter Zhu
2024-08-22
Don't use gc_impl.h inside of gc/gc.h
Peter Zhu
2024-07-03
array.c: Remove outdated assertions
Jean Boussier
2024-07-02
Add regression test for mutating pack's format string
Aaron Patterson
2024-04-14
Resize ary when `Array#sort!` block modifies embedded ary
Zack Deveau
2024-03-04
Disable callcc when ASAN is enabled
KJ Tsanaktsidis
2024-02-22
Skip under_gc_compact_stress on s390x (#10073)
Takashi Kokubun
2023-12-21
Fix ary_make_partial_step for compaction
Peter Zhu
2023-11-29
Array#rassoc should try to convert to array implicitly. Fixes #20003
Tema Bolshakov
2023-11-27
Fix compaction during ary_make_partial
Peter Zhu
2023-08-29
Fix Array#bsearch when block returns a non-integer numeric value
Kouhei Yanagita
2022-11-10
Fix bug in array pack with shared strings
Jemma Issroff
2022-10-24
Split tests for `Array#shuffle` and `Array#sample`
Nobuyoshi Nakada
2022-08-11
Fix Array#[] with ArithmeticSequence with negative steps (#5739)
Jeremy Evans
2022-04-28
Add missing write barriers to Array#replace
Alan Wu
2022-01-04
Use omit instead of skip: test/ruby/**/*.rb
Hiroshi SHIBATA
2021-09-02
Refined test [Bug #18140]
Nobuyoshi Nakada
2021-09-02
Test against the target class
Nobuyoshi Nakada
2021-09-02
Guard array when appending
Aaron Patterson
2021-08-29
Add negative position tests [Bug #18138]
Nobuyoshi Nakada
2021-08-29
Add out of range tests for Array#slice!
Nobuyoshi Nakada
2021-05-22
Refined portability of test for [Bug #17739]
Nobuyoshi Nakada
2021-05-21
Do not allow array modifications after freeze inside sort!
Jeremy Evans
2021-04-23
Suppress warnings for unsued variable
Hiroshi SHIBATA
2021-04-21
array.c (rb_ary_zip): take only as many as needed from an Enumerator (#4389)
Yusuke Endoh
2021-04-16
Add Array#intersect?
Travis Hunter
2021-03-20
Ensure the receiver is modifiable before shrinking [Bug #17736]
Nobuyoshi Nakada
2020-12-18
Use category: :deprecated in warnings that are related to deprecation
Jeremy Evans
2020-12-17
test/ruby: Check warning messages at a finer granularity
Nobuyoshi Nakada
2020-11-03
Make Array methods return Array instances instead of subclass instances
Jeremy Evans
2020-10-21
Feature #16812: Allow slicing arrays with ArithmeticSequence (#3241)
Kenta Murata
2020-10-20
range.c: Fix an exception message in rb_range_beg_len
Kenta Murata
2020-10-02
Ensure that the comparison succeeded [Bug #17205]
Nobuyoshi Nakada
2020-09-25
freeze all Range objects.
v3_0_0_preview1
Koichi Sasada
2020-07-30
Fix Array#flatten for recursive array when given positive depth [Bug #17092]
Marc-Andre Lafortune
2020-07-18
Optimize Array#min (#3324)
Kenta Murata
2020-07-18
Optimize Array#max (#3325)
Kenta Murata
2020-01-28
support multiple run for test/ruby/test_array.
Koichi Sasada
2020-01-25
Recheck array length after `to_str` conversion
Nobuyoshi Nakada
2020-01-25
Recheck elements type after `to_str` conversion
Nobuyoshi Nakada
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-10-07
Add: Array#intersection method
Prajjwal Singh
2019-09-07
compile.c (compile_list): emit newarraykwsplat only at the last chunk
Yusuke Endoh
2019-09-02
Make Array#uniq return subclass instance if called on subclass instance
Jeremy Evans
2019-08-06
Removing duplicated assertions on test_array.rb - MINUS method
Espartaco Palma
2019-07-02
Implement Array#minmax
Jeremy Evans
2019-06-26
test/ruby/test_array.rb (test_sort_with_replace): run in a subprocess
Yusuke Endoh
[next]