This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2026-04-29 03:37:26 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
18d390883efc7eaf5ced77d89abc5b51c8b7f816
rust
/
library
/
alloc
/
src
/
vec
T
History
Cai Bear
18d390883e
Remove len argument from RawVec::reserve_for_push because it's always equal to capacity. Also make Vec::insert use reserve_for_push.
2024-03-28 16:21:54 -07:00
..
cow.rs
Bump version placeholders
2024-02-08 07:43:38 -05:00
drain.rs
…
extract_if.rs
…
in_place_collect.rs
select Vec::from_iter impls in a const block to optimize compile times
2024-03-20 19:26:38 +01:00
in_place_drop.rs
fix: Drop guard was deallocating with the incorrect size
2024-01-19 23:05:30 +01:00
into_iter.rs
Don't use mem::zeroed in vec::IntoIter
2024-02-16 10:44:39 -05:00
is_zero.rs
Use generic
NonZero
everywhere in
alloc
.
2024-02-22 15:17:34 +01:00
mod.rs
Remove len argument from RawVec::reserve_for_push because it's always equal to capacity. Also make Vec::insert use reserve_for_push.
2024-03-28 16:21:54 -07:00
partial_eq.rs
…
set_len_on_drop.rs
…
spec_extend.rs
…
spec_from_elem.rs
…
spec_from_iter_nested.rs
…
spec_from_iter.rs
update internal ASCII art comment for vec specializations
2024-01-18 22:47:20 +01:00
splice.rs
…