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
/
drain.rs
Age
Commit message (
Expand
)
Author
Lines
2023-01-17
Don't do pointer arithmetic on pointers to deallocated memory
The 8472
-3
/
+3
2022-09-22
Make ZST checks in core/alloc more readable
Scott McMurray
-2
/
+2
2022-08-28
fill-in tracking issue for `feature(drain_keep_rest)`
Maybe Waffle
-1
/
+1
2022-08-28
add examples to `vec::Drain{,Filter}::keep_rest` docs
Maybe Waffle
-0
/
+18
2022-06-05
Add vec::Drain{,Filter}::keep_rest
Maybe Waffle
-1
/
+54
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
2021-12-11
Fix zero-sized reference to deallocated memory
The 8472
-4
/
+6
2021-12-09
Use `*mut [T]` instead of `[MaybeUninit<T>]`
The 8472
-7
/
+5
2021-11-20
document why we're not directly passing drop_ptr to drop_in_place
The8472
-0
/
+4
2021-11-20
replace vec::Drain drop loops with drop_in_place
The8472
-14
/
+37
2021-10-15
Add #[must_use] to remaining alloc functions
John Kugelman
-0
/
+1
2021-10-11
Add #[must_use] to as_type conversions
John Kugelman
-0
/
+1
2020-12-29
style: applying Rust style
C
-5
/
+3
2020-12-29
refactor: moving Drain into drain.rs
C
-0
/
+157