about summary refs log tree commit diff
path: root/src/test/run-pass/const-cast.rs
AgeCommit message (Expand)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-23/+0
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-8/+3
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-0/+2
2014-12-26Make Send and Sync traits unsafeFlavio Percoco-1/+1
2014-12-26Require types to opt-in SyncFlavio Percoco-6/+8
2014-10-09test: Convert statics to constantsAlex Crichton-2/+2
2014-06-28Rename all raw pointers as necessaryAlex Crichton-4/+4
2014-04-04Fix fallout from std::libc separationCorey Richardson-1/+1
2013-08-21Change type of extern fns from `*u8` to `extern "ABI" fn`Niko Matsakis-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-22test: Update tests and import the prelude in some more places.Patrick Walton-1/+1
2013-05-22test: Fix tests.Patrick Walton-1/+1
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-2/+2
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-2/+2
2013-03-27testsuite: more `pub fn main`Tim Chevalier-1/+1
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-4/+4
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-1/+1
2013-03-07test: Fix tests.Patrick Walton-3/+3
2013-03-07Permit casting region pointers to unsafe ones.Josh Matthews-0/+21