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
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
2022-04-28
Add VecDeque::extend from vec::IntoIter and slice::Iter specializations
Paolo Barbolini
-0
/
+5
2022-03-31
Rollup merge of #95298 - jhorstmann:fix-double-drop-of-allocator-in-vec-into-...
Dylan DPC
-6
/
+9
2022-03-29
Make the stdlib largely conform to strict provenance.
Aria Beingessner
-1
/
+1
2022-03-25
Use ManuallyDrop::take instead of into_inner
Jörn Horstmann
-1
/
+1
2022-03-25
Fix double drop of allocator in IntoIter impl of Vec
Jörn Horstmann
-6
/
+9
2022-03-22
rename internal helper trait AsIntoIter to AsVecIntoIter
The 8472
-2
/
+2
2022-03-21
add module-level documentation for vec's in-place iteration
The8472
-0
/
+5
2022-03-21
move AsIntoIter helper trait and mark it as unsafe
The8472
-8
/
+4
2022-01-13
Add Sync bound to allocator parameter in vec::IntoIter
Michael Goulet
-1
/
+1
2021-10-04
Rollup merge of #89413 - matthewjasper:spec-marker-fix, r=nikomatsakis
Jubilee
-3
/
+10
2021-09-30
Fix standard library for min_specialization changes
Matthew Jasper
-3
/
+10
2021-09-30
fix issues pointed out in review
The8472
-10
/
+11
2021-09-30
implement advance_(back_)_by on more iterators
The8472
-0
/
+45
2021-09-22
PR fixup
Aman Arora
-1
/
+1
2021-09-21
2229: Annotate stdlib with insignficant dtors
Aman Arora
-0
/
+1
2021-07-28
Remove redundant bounds on get_unchecked for vec_deque iterators, and run fmt
Frank Steffahn
-1
/
+3
2021-07-28
Add back TrustedRandomAccess-specialization for Vec, but only without coercions
Frank Steffahn
-1
/
+33
2021-07-28
Remove unsound TrustedRandomAccess implementations
Frank Steffahn
-30
/
+1
2021-06-16
Add doc(hidden) to all __iterator_get_unchecked
Jacob Hoffman-Andrews
-0
/
+1
2021-05-16
mark internal inplace_iteration traits as hidden
The8472
-0
/
+2
2021-05-05
alloc: Add unstable Cfg feature `no-global_oom_handling`
John Ericson
-0
/
+2
2021-03-29
fix double-drop in in-place collect specialization
The8472
-9
/
+18
2021-02-15
Turn may_have_side_effect into an associated constant
Tomasz Miąsko
-3
/
+1
2020-12-30
Fix rustdoc link in vec/into_iter.rs.
Mara Bos
-2
/
+2
2020-12-29
docs: fixing references
C
-1
/
+1
2020-12-29
style: applying Rust style
C
-9
/
+7
[next]