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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-25
Remove most `#[track_caller]` from allocating Vec methods
Noratrieb
-17
/
+0
2025-09-25
Rollup merge of #145067 - btj:patch-3, r=tgross35
Stuart Cook
-31
/
+118
2025-09-21
Change the cfg to a dash
Ben Kimock
-1
/
+1
2025-09-21
Add panic=immediate-abort
Ben Kimock
-1
/
+1
2025-09-05
RawVecInner: add missing `unsafe` to unsafe fns
Bart Jacobs
-31
/
+118
2025-09-04
Rollup merge of #145750 - btj:drop-alloc-guard, r=tgross35
Stuart Cook
-25
/
+2
2025-09-03
raw_vec.rs: Remove superfluous fn alloc_guard
Bart Jacobs
-25
/
+2
2025-08-26
Fix typo in comment
Tobias Stoeckmann
-1
/
+1
2025-07-22
Rename `tests/codegen` into `tests/codegen-llvm`
Guillaume Gomez
-1
/
+1
2025-05-05
Simplify `Vec::as_non_null` implementation and make it `const`
Vilim Lendvaj
-1
/
+1
2025-03-26
Swap usize -> ptr transmute for strict_pov API
James Wainwright
-2
/
+1
2025-03-26
Pass `Alignment` for `RawVecInner::new_in`
James Wainwright
-4
/
+5
2025-03-07
Add comments
bjorn3
-0
/
+3
2025-03-07
Fully test the alloc crate through alloctests
bjorn3
-0
/
+1
2025-03-07
Move all alloc integration tests to a new alloctests crate
bjorn3
-0
/
+818