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
/
enum.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Enumerable#tally with some arguments pattern [Feature #17744]
Kenichi Kamiya
2021-03-27
1
-3
/
+7
*
Enumerable#tally with the resulting hash [Feature #17744]
Nobuyoshi Nakada
2021-03-26
1
-6
/
+22
*
Add write-barrier in tally
Nobuyoshi Nakada
2021-03-20
1
-1
/
+4
*
Fix Enumerable#inject with high negative fixnums [Bug #17731]
Marc-Andre Lafortune
2021-03-19
1
-1
/
+1
*
Improve Enumerable#tally performance
Nobuyoshi Nakada
2021-03-16
1
-6
/
+14
*
RDoc: Enhanced introduction for Enumerable (#4004)
Burdette Lamar
2021-01-04
1
-7
/
+129
*
Fix indent [ci skip]
Kazuhiro NISHIYAMA
2021-01-05
1
-4
/
+4
*
Add Enumerable#compact and Enumerator::Lazy#compact
zverok
2021-01-02
1
-0
/
+43
*
Removed leading spaces [ci skip]
Nobuyoshi Nakada
2020-12-16
1
-1
/
+1
*
Optimize `Enumerable#grep{_v}`
Marc-Andre Lafortune
2020-12-15
1
-12
/
+40
*
Removed canonicalization for mathn
Nobuyoshi Nakada
2020-11-10
1
-10
/
+1
*
Fix links
S-H-GAMELINKS
2020-11-10
1
-1
/
+1
*
Don't redefine #rb_intern over and over again
Stefan Stüben
2020-10-21
1
-4
/
+1
*
Respect visibility in non-array Enumerable#inject [Bug #13592]
Nobuyoshi Nakada
2020-07-24
1
-1
/
+1
*
add spaces [ci skip]
卜部昌平
2020-06-29
1
-0
/
+14
*
sum_iter: do not goto into a branch
卜部昌平
2020-06-29
1
-107
/
+115
*
Update example code in Enumerator#chunk documentation [ci skip]
Jeremy Evans
2020-06-12
1
-1
/
+1
*
docs: fix typo
szTheory
2020-06-07
1
-2
/
+2
*
Fix max, min, minmax documentation (#3131)
Masataka Pocke Kuwabara
2020-05-26
1
-3
/
+3
*
Added more NORETURN declarations
Nobuyoshi Nakada
2020-05-11
1
-0
/
+1
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-4
/
+10
*
[DOC] Improve documentation for Enumerable#tally
Marcus Stollsteimer
2019-12-22
1
-4
/
+4
*
Added documentation for integer range sums (#1593)
Eli Sadoff
2019-12-11
1
-0
/
+4
*
Indicate `find_all` and `select` methods are aliases.
Corey Farwell
2019-12-11
1
-0
/
+3
*
check interrupts at each frame pop timing.
Koichi Sasada
2019-11-29
1
-3
/
+0
*
Fix memory corruption in Enumerable#reverse_each [ruby-dev:50867] [Bug #16354]
Kazuki Tsujimoto
2019-11-19
1
-3
/
+9
*
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
1
-4
/
+0
*
rb_rescue / rb_rescue2 now free from ANYARGS
卜部昌平
2019-08-27
1
-2
/
+4
*
#define RB_BLOCK_CALL_FUNC_STRICT 1
卜部昌平
2019-08-27
1
-2
/
+2
*
Document that Enumerable#sum may not respect redefinition of Range#each
Jeremy Evans
2019-08-25
1
-1
/
+1
*
Remove redundant each from `sum` example (#2190) [ci skip]
OKURA Masafumi
2019-08-17
1
-1
/
+1
*
enum.c: Remove unused #include
Yusuke Endoh
2019-08-07
1
-1
/
+0
*
Predefine some IDs
Nobuyoshi Nakada
2019-08-03
1
-2
/
+1
*
[DOC] Add link to Enumerable#grep from Enumerable#select
Kazuhiro NISHIYAMA
2019-07-09
1
-1
/
+1
*
squeeze space [ci skip]
Kazuhiro NISHIYAMA
2019-06-13
1
-1
/
+1
*
add comments to mention sort.reverse!
Martin Dürst
2019-06-13
1
-0
/
+4
*
Make size on an infinite each_slice enumerator return Infinity
Jeremy Evans
2019-06-02
1
-0
/
+5
*
enum.c (enum_tally): better example in rdoc
Yusuke Endoh
2019-05-23
1
-2
/
+1
*
Adding Enumerable#filter_map
Alfonso Jiménez
2019-05-23
1
-0
/
+41
*
[DOC] Use '&&' instead of 'and' in boolean expression
Marcus Stollsteimer
2019-05-18
1
-9
/
+9
*
Improve doc for Enumerable#include? and member?
okuramasafumi
2019-05-13
1
-4
/
+4
*
memo.c might not always be initialized
Urabe, Shyouhei
2019-04-26
1
-0
/
+4
*
[DOC] Add `ifnone` example to `find` documentation [ci skip]
nagachika
2019-04-12
1
-4
/
+6
*
[DOC] fix markups [ci skip]
nobu
2019-03-22
1
-26
/
+25
*
enum.c: [DOC] tally does not take a block
nobu
2019-02-08
1
-1
/
+1
*
* expand tabs.
svn
2019-02-07
1
-3
/
+3
*
enum.c: Enumerable#tally
nobu
2019-02-07
1
-0
/
+43
*
enum.c: hosited out enum_hashify
nobu
2019-02-07
1
-11
/
+11
*
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-12-06
1
-10
/
+7
*
Build error method name at failure
nobu
2018-12-05
1
-6
/
+5
[next]