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
2025-07-13
update issue number for `const_trait_impl`
Deadbeef
-1
/
+1
2025-07-07
Make `Default` const and add some `const Default` impls
Esteban Küber
-1
/
+2
2025-06-26
Tracking issue number for `iter_macro`
Pavel Grigorenko
-1
/
+1
2025-06-13
100% safe implementation of RepeatN
Soveu
-118
/
+43
2025-06-07
Fix usage of `bootstrap` in core
Urgau
-4
/
+1
2025-06-03
Add `iter` macro
Oli Scherer
-0
/
+29
2025-03-22
core: optimize `RepeatN`
joboet
-4
/
+55
2025-03-16
Rollup merge of #138082 - thaliaarchi:slice-cfg-not-test, r=thomcc
许杰友 Jieyou Xu (Joe)
-1
/
+1
2025-03-06
Remove #[cfg(not(test))] gates in core
Thalia Archibald
-1
/
+1
2025-03-06
Rollup merge of #135895 - hkBst:patch-15, r=joboet
Michael Goulet
-5
/
+11
2025-03-02
Document workings of successors more clearly
Marijn Schouten
-5
/
+11
2025-02-09
Rename field in OnceWith from gen to make
Michael Goulet
-7
/
+7
2025-02-05
Fix link in from_fn.rs
Marijn Schouten
-1
/
+1
2025-01-26
Document purpose of closure in from_fn.rs more clearly
Marijn Schouten
-2
/
+2
2025-01-05
Clarified the documentation on core::iter::from_fn and core::iter::successors
ranger-ross
-0
/
+3
2024-12-21
Less unwrap() in documentation
Kornel
-1
/
+2
2024-10-18
remove outdated documentation for `repeat_n`
AnthonyMikh
-3
/
+1
2024-09-09
`RepeatN`: use MaybeUninit
Deadbeef
-15
/
+45
2024-09-03
replace placeholder version
Boxy
-8
/
+8
2024-08-19
Stabilize `iter::repeat_n`
Scott McMurray
-10
/
+8
2024-08-01
Implement `UncheckedIterator` directly for `RepeatN`
Scott McMurray
-13
/
+20
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+3
2024-07-14
doc: Suggest `str::repeat` over `iter::repeat().take().collect()`
tesuji
-0
/
+4
2024-06-19
core: implement `UncheckedIterator` for `RepeatN`
joboet
-1
/
+3
2024-05-01
Step bootstrap cfgs
Mark Rousskov
-1
/
+1
2024-04-24
Error on using `yield` without also using `#[coroutine]` on the closure
Oli Scherer
-1
/
+1
2024-02-15
Replace `NonZero::<_>::new` with `NonZero::new`.
Markus Reiter
-1
/
+1
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-7
/
+7
2024-01-16
Un-hide `iter::repeat_n`
Scott McMurray
-2
/
+0
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
[next]