about summary refs log tree commit diff
path: root/library/alloc/src/raw_vec/mod.rs
AgeCommit message (Expand)AuthorLines
2025-09-25Remove most `#[track_caller]` from allocating Vec methodsNoratrieb-17/+0
2025-09-25Rollup merge of #145067 - btj:patch-3, r=tgross35Stuart Cook-31/+118
2025-09-21Change the cfg to a dashBen Kimock-1/+1
2025-09-21Add panic=immediate-abortBen Kimock-1/+1
2025-09-05RawVecInner: add missing `unsafe` to unsafe fnsBart Jacobs-31/+118
2025-09-04Rollup merge of #145750 - btj:drop-alloc-guard, r=tgross35Stuart Cook-25/+2
2025-09-03raw_vec.rs: Remove superfluous fn alloc_guardBart Jacobs-25/+2
2025-08-26Fix typo in commentTobias Stoeckmann-1/+1
2025-07-22Rename `tests/codegen` into `tests/codegen-llvm`Guillaume Gomez-1/+1
2025-05-05Simplify `Vec::as_non_null` implementation and make it `const`Vilim Lendvaj-1/+1
2025-03-26Swap usize -> ptr transmute for strict_pov APIJames Wainwright-2/+1
2025-03-26Pass `Alignment` for `RawVecInner::new_in`James Wainwright-4/+5
2025-03-07Add commentsbjorn3-0/+3
2025-03-07Fully test the alloc crate through alloctestsbjorn3-0/+1
2025-03-07Move all alloc integration tests to a new alloctests cratebjorn3-0/+818