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
/
alloc
/
src
/
vec
/
into_iter.rs
Age
Commit message (
Expand
)
Author
Lines
2025-05-02
Implement Iterator::last for vec::IntoIter
Thalia Archibald
-0
/
+5
2025-04-28
Rename sub_ptr to offset_from_unsigned in docs
DaniPopes
-1
/
+1
2025-03-07
Fully test the alloc crate through alloctests
bjorn3
-5
/
+0
2025-02-23
rename sub_ptr 😅
bendn
-2
/
+2
2024-09-25
Use `&raw` in the standard library
Josh Stone
-2
/
+2
2024-09-12
Rollup merge of #130101 - RalfJung:const-cleanup, r=fee1-dead
Matthias Krüger
-1
/
+1
2024-09-08
add FIXME(const-hack)
Ralf Jung
-1
/
+1
2024-09-08
Remove needless returns detected by clippy in libraries
Eduardo Sánchez Muñoz
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-8
/
+8
2024-07-26
Fix doc nits
John Arundel
-2
/
+3
2024-07-06
Mitigate focused memory leaks in `alloc` doctests for Miri.
Zachary S
-1
/
+6
2024-06-24
Replace `MaybeUninit::uninit_array()` with array repeat expression.
Kevin Reid
-1
/
+1
2024-05-18
specialize `Iterator::fold` for `vec::IntoIter`
Joshua Wong
-2
/
+27
2024-05-18
optimize in_place_collect with vec::IntoIter::try_fold
Joshua Wong
-0
/
+29
2024-04-12
Avoid more NonNull-raw-NonNull roundtrips in Vec
Ben Kimock
-1
/
+1
2024-02-16
Don't use mem::zeroed in vec::IntoIter
Ben Kimock
-34
/
+29
2024-02-15
Replace `NonZero::<_>::new` with `NonZero::new`.
Markus Reiter
-4
/
+4
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-7
/
+7
2024-02-08
Reduce use of NonNull::new_unchecked in library/
Ben Kimock
-1
/
+1
2024-01-07
mark vec::IntoIter pointers as `!nonnull`
The 8472
-38
/
+68
2024-01-07
typo fix
The 8472
-1
/
+1
2023-11-28
Auto merge of #110353 - the8472:in-place-flatten-chunks, r=cuviper
bors
-2
/
+10
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-3
/
+1
2023-09-03
Expand in-place iteration specialization to Flatten, FlatMap and ArrayChunks
The 8472
-2
/
+10
2023-04-28
replace version placeholders
Pietro Albini
-1
/
+1
2023-04-12
remove some unneeded imports
KaDiWa
-1
/
+1
2023-03-27
replace advance_by returning usize with Result<(), NonZeroUsize>
The 8472
-4
/
+5
2023-03-27
Change advance(_back)_by to return `usize` instead of `Result<(), usize>`
The 8472
-10
/
+4
2023-02-28
Support allocators in various Default for IntoIter impls
The 8472
-2
/
+5
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
2023-01-14
Remove various double spaces in source comments.
André Vennberg
-3
/
+3
2022-12-23
fix one more unaligned self.ptr, and add tests
Ralf Jung
-1
/
+1
2022-12-23
fix IntoIter::drop on high-alignment ZST
Ralf Jung
-10
/
+11
2022-12-08
Apply review feedback; Fix no_global_oom_handling build
Scott McMurray
-0
/
+2
2022-12-08
Make `VecDeque::from_iter` O(1) from `vec(_deque)::IntoIter`
Scott McMurray
-0
/
+27
2022-10-17
Remove all uses of array_assume_init
Alex Saveau
-2
/
+2
2022-10-04
Rollup merge of #101642 - SkiFire13:fix-inplace-collection-leak, r=the8472
Dylan DPC
-1
/
+6
2022-09-22
Make ZST checks in core/alloc more readable
Scott McMurray
-8
/
+8
2022-09-10
Update documentation
Giacomo Stevanato
-1
/
+6
2022-08-31
fix into_iter on ZST
Ralf Jung
-1
/
+1
2022-08-23
Make use of `[wrapping_]byte_{add,sub}`
Maybe Waffle
-8
/
+5
2022-08-22
Rollup merge of #100820 - WaffleLapkin:use_ptr_is_aligned_methods, r=scottmcm
Dylan DPC
-1
/
+1
2022-08-21
Replace most uses of `pointer::offset` with `add` and `sub`
Maybe Waffle
-3
/
+3
2022-08-21
Remove useless pointer cast
Maybe Waffle
-1
/
+1
2022-07-26
Optimized vec::IntoIter::next_chunk impl
The 8472
-2
/
+39
2022-06-29
alloc: fix `no_global_oom_handling` warnings
Miguel Ojeda
-0
/
+2
2022-05-11
Rename `unsigned_offset_from` to `sub_ptr`
Scott McMurray
-1
/
+1
2022-05-11
Add `unsigned_offset_from` on pointers
Scott McMurray
-1
/
+1
2022-05-08
Warn on unused doc(hidden) on trait impl items
León Orell Valerian Liehr
-1
/
+0
[next]