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
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
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
2022-02-12
Fix a layout miscalculation in alloc::RawVec
Benoît du Garreau
-3
/
+1
2022-01-19
Improve estimation of capacity in Vec::from_iter
AngelicosPhosphoros
-1
/
+1
2021-12-22
RawVec: don't recompute capacity after allocating.
Nicholas Nethercote
-17
/
+18
2021-11-30
Introduce `RawVec::reserve_for_push`.
Nicholas Nethercote
-0
/
+8
2021-11-03
Make RawVec private to alloc
The8472
-57
/
+4
2021-10-10
Add #[must_use] to alloc constructors
John Kugelman
-0
/
+3
2021-08-28
Fix a typo in raw_vec
terrarier2111
-1
/
+1
2021-07-24
Hide allocator details from TryReserveError
Kornel
-10
/
+10
2021-06-30
alloc: `RawVec<T, A>::shrink` can be in `no_global_oom_handling`.
Miguel Ojeda
-1
/
+0
2021-05-05
alloc: Add unstable Cfg feature `no-global_oom_handling`
John Ericson
-1
/
+15
2021-04-25
get rid of min_const_fn references in library/ and rustdoc
Ralf Jung
-10
/
+4
2021-03-21
fmt, change to cold
Ben Kimock
-2
/
+6
[next]