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
/
raw_vec.rs
Age
Commit message (
Expand
)
Author
Lines
2025-01-20
alloc: add `#![warn(unreachable_pub)]`
Urgau
-20
/
+24
2025-01-09
Update a bunch of library types for MCP807
Scott McMurray
-24
/
+22
2024-12-29
fix: typos
calciumbe
-1
/
+1
2024-11-29
Auto merge of #133533 - BoxyUwU:bump-boostrap, r=jieyouxu,Mark-Simulacrum
bors
-3
/
+0
2024-11-28
Share inline(never) generics across crates
Mark Rousskov
-1
/
+3
2024-11-27
update cfgs
Boxy
-3
/
+0
2024-10-25
Re-do recursive const stability checks
Ralf Jung
-3
/
+3
2024-10-14
Auto merge of #126557 - GrigorenkoPV:vec_track_caller, r=joboet
bors
-0
/
+17
2024-10-06
liballoc: introduce String, Vec const-slicing
Nathan Perry
-6
/
+6
2024-09-20
Add `#[track_caller]` to allocating methods of `Vec` & `VecDeque`
Pavel Grigorenko
-0
/
+17
2024-09-08
add FIXME(const-hack)
Ralf Jung
-14
/
+1
2024-08-14
apply #[optimize(size)] to #[cold] ones and part of the panick machinery
The 8472
-0
/
+1
2024-08-09
Add an optimizer hint for the capacity that with_capacity_in returns
Ben Kimock
-1
/
+7
2024-08-09
Hoist IS_ZST check out of RawVecInner::from_*_in
Ben Kimock
-6
/
+15
2024-08-09
Polymorphize RawVec
Ben Kimock
-193
/
+361
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-07-26
Fix doc nits
John Arundel
-3
/
+3
2024-07-01
Avoid MIR bloat in inlining
Scott McMurray
-0
/
+17
2024-04-12
Avoid more NonNull-raw-NonNull roundtrips in Vec
Ben Kimock
-0
/
+11
2024-03-28
Rename reserve_for_push to grow_one and fix comment.
Cai Bear
-3
/
+3
2024-03-28
Remove len argument from RawVec::reserve_for_push because it's always equal t...
Cai Bear
-2
/
+2
2024-03-27
Less generic code for Vec allocations
Kornel
-13
/
+29
2024-03-10
RawVec::into_box: avoid unnecessary intermediate reference
Ralf Jung
-2
/
+1
2024-03-09
Rollup merge of #120504 - kornelski:try_with_capacity, r=Amanieu
Guillaume Boisseau
-23
/
+38
2024-03-07
Rust is a proper name: rust → Rust
Ralf Jung
-1
/
+1
2024-03-01
Move capacity_overflow function to make ui tests change less
Kornel
-9
/
+9
2024-03-01
try_with_capacity for Vec, VecDeque, String
Kornel
-0
/
+9
2024-03-01
try_with_capacity for RawVec
Kornel
-15
/
+21
2024-02-17
Remove unnecessary unit binding
hi-rustin
-2
/
+2
2024-02-08
Reduce use of NonNull::new_unchecked in library/
Ben Kimock
-6
/
+7
2024-01-13
libs: use `assert_unchecked` instead of intrinsic
joboet
-4
/
+4
2024-01-11
chore: remove unnecessary blank line
hi-rustin
-1
/
+0
2023-12-29
Italicise "bytes" in the docs of some `Vec` methods
Gurinder Singh
-2
/
+2
2023-12-11
add comment to RawVec::cap field
The 8472
-0
/
+5
2023-12-11
add more niches to rawvec
The 8472
-15
/
+36
2023-11-05
Auto merge of #117503 - kornelski:hint-try-reserved, r=workingjubilee
bors
-4
/
+14
2023-11-02
Hint optimizer about reserved capacity
Kornel
-4
/
+14
2023-10-29
Increase the reach of panic_immediate_abort
Ben Kimock
-1
/
+1
2023-10-17
Automatically enable cross-crate inlining for small functions
Ben Kimock
-0
/
+1
2023-07-13
Eliminate ZST allocations in `Box` and `Vec`
Amanieu d'Antras
-10
/
+20
2023-04-12
remove some unneeded imports
KaDiWa
-1
/
+0
2023-01-22
simplify layout calculations in rawvec
The 8472
-5
/
+12
2022-09-22
Make ZST checks in core/alloc more readable
Scott McMurray
-6
/
+6
2022-06-29
alloc: fix `no_global_oom_handling` warnings
Miguel Ojeda
-0
/
+1
2022-05-13
Remove some unnecessary `rustc_allow_const_fn_unstable` attributes.
Nicholas Nethercote
-1
/
+0
2022-04-06
formatting
SparkyPotato
-1
/
+1
2022-04-06
cleanup
SparkyPotato
-8
/
+2
2022-04-06
fix Vec leak with 0 capacity
SparkyPotato
-0
/
+7
2022-02-12
Fix typo
Alphyr
-1
/
+1
2022-02-12
Fix `shrink` and `capacity_from_bytes`
Benoît du Garreau
-2
/
+3
[next]