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
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
2016-12-20
array.c: do not resize to less than 0
rhe
2016-12-20
array.c: check array length every time after yielding
rhe
2016-12-17
Increase timeout
naruse
2016-12-06
array.c, enum.c: change sum algorithm
mrkn
2016-12-05
random.c: private rand
nobu
2016-10-12
test_array.rb: do not assume stable sort
nobu
2016-09-08
* array.c (flatten): use rb_obj_class instead of rb_class_of
ktsj
2016-08-27
multiple arguments
nobu
2016-05-19
* test/ruby/test_array.rb (TestArray#test_push_over_ary_max): it seems to take
usa
2016-05-17
Use Integer instead of Fixnum and Bignum.
akr
2016-05-01
Fix rb_ary_sum for mathn
mrkn
2016-04-24
* test/ruby/test_array.rb: Add test cases for Array#sum with
yui-knk
2016-04-15
* array.c (rb_ary_sum): Don't yield same element twice.
akr
2016-04-15
* array.c (rb_ary_sum): Fix SEGV by [1/2r, 1].sum.
akr
[prev]
[next]