summary refs log tree commit diff
path: root/src/libcore/tests/ptr.rs
AgeCommit message (Expand)AuthorLines
2018-01-20Mark Unique as perma-unstable, with the feature renamed to ptr_internals.Simon Sapin-2/+2
2017-11-19Remove `T: Sized` on `ptr::is_null()`Josh Stone-0/+33
2017-10-10Restore `T: Sized` on `ptr::is_null`Josh Stone-33/+0
2017-09-30Use unsized coercions for null ptr testsJosh Stone-25/+41
2017-09-29Avoid the UB of a null reference to a sliceJosh Stone-10/+24
2017-09-29Remove `T: Sized` on `ptr::is_null()`, `as_ref()`, `as_mut()`Josh Stone-0/+54
2017-07-22Rename {NonZero,Shared,Unique}::new to new_uncheckedSimon Sapin-1/+1
2017-05-04fallout from NonZero/Unique/Shared changesAlexis Beingessner-4/+4
2017-04-03Move libXtest into libX/testsStjepan Glavina-0/+214