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
/
core
/
src
/
alloc
Age
Commit message (
Expand
)
Author
Lines
2025-08-12
Address dangling doc
Sacha Ayoun
-4
/
+4
2025-07-04
clippy fix: indentation
Marijn Schouten
-2
/
+2
2025-05-21
Add some track_caller info to precondition panics
Ben Kimock
-0
/
+1
2025-04-14
Fix some grammar errors and hyperlinks in doc for `trait Allocator`
Janggun Lee
-2
/
+4
2025-03-26
Pass `Alignment` for `RawVecInner::new_in`
James Wainwright
-0
/
+8
2025-03-06
library: Use size_of from the prelude instead of imported
Thalia Archibald
-2
/
+2
2025-02-14
core: Apply unsafe_op_in_unsafe_fn
Eric Huss
-1
/
+1
2025-02-07
library: doc: core::alloc::Allocator: trivial typo fix
Askar Safin
-1
/
+1
2025-01-29
Cleanup docs for Allocator
Marijn Schouten
-31
/
+27
2025-01-10
Use `NonNull::without_provenance` within the standard library
Samuel Tardieu
-2
/
+1
2025-01-08
update version placeholders
Pietro Albini
-5
/
+5
2024-12-25
stabilize const_alloc_layout
Ralf Jung
-10
/
+5
2024-12-02
stabilize const_{size,align}_of_val
Ralf Jung
-1
/
+1
2024-11-27
update cfgs
Boxy
-5
/
+4
2024-11-01
make const_alloc_layout feature gate only about functions that are already st...
Ralf Jung
-6
/
+5
2024-10-25
Auto merge of #131349 - RalfJung:const-stability-checks, r=compiler-errors
bors
-3
/
+1
2024-10-25
Re-do recursive const stability checks
Ralf Jung
-3
/
+1
2024-10-25
library: consistently use American spelling for 'behavior'
Ralf Jung
-2
/
+2
2024-10-10
Fixing rustDoc for LayoutError.
Johnathan W
-1
/
+2
2024-09-29
Rollup merge of #123932 - adamse:global-alloc-safety-preconds-positive, r=tgr...
Matthias Krüger
-15
/
+17
2024-09-17
Take more advantage of the `isize::MAX` limit in `Layout`
Scott McMurray
-56
/
+105
2024-09-07
restate GlobalAlloc method safety preconditions in terms of what the caller h...
Adam Sandberg Ericsson
-15
/
+17
2024-08-20
Try to golf down the amount of code in Layout
Ben Kimock
-8
/
+3
2024-08-19
Add a precondition check for Layout::from_size_align_unchecked
Ben Kimock
-5
/
+27
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-7
/
+2
2024-07-26
Fix doc nits
John Arundel
-6
/
+6
2024-07-10
size_of_val_raw: for length 0 this is safe to call
Ralf Jung
-0
/
+2
2024-03-25
alloc::Layout: explicitly document size invariant on the type level
Ralf Jung
-1
/
+3
2024-03-19
SeqCst->Relaxed in doc examples.
Mara Bos
-6
/
+3
2024-02-21
rename ptr::invalid -> ptr::without_provenance
Ralf Jung
-1
/
+1
2024-02-13
Add information about allocation lifetime to Allocator::allocate
Amanieu d'Antras
-0
/
+4
2024-02-12
Clarify the lifetimes of allocations returned by the `Allocator` trait
Amanieu d'Antras
-2
/
+4
2024-01-13
libs: use `assert_unchecked` instead of intrinsic
joboet
-1
/
+1
2023-11-23
Indicate that multiplication in Layout::array cannot overflow
Mark Rousskov
-1
/
+5
2023-10-12
Update library/core/src/alloc/layout.rs
Joshua Liebow-Feeser
-1
/
+1
2023-09-07
Guarantee that Layout::align returns a non-zero power of two
Joshua Liebow-Feeser
-0
/
+2
2023-05-30
Rollup merge of #107916 - reez12g:issue-107040, r=Amanieu
Nilstrieb
-2
/
+3
2023-05-30
fix comment on Allocator trait
reez12g
-2
/
+3
2023-05-27
Rollup merge of #108630 - overlookmotel:realloc-docs-fix, r=Amanieu
Matthias Krüger
-1
/
+2
2023-04-16
core is now compilable
Deadbeef
-10
/
+5
2023-04-16
rm const traits in libcore
Deadbeef
-1
/
+0
2023-03-26
Auto merge of #105096 - LegionMammal978:copied-allocators, r=Amanieu
bors
-3
/
+3
2023-03-01
Fix docs for `alloc::realloc`
overlookmotel
-1
/
+2
2023-02-09
Clarify `new_size` for realloc means bytes
Jubilee
-4
/
+5
2022-11-30
Clarify that copied allocators must behave the same
LegionMammal978
-3
/
+3
2022-11-22
Rollup merge of #102207 - CraftSpider:const-layout, r=scottmcm
Manish Goregaokar
-11
/
+25
2022-11-20
Use ? instead of match
Rune Tynan
-4
/
+2
2022-11-20
Update with derive_const
Rune Tynan
-1
/
+4
2022-11-20
constify remaining layout methods
Rune Tynan
-10
/
+23
2022-11-18
clarify that realloc refreshes pointer provenance even when the allocation re...
Ralf Jung
-7
/
+11
[next]