about summary refs log tree commit diff
path: root/src/libcore/alloc/layout.rs
AgeCommit message (Expand)AuthorLines
2020-04-24Document unsafety in `core::{panicking, alloc::layout, hint, iter::adapters::...LeSeulArtichaut-10/+8
2020-04-20Improve Layout::extend docsCAD97-3/+4
2020-04-20Update src/libcore/alloc/layout.rsChristopher Durham-2/+2
2020-04-17Clarify layout information in Layout::extendCAD97-3/+5
2020-04-16Apply suggestions from code reviewChristopher Durham-1/+3
2020-04-15Add note about Layout::pad_to_align to Layout::extendCAD97-3/+31
2020-04-15emphasize *no trailing padding*Christopher Durham-1/+1
2020-04-08Stabilize some of alloc_layout_extrasCAD97-14/+11
2020-03-26Mark `Layout::dangling` inlineTim Diekmann-0/+1
2020-03-26Overhaul of the `AllocRef` trait to match allocator-wg's latest consensTim Diekmann-0/+345