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
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
-36
/
+123
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
-36
/
+123
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
2025-03-06
library: Use size_of from the prelude instead of imported
Thalia Archibald
-2
/
+1
2024-08-09
Polymorphize RawVec
Ben Kimock
-19
/
+8
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+2
2024-03-01
try_with_capacity for RawVec
Kornel
-3
/
+4
2023-12-11
add more niches to rawvec
The 8472
-0
/
+9
2021-11-26
Add a unit test for zero-sized types in `RawVec`.
Nicholas Nethercote
-0
/
+84
2020-12-04
Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate`
Tim Diekmann
-5
/
+5
2020-09-28
Rename AllocErr to AllocError
Jacob Hughes
-3
/
+3
2020-09-22
removing &mut self for other methods of AllocRef
blitzerr
-1
/
+1
2020-09-21
replaced cell::update with cell::[g|s]et
blitzerr
-5
/
+1
2020-09-21
Added feature flag to use cell_update
blitzerr
-0
/
+4
2020-09-21
Changing the alloc() to accept &self instead of &mut self
blitzerr
-7
/
+8
2020-08-04
Replace `Memoryblock` with `NonNull<[u8]>`
Tim Diekmann
-1
/
+1
2020-07-28
Remove in-place allocation and revert to separate methods for zeroed allocations
Tim Diekmann
-2
/
+2
2020-07-27
mv std libs to library/
mark
-0
/
+78