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
/
adapters
/
fuse.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-18
Fix `core::iter::Fuse`'s `Default` impl to do what it's docs say it does.
Zachary S
-1
/
+23
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-01-20
Rollup merge of #113142 - the8472:opt-cstr-display, r=Mark-Simulacrum
Matthias Krüger
-0
/
+4
2023-12-10
remove redundant imports
surechen
-2
/
+1
2023-09-03
Expand in-place iteration specialization to Flatten, FlatMap and ArrayChunks
The 8472
-2
/
+23
2023-06-29
optimize Cstr/EscapeAscii display
The 8472
-0
/
+4
2023-04-28
replace version placeholders
Pietro Albini
-1
/
+1
2023-02-28
rewrite iterator `Default` tests as doctests
The 8472
-0
/
+8
2023-02-28
Implement Default for some alloc/core iterators
The 8472
-0
/
+7
2022-06-22
Refactor iter adapters with less macros
Cameron Steffen
-39
/
+21
2022-05-08
Warn on unused doc(hidden) on trait impl items
León Orell Valerian Liehr
-1
/
+0
2021-07-28
Change __iterator_get_unchecked to work with TrustedRandomAccessNoCoerce
Frank Steffahn
-1
/
+1
2021-07-28
Add TrustedRandomAccessNoCoerce supertrait without requirements or guarantees...
Frank Steffahn
-2
/
+7
2021-06-30
Make the specialized Fuse still deal with None
Josh Stone
-188
/
+66
2021-06-16
Add doc(hidden) to all __iterator_get_unchecked
Jacob Hoffman-Andrews
-0
/
+1
2021-05-06
Perf Experiment: Wait, what if I just skip the trait alias
Scott McMurray
-9
/
+9
2021-05-06
Bootstrapping preparation for the library
Scott McMurray
-9
/
+9
2021-02-15
Turn may_have_side_effect into an associated constant
Tomasz Miąsko
-3
/
+1
2021-02-01
Implement `TrustedLen` for `iter::Fuse<I: TrustedLen>`
Sebastian Dröge
-1
/
+9
2021-02-01
Add SAFETY comment for the `TrustedRandomAccess` impl of `iter::Fuse`
Sebastian Dröge
-0
/
+5
2020-11-22
Remove multiline `use`s
Waffle
-8
/
+4
2020-11-22
Split iterator adaptors into individual modules
Waffle
-7
/
+8
2020-10-12
Use `try{}` in `try_fold` to decouple library from `Try` details
Scott McMurray
-2
/
+2
2020-09-25
Rename Iterator::get_unchecked
Matthew Jasper
-2
/
+3
2020-09-16
Simplify iter fuse struct doc
Ivan Tham
-5
/
+2
2020-09-08
Capitalize safety comments
Flying-Toast
-1
/
+1
2020-09-03
please tidy
The8472
-1
/
+1
2020-09-03
pacify tidy
The8472
-4
/
+4
2020-09-03
pacify tidy
The8472
-3
/
+2
2020-09-03
mark as_inner as unsafe and update comments
The8472
-2
/
+3
2020-09-03
support in-place iteration for most adapters
The8472
-0
/
+23
2020-08-19
Use min_specialization in libcore
Matthew Jasper
-12
/
+18
2020-07-27
mv std libs to library/
mark
-0
/
+513