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
/
enumerator.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DOC] Improve documentation for Enumerator::Lazy
Marcus Stollsteimer
2019-05-18
1
-12
/
+12
*
Static symbols can't be moved (they are not RValue)
Aaron Patterson
2019-05-14
1
-11
/
+12
*
Symbols can move so only cache IDs
Aaron Patterson
2019-05-14
1
-12
/
+11
*
Add `or nil` to call-seq of `Enumerator::ArithmeticSequence#begin`
Kazuhiro NISHIYAMA
2019-04-27
1
-1
/
+1
*
enumerator.c: force hash values fixable
nobu
2019-04-08
1
-1
/
+1
*
enumerator.c: make arith_seq_first support nil begin
mrkn
2019-04-04
1
-0
/
+3
*
Add Enumerator::Lazy docs.
hsbt
2019-03-20
1
-26
/
+221
*
Implement Enumerator::Yielder#to_proc
knu
2019-03-11
1
-2
/
+25
*
* expand tabs.
svn
2019-01-30
1
-1
/
+1
*
enumerator.c: fix arith_seq_first for Infinity
mrkn
2019-01-30
1
-10
/
+115
*
enumerator.c: fix inspect with the last empty hash
nobu
2018-12-24
1
-1
/
+1
*
range.c: reject ArithmeticSequence in rb_range_values
mrkn
2018-12-21
1
-1
/
+1
*
enumerator.c: Fix airth_seq_each for Rational
mrkn
2018-12-21
1
-2
/
+4
*
enumerator.c: Add rb_arithmetic_sequence_components_t
mrkn
2018-12-12
1
-9
/
+9
*
enumerator.c: rb_arithmetic_sequence_extract
mrkn
2018-12-12
1
-0
/
+21
*
Prefer rb_check_arity when 0 or 1 arguments
nobu
2018-12-06
1
-5
/
+2
*
use RARRAY_AREF instead of RARRAY_PTR_USE.
ko1
2018-12-03
1
-28
/
+20
*
Add Float::INFINITY or nil to call-seq of Enumerator::Chain#size [ci skip]
kazu
2018-11-27
1
-1
/
+1
*
enumerator.c (enum_chain_yield_block): use predefined ID
normal
2018-11-27
1
-1
/
+1
*
Implement Enumerator#+ and Enumerable#chain [Feature #15144]
knu
2018-11-24
1
-0
/
+314
*
avoid division by zero
shyouhei
2018-11-16
1
-5
/
+6
*
* expand tabs.
svn
2018-10-22
1
-2
/
+2
*
Set the size of a new enumerator created by Enumerator#each with arguments to...
knu
2018-10-22
1
-0
/
+2
*
enumerator.c: [DOC] small fix
stomar
2018-10-12
1
-1
/
+1
*
Lazy Enumerator reduce intermediate array creation
nobu
2018-09-18
1
-12
/
+16
*
[DOC] aseq.each always return self [ci skip]
kazu
2018-09-12
1
-1
/
+1
*
[DOC] Add the documentation of ArithmeticSequence
mrkn
2018-09-12
1
-0
/
+82
*
enumerator.c: Fix ArithmeticSequence for complex step
mrkn
2018-09-12
1
-1
/
+1
*
Revert "enumerator.c: Fix ArithmeticSequence for complex step"
mrkn
2018-09-12
1
-2
/
+1
*
enumerator.c: Fix ArithmeticSequence for complex step
mrkn
2018-09-12
1
-1
/
+2
*
enumerator.c: [DOC] Enumerator::Lazy#force [ci skip]
nobu
2018-09-05
1
-0
/
+17
*
Remove extra semicolon
kazu
2018-08-20
1
-1
/
+1
*
Adding Enumerator::Lazy#uniq and Enumerator::Lazy#grep_v to proc chaining
nobu
2018-08-16
1
-45
/
+53
*
enumerator.c: id_lazy is no longer used since r38923
nobu
2018-08-16
1
-2
/
+1
*
enumerator.c: fix for non-integral argument for ArithmeticSequence#last
mrkn
2018-08-10
1
-0
/
+3
*
enumerator.c: undef new and allocate of ArithmeticSequence
mrkn
2018-08-09
1
-0
/
+2
*
enumerator.c: Introduce Enumerator::ArithmeticSequence
mrkn
2018-08-06
1
-0
/
+412
*
enumerator.c: pretty kwags
nobu
2018-03-15
1
-1
/
+30
*
Bug Fix Enumerator::Lazy#uniq state for multiple call
nobu
2018-03-13
1
-7
/
+14
*
Add a new #filter alias for #select
eregon
2018-02-25
1
-0
/
+1
*
ruby/ruby.h: remove unnecessary exports from C-API
normal
2018-01-24
1
-1
/
+1
*
INFINITY is float. That of double is HUGE_VAL.
shyouhei
2018-01-19
1
-1
/
+1
*
use predefined ids in a few more places
normal
2018-01-09
1
-7
/
+9
*
Get rid of shadowing local variables
nobu
2017-10-18
1
-3
/
+3
*
enumerator.c: fix nested maps
nobu
2017-06-10
1
-0
/
+4
*
Enumerator::Lazy#chunk_while defined.
akr
2016-11-05
1
-0
/
+1
*
enumerator.c: lazy enum improvement
nobu
2016-09-19
1
-112
/
+382
*
rb_funcallv
nobu
2016-07-29
1
-6
/
+6
*
enumerator.c: Enumerator::Lazy#uniq
nobu
2016-07-20
1
-0
/
+36
*
enumerator.c: use ALLOCV
nobu
2015-12-15
1
-5
/
+5
[next]