about summary refs log tree commit diff
path: root/library/core/src/iter/adapters/map_windows.rs
AgeCommit message (Expand)AuthorLines
2025-08-12Add cast_init and cast_uninit methods for pointersltdk-1/+1
2025-03-06library: Use size_of from the prelude instead of importedThalia Archibald-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-6/+3
2024-06-24Replace `MaybeUninit::uninit_array()` with array repeat expression.Kevin Reid-2/+3
2023-12-10remove redundant importssurechen-1/+1
2023-08-11Add Iterator::map_windowsFrank King-0/+293