index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
core
/
src
/
iter
/
sources
Age
Commit message (
Expand
)
Author
Lines
2023-11-15
Bump cfg(bootstrap)s
Mark Rousskov
-2
/
+1
2023-10-20
Fix stage0 core tests
Oli Scherer
-1
/
+2
2023-10-20
s/generator/coroutine/
Oli Scherer
-14
/
+14
2023-10-20
s/Generator/Coroutine/
Oli Scherer
-9
/
+9
2023-10-06
Rollup merge of #116198 - Jarcho:diag_items, r=WaffleLapkin
Guillaume Gomez
-0
/
+2
2023-10-05
Add more diagnostic items for clippy
Jason Newcomb
-0
/
+2
2023-09-05
fix a comment in std::iter::successors
July Tikhonov
-1
/
+1
2023-06-14
Fix typo
Antonios Barotsis
-1
/
+1
2023-04-16
rm const traits in libcore
Deadbeef
-2
/
+1
2023-04-12
remove some unneeded imports
KaDiWa
-1
/
+0
2023-03-27
replace advance_by returning usize with Result<(), NonZeroUsize>
The 8472
-8
/
+11
2023-03-27
Change advance(_back)_by to return `usize` instead of `Result<(), usize>`
The 8472
-8
/
+8
2023-01-25
Set version placeholders to 1.68
Mark Rousskov
-2
/
+2
2023-01-14
Rollup merge of #105526 - Xiretza:iter-from-generator-derive, r=scottmcm
Matthias Krüger
-4
/
+19
2023-01-08
Rollup merge of #104163 - H4x5:once-repeat-with-debug, r=dtolnay
Michael Goulet
-2
/
+22
2023-01-07
Don't derive Debug for `OnceWith` & `RepeatWith`
Sky
-2
/
+22
2023-01-07
Change to immutable borrow when cloning element of RepeatN
Folyd
-1
/
+1
2022-12-28
Rollup merge of #103945 - H4x5:remove-iter-empty-hack, r=compiler-errors
fee1-dead
-6
/
+1
2022-12-10
libcore: make result of iter::from_generator Clone
Xiretza
-0
/
+1
2022-12-10
libcore: make result type of iter::from_generator concrete
Xiretza
-4
/
+18
2022-12-05
fix dupe word typos
Rageking8
-1
/
+1
2022-11-24
Tune RepeatWith::try_fold and Take::for_each and Vec::extend_trusted
Scott McMurray
-0
/
+17
2022-11-18
Hide the items while waiting for the ACP
Scott McMurray
-10
/
+4
2022-11-15
`VecDeque::resize` should re-use the buffer in the passed-in element
Scott McMurray
-0
/
+201
2022-11-03
Remove `iter::Empty` hack
Sky
-6
/
+1
2022-05-27
libcore: Add `iter::from_generator` which is like `iter::from_fn`, but for co...
Vadim Petrochenkov
-0
/
+43
2022-04-27
Fixed grammatical error in example comment
Simon
-1
/
+1
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-2
/
+2
2022-01-07
Also change PhantomData parameter of iter::Empty, and future::Pending
Frank Steffahn
-6
/
+6
2021-10-30
Add #[must_use] to remaining core functions
John Kugelman
-0
/
+1
2021-08-17
Constified `Default` implementations
Deadbeef
-1
/
+2
2021-07-15
Added diagnostic items to functions for Clippy
xFrednet
-0
/
+1
2021-05-15
Implement more Iterator methods on core::iter::Repeat
Ryan Lopopolo
-0
/
+35
2021-04-21
Replace all `fmt.pad` with `debug_struct`
Christiaan Dirkx
-1
/
+1
2020-11-22
Remove multiline `use`s
Waffle
-5
/
+3
2020-11-22
Fix doc links in core::iter::sources
Waffle
-0
/
+5
2020-11-22
Merge `use`s in core::iter
Waffle
-1
/
+5
2020-11-22
Split iterator sources into different modules
Waffle
-0
/
+628