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_enum.rb
Age
Commit message (
Expand
)
Author
2024-07-11
Enumerable#all?: Stop optimizing when a given block is not optimizable
Yusuke Endoh
2024-03-04
Disable callcc when ASAN is enabled
KJ Tsanaktsidis
2023-02-01
Add a test for svar #7225 (#7228)
Takashi Kokubun
2022-03-23
Raise ArgumentError when calling Enumberable#inject without block or arguments
Jeremy Evans
2022-01-13
thread.c: Convert TAG_BREAK to a normal exception at thread top-level
Yusuke Endoh
2021-11-16
Make Enumerable#each_cons return object if over size
Jeremy Evans
2021-11-09
test/ruby/test_enum.rb: Prevent a warning
Yusuke Endoh
2021-11-05
Delegate keywords from Enumerable#to_a to #each
Jeremy Evans
2021-10-25
Fix `Enumerable#each_cons` and `Enumerable#each_slice` to return a receiver
TSUYUSATO Kitsune
2021-03-27
Fix Enumerable#tally with some arguments pattern [Feature #17744]
Kenichi Kamiya
2021-03-26
Enumerable#tally with the resulting hash [Feature #17744]
Nobuyoshi Nakada
2021-03-19
Fix Enumerable#inject with high negative fixnums [Bug #17731]
Marc-Andre Lafortune
2021-01-02
Add Enumerable#compact and Enumerator::Lazy#compact
zverok
2020-12-17
test/ruby: Check warning messages at a finer granularity
Nobuyoshi Nakada
2020-12-16
test/ruby/test_enum.rb: Avoid "warning: assigned but unused variable"
Yusuke Endoh
2020-12-15
Optimize `Enumerable#grep{_v}`
Marc-Andre Lafortune
2020-07-24
Respect visibility in non-array Enumerable#inject [Bug #13592]
Nobuyoshi Nakada
2020-06-03
Ensure origins for all included, prepended, and refined modules
Jeremy Evans
2019-11-19
Fix memory corruption in Enumerable#reverse_each [ruby-dev:50867] [Bug #16354]
Kazuki Tsujimoto
2019-05-23
Adding Enumerable#filter_map
Alfonso Jiménez
2019-02-07
enum.c: Enumerable#tally
nobu
2018-10-30
introduce TransientHeap. [Bug #14858]
ko1
2018-10-30
revert r65444 and r65446 because of commit miss
ko1
2018-10-30
introduce TransientHeap. [Bug #14858]
ko1
2018-09-20
Enumerable#to_h with block and so on
nobu
2018-09-13
warn unused blocks with Enumerable#all? any? one? none?
nobu
2018-07-22
fix sum on infinity
nobu
2017-12-10
Add case equality arity to Enumerable#all?, any?, none? and one?,
marcandre
2017-10-25
range.c: check if exclude_end? is defined
nobu
2017-07-18
vm_eval.c: rb_lambda_call
nobu
2017-06-21
Fix Enumerable#uniq with non single yield arguments
nobu
2017-05-30
enum.c: check if reentered
nobu
2017-05-24
enum.c: respect method visibility
nobu
2017-05-24
test_enum.rb: test_inject_array_op_redefined
nobu
2017-05-24
duplicate method
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-03-02
test: use RbConfig::Limits
nobu
2016-12-06
array.c, enum.c: change sum algorithm
mrkn
2016-10-04
* enum.c: Make Enumerable#chunk with no block return
marcandre
2016-07-20
fix typos
kazu
2016-07-20
enum.c: Enumerable#uniq
nobu
2016-05-17
Optimize enum_sum for a range from int to int
mrkn
2016-05-17
Implement Enumerable#sum
mrkn
2016-05-17
Use Integer instead of Fixnum and Bignum.
akr
2016-05-01
envutil.rb defines Integer::{FIXNUM_MIN,FIXNUM_MAX}.
akr
2016-04-13
* array.c (rb_ary_sum): Array#sum is implemented.
akr
2016-03-23
* enum.c (ary_inject_op): Use Kahan's compensated summation algorithm
mrkn
2016-03-17
* enum.c (ary_inject_op): Implement the specialized code for sum of
akr
2016-03-17
* array.c (rb_ary_max, rb_ary_min): Array#max and Array#min added.
mame
[next]