about summary refs log tree commit diff
path: root/library/core/src/alloc/mod.rs
AgeCommit message (Expand)AuthorLines
2023-05-30Rollup merge of #107916 - reez12g:issue-107040, r=AmanieuNilstrieb-2/+3
2023-05-30fix comment on Allocator traitreez12g-2/+3
2023-04-16rm const traits in libcoreDeadbeef-1/+0
2022-11-30Clarify that copied allocators must behave the sameLegionMammal978-3/+3
2022-11-18clarify that realloc refreshes pointer provenance even when the allocation re...Ralf Jung-4/+6
2022-09-26remove cfg(bootstrap)Pietro Albini-2/+0
2022-09-16Add `const_trait` to `Allocator`Deadbeef-0/+1
2022-08-22Move error trait into coreJane Losare-Lusby-0/+10
2022-05-14Remove potentially misleading realloc parentheticalCAD97-4/+2
2022-04-14Remove use of `#[rustc_deprecated]`Jacob Pratt-2/+2
2022-03-31add notes about alignment-altering reallocs to Allocator docsAutumn-0/+6
2021-07-30Consistent spelling of "adapter" in the standard libraryFrank Steffahn-2/+2
2021-02-05Rollup merge of #81767 - exrook:layout-error-stability, r=Mark-SimulacrumMara Bos-2/+2
2021-02-04Update LayoutError/LayoutErr stability attributesJacob Hughes-2/+2
2021-02-03make Allocator object-safeRustyYato-1/+4
2020-12-04 Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate`Tim Diekmann-32/+32
2020-11-16Rollup merge of #77691 - exrook:rename-layouterr, r=KodrAusMara Bos-1/+12
2020-10-27Change layouterr deprecation messageJacob Hughes-1/+1
2020-10-15Deny broken intra-doc links in linkcheckerJoshua Nelson-9/+3
2020-10-08Deprecate LayoutErrJacob Hughes-1/+9
2020-10-08Rename LayoutErr to LayoutError in coreJacob Hughes-0/+3
2020-10-01Rollup merge of #77315 - exrook:rename-allocerror, r=joshtriplettDylan DPC-13/+13
2020-09-28Rename AllocErr to AllocErrorJacob Hughes-13/+13
2020-09-28Change `AllocRef::by_ref` to take `&self` instead of `&mut self`Tim Diekmann-1/+1
2020-09-22a few more &mut self -> self changesblitzerr-8/+8
2020-09-22removing &mut self for other methods of AllocRefblitzerr-4/+4
2020-09-21Changing the alloc() to accept &self instead of &mut selfblitzerr-2/+2
2020-08-19Allow reallocation to different alignmentTim Diekmann-79/+61
2020-08-18Clean up AllocRef implementation and documentationTim Diekmann-29/+29
2020-08-17Remove fast path in reallocation for same layout sizesTim Diekmann-18/+0
2020-08-04Revert missing "memory block"Tim Diekmann-1/+1
2020-08-04Revert renaming of "memory block"Tim Diekmann-22/+22
2020-08-04Replace `Memoryblock` with `NonNull<[u8]>`Tim Diekmann-72/+68
2020-08-04Apply suggestions from code reviewTim Diekmann-6/+5
2020-08-01Remove a trailing whitespaceTim Diekmann-1/+1
2020-08-01Update doc-comment for grow_zeroedTim Diekmann-2/+7
2020-07-28Remove in-place allocation and revert to separate methods for zeroed allocationsTim Diekmann-174/+162
2020-07-27mv std libs to library/mark-0/+446