about summary refs log tree commit diff
path: root/library/core/src/alloc/layout.rs
AgeCommit message (Expand)AuthorLines
2021-10-11Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri...Guillaume Gomez-0/+1
2021-10-10Add #[must_use] to from_value conversionsJohn Kugelman-0/+1
2021-10-10Add #[must_use] to core and std constructorsJohn Kugelman-0/+1
2021-06-24Use `#[non_exhaustive]` where appropriateJacob Pratt-10/+9
2021-03-15Fix const stability `since` versions.Oli Scherer-1/+1
2021-02-25Convert primitives to use intra-doc linksJoshua Nelson-1/+0
2021-02-04Update LayoutError/LayoutErr stability attributesJacob Hughes-2/+2
2020-12-10Describe why `size_align` have not been inlined so farTomasz Miąsko-0/+6
2020-12-04 Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate`Tim Diekmann-1/+1
2020-11-22Stabilize `alloc::Layout const` functionsChris Denton-3/+3
2020-10-27Change layouterr deprecation messageJacob Hughes-1/+1
2020-10-08Deprecate LayoutErrJacob Hughes-0/+5
2020-10-08Rename LayoutErr to LayoutError in coreJacob Hughes-25/+28
2020-09-22Update library functions with stability attributesDylan MacKenzie-0/+1
2020-08-22Link to primitive instead of moduleDenis Vasilik-1/+2
2020-08-21Use intra-doc linksDenis Vasilik-3/+2
2020-08-21Use intra-doc linksDenis Vasilik-2/+1
2020-07-27mv std libs to library/mark-0/+410