summary refs log tree commit diff
path: root/src/test/run-pass/const-cast-ptr-int.rs
AgeCommit message (Expand)AuthorLines
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2014-12-26Make Send and Sync traits unsafeFlavio Percoco-1/+1
2014-12-26Require types to opt-in SyncFlavio Percoco-2/+8
2014-06-28Rename all raw pointers as necessaryAlex Crichton-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-27testsuite: more `pub fn main`Tim Chevalier-1/+1
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-1/+1
2013-03-07test: Fix tests.Patrick Walton-2/+2
2013-03-07Allow casting integers to unsafe pointers in constant expressions.Josh Matthews-0/+15