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
/
map.rs
Age
Commit message (
Expand
)
Author
Lines
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-3
/
+2
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-3
/
+3
2024-01-20
Rollup merge of #113142 - the8472:opt-cstr-display, r=Mark-Simulacrum
Matthias Krüger
-0
/
+4
2023-09-03
Expand in-place iteration specialization to Flatten, FlatMap and ArrayChunks
The 8472
-2
/
+9
2023-06-29
optimize Cstr/EscapeAscii display
The 8472
-0
/
+4
2023-02-04
Allow canonicalizing the `array::map` loop in trusted cases
Scott McMurray
-1
/
+14
2022-05-08
Warn on unused doc(hidden) on trait impl items
León Orell Valerian Liehr
-1
/
+0
2022-05-02
This aligns the inline attributes of existing `__iterator_get_unchecked` with...
The 8472
-0
/
+1
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-2
/
+2
2022-03-03
Doc: Fix use of quote instead of backstick in Adapter::map.
Axel Viala
-1
/
+1
2022-01-09
eplace usages of vec![].into_iter with [].into_iter
Lucas Kent
-3
/
+3
2021-09-30
Fix standard library for min_specialization changes
Matthew Jasper
-5
/
+4
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
-3
/
+9
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
-3
/
+3
2021-05-06
Bootstrapping preparation for the library
Scott McMurray
-3
/
+3
2021-03-19
Rollup merge of #82570 - WaffleLapkin:split_whitespace_as_str, r=m-ou-se
Dylan DPC
-1
/
+2
2021-02-27
Add `as_str` method for split whitespace str iterators
Waffle
-1
/
+2
2021-02-15
Turn may_have_side_effect into an associated constant
Tomasz Miąsko
-4
/
+1
2021-02-07
fix formatting of std::iter::Map
Ibraheem Ahmed
-0
/
+1
2020-11-22
Remove multiline `use`s
Waffle
-8
/
+4
2020-11-22
Split iterator adaptors into individual modules
Waffle
-0
/
+217