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
*
Replace `Kernel.#open` with `URI.open` in doc
Masataka Pocke Kuwabara
2021-01-08
1
-2
/
+2
*
Add Enumerable#compact and Enumerator::Lazy#compact
zverok
2021-01-02
1
-0
/
+25
*
Enumerator.new: raise unless block given
卜部昌平
2020-12-22
1
-43
/
+23
*
Document usage of ArithmeticSequence in Array#slice, and add to NEWS (#3952)
Victor Shepelev
2020-12-21
1
-0
/
+3
*
Fix ArithmeticSequence#last and ArithmeticSequence#each for non-integer seque...
Kenta Murata
2020-12-09
1
-8
/
+91
*
Removed more unnecessary ID caches
Nobuyoshi Nakada
2020-10-21
1
-53
/
+54
*
Feature #16812: Allow slicing arrays with ArithmeticSequence (#3241)
Kenta Murata
2020-10-21
1
-4
/
+40
*
RARRAY_AREF: convert into an inline function
卜部昌平
2020-08-15
1
-1
/
+2
*
Improved Enumerable::Lazy#zip
Nobuyoshi Nakada
2020-07-23
1
-42
/
+33
*
Improved Enumerable::Lazy#flat_map
Nobuyoshi Nakada
2020-07-23
1
-42
/
+40
*
New functions to pass more elements than passed
Nobuyoshi Nakada
2020-07-23
1
-4
/
+26
*
Update Enumerable::Yielder#to_proc document (#3142)
Masataka Pocke Kuwabara
2020-05-26
1
-1
/
+1
*
Fix non-existent method reference in Enumerator.produce document (#3141)
Masataka Pocke Kuwabara
2020-05-26
1
-1
/
+1
*
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
1
-1
/
+1
*
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-11
1
-1
/
+1
*
Added more NORETURN declarations
Nobuyoshi Nakada
2020-05-11
1
-3
/
+7
*
Improve documentation for Enumerator#next, next_values, peek and peek_values.
Marc-Andre Lafortune
2020-05-05
1
-7
/
+15
*
[ci skip] Enumerator doc cleanup
gerero20
2020-04-11
1
-3
/
+3
*
Suppress C4244 "possible loss of data" warnings
Nobuyoshi Nakada
2020-04-08
1
-1
/
+1
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-1
/
+1
*
Removed duplicated code
Nobuyoshi Nakada
2020-02-09
1
-30
/
+1
*
Fully separate positional arguments and keyword arguments
Jeremy Evans
2020-01-02
1
-8
/
+6
*
decouple internal.h headers
卜部昌平
2019-12-26
1
-3
/
+11
*
[DOC] Improve docs for Enumerator.produce, Enumerator.new
Marcus Stollsteimer
2019-12-24
1
-14
/
+12
*
Fix typos of previous docs PR
zverok
2019-12-23
1
-1
/
+1
*
Some fixes in Enumerator::Lazy docs
Marcus Stollsteimer
2019-12-22
1
-23
/
+24
*
Added rb_warn_deprecated
Nobuyoshi Nakada
2019-12-19
1
-1
/
+1
*
Fix Enumerator::Lazy#with_index
Jeremy Evans
2019-12-11
1
-65
/
+56
*
Make Enumerator::Chain#each treat lambdas as lambda
Jeremy Evans
2019-12-03
1
-8
/
+1
*
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
1
-3
/
+0
*
Right size the Enumerator internal lazy_use_super_method hash
Lourens Naudé
2019-10-29
1
-1
/
+1
*
Improve Enumerator.produce docs
zverok
2019-10-27
1
-0
/
+15
*
Documentation improvements for Ruby core
zverok
2019-10-26
1
-1
/
+7
*
Add rb_enumeratorize_with_size_kw and related macros
Jeremy Evans
2019-09-30
1
-7
/
+19
*
Fix more keyword separation issues
Jeremy Evans
2019-09-26
1
-2
/
+2
*
Fix keyword argument separation issues in Enumerator::Generator#each
Jeremy Evans
2019-09-26
1
-1
/
+1
*
Handle keyword argument separation for Enumerator#size
Jeremy Evans
2019-09-20
1
-1
/
+1
*
Consolidate empty keyword handling
Jeremy Evans
2019-09-13
1
-8
/
+2
*
Document and test Enumerator.produce
Akinori MUSHA
2019-09-12
1
-0
/
+22
*
Implement Enumerator.produce [Feature #14781]
Akinori MUSHA
2019-09-12
1
-1
/
+156
*
Fix keyword argument separation warnings for enumerators
Jeremy Evans
2019-09-06
1
-9
/
+21
*
Describe #eager in the Enumerator::Lazy section
Akinori MUSHA
2019-09-04
1
-6
/
+25
*
Implement Enumerator::Lazy#eager [Feature #15901]
Akinori MUSHA
2019-09-04
1
-0
/
+21
*
Fix Enumerator::Lazy#{to_enum,enum_for} where method is defined in Lazy
Jeremy Evans
2019-09-03
1
-1
/
+68
*
Make Enumerator::Lazy#with_index be lazy
Jeremy Evans
2019-09-03
1
-0
/
+66
*
Revert "Make Enumerator::Lazy#with_index be lazy"
Jeremy Evans
2019-09-01
1
-66
/
+0
*
Make Enumerator::Lazy#with_index be lazy
Jeremy Evans
2019-09-01
1
-0
/
+66
*
rb_proc_new / rb_fiber_new now free from ANYARGS
卜部昌平
2019-08-27
1
-1
/
+1
*
rb_rescue / rb_rescue2 now free from ANYARGS
卜部昌平
2019-08-27
1
-1
/
+1
*
#define RB_BLOCK_CALL_FUNC_STRICT 1
卜部昌平
2019-08-27
1
-3
/
+3
[next]