about summary refs log tree commit diff
path: root/src/libcore/tests/ptr.rs
AgeCommit message (Expand)AuthorLines
2019-08-05fix slice comparisonRalf Jung-1/+1
2019-08-05Test content, not valueRalf Jung-1/+1
2019-08-04fix UB in a testRalf Jung-2/+1
2019-07-03enable a few more tests in Miri and update the comment for othersRalf Jung-3/+2
2019-02-17Remove UB in test_ptr_subtraction testKonrad Borowski-2/+4
2019-02-17Remove UB in test_is_null testKonrad Borowski-3/+2
2019-02-13review or fix remaining miri failures in libcoreRalf Jung-2/+7
2019-02-07disable tests in MiriRalf Jung-0/+2
2018-12-25Remove licensesMark Rousskov-10/+0
2018-07-25Add missing dynTatsuyuki Ishi-10/+10
2018-05-17Fix align_offset_stride1 & align_to_simple testsSimonas Kazlauskas-1/+1
2018-05-17Implement [T]::align_toSimonas Kazlauskas-0/+89
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