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
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
2019-06-23
array.c: always check frozenness in Array#unshift. Fixes [Bug #15952]
Luke Gruber
2019-06-23
Fix issue with Array#rindex when rb_equal modifies receiver array
Luke Gruber
2019-04-03
Revive accidentally removed assertion
kazu
2019-04-03
Introduce beginless range [Feature#14799]
mame
2019-01-08
Mark array as "going to be modified" in `Array#reject!`
tenderlove
2018-12-30
test_array.rb: increase timeout for RubyCI
k0kubun
2018-12-28
test_array.rb: increase timeout for RubyCI
k0kubun
2018-12-21
range.c: reject ArithmeticSequence in rb_range_values
mrkn
2018-12-04
Fix error message
nobu
2018-11-22
Revert r63030
nobu
2018-11-13
appveyor.yml: run memory-exchausting test separately
k0kubun
2018-11-13
test_array.rb: try to avoid NoMemoryError on AppVeyor
k0kubun
2018-10-05
Add difference method to Array
nobu
2018-09-20
Enumerable#to_h with block and so on
nobu
2018-09-20
Add union method to Array
nobu
2018-07-22
fix sum on infinity
nobu
2018-04-19
Introduce endless range [Feature#12912]
mame
2018-04-17
Remove the disabled old tests for Ruby 1.8/1.9 feature change
mame
2018-04-17
Use assert(false) for the path that is expected unreachable
mame
2018-03-29
array.c: yield blockarg in collect
nobu
2018-03-15
test_array.rb (test_slice!): moved misplaced test
nobu
2018-02-25
Add a new #filter alias for #select
eregon
2018-01-11
vm_insnhelper.c: search in the indexing order
nobu
2017-12-12
Add FrozenError as a subclass of RuntimeError
shyouhei
2017-10-22
Fixed misspelling words.
hsbt
2017-09-29
array.c: improve operations on small arrays
nobu
2017-08-30
array.c: integer calculations
nobu
2017-08-29
array.c: join encoding
nobu
2017-08-29
test/ruby: tweaked heredocs
nobu
2017-05-12
array.c: fix position in message
nobu
2017-05-12
array.c: check position to insert
nobu
2017-04-21
Removed mathn.rb from stdlib. It's deprecated from Ruby 2.2.
hsbt
2017-04-06
Rename RbConfig::Limits as RbConfig::LIMITS
nobu
2017-04-01
array.c: Array#append and Array#prepend
nobu
2017-03-02
test: use RbConfig::Limits
nobu
2017-02-18
array.c: check if numeric
nobu
[next]