about summary refs log tree commit diff
path: root/src/libcore/ptr/unique.rs
AgeCommit message (Expand)AuthorLines
2020-04-30rename-unique: Rename Unique::empty() to Unique::dangling()cohenarthur-2/+1
2020-04-29Rollup merge of #71507 - CohenArthur:document-unsafe-libcore-ptr, r=Mark-Simu...Dylan DPC-0/+7
2020-04-29safety-ptr: Add SAFETY on some unsafe blocks from libcore/ptrcohenarthur-0/+7
2020-04-26remove Unique::from for shared pointer typesRalf Jung-17/+0
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-14/+14
2019-11-26Format libcore with rustfmtDavid Tolnay-15/+14
2019-11-06Have tidy ensure that we document all `unsafe` blocks in libcoreOliver Scherer-0/+2
2019-08-17Doc nitSimon Sapin-1/+1
2019-08-17Doc nitsSimon Sapin-1/+1
2019-08-16Add new_uninit and assume_init on Box, Rc, and ArcSimon Sapin-0/+8
2019-07-28Deny `unused_lifetimes` through rustbuildVadim Petrochenkov-1/+1
2019-07-18normalize use of backticks in compiler messages for libcore/ptrSamy Kacimi-2/+2
2019-05-25split core::ptr module into multiple filesRalf Jung-0/+180