about summary refs log tree commit diff
path: root/src/test/run-pass/const-enum-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-24/+0
2015-04-08Remove pretty-expanded from failing testsAlex Crichton-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-4/+4
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2014-11-17Switch to purely namespaced enumsSteven Fackler-4/+4
2014-06-13librustc: Forbid enum-to-float casts.Patrick Walton-8/+0
2013-10-01remove the `float` typeDaniel Micay-4/+4
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-8/+8
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-8/+8
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-09Make a const translation test match TESTNAME=constJed Davis-0/+31