about summary refs log tree commit diff
path: root/src/liballoc/macros.rs
AgeCommit message (Expand)AuthorLines
2018-12-29Mention ToString in std::fmt docsCzipperz-0/+5
2018-12-25Remove licensesMark Rousskov-10/+0
2017-11-21fix some typosMartin Lindhe-1/+1
2017-09-16Implement `Arc`/`Rc` raw pointer conversions for `?Sized`Murarth-19/+0
2017-08-29broken links resolvedAndy Gauge-2/+2
2017-08-29API docs: macros. Part of #29329 Standard Library Documentation Checklist.Andy Gauge-7/+22
2017-06-13Merge crate `collections` into `alloc`Murarth-0/+83
2016-11-05Add `{into,from}_raw` to Rc and ArcCristi Cobzarenco-0/+28