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