summary refs log tree commit diff
path: root/src/test/run-pass/issue-6892.rs
AgeCommit message (Expand)AuthorLines
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
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-2/+2
2015-02-18Update suffixes en masse in tests using `perl -p -i -e`Niko Matsakis-2/+2
2014-11-17Switch to purely namespaced enumsSteven Fackler-4/+4
2014-07-22Add Drop support for enumsJakub Wieczorek-4/+17
2014-04-08rustc: Run destructors when dest=IgnoreAlex Crichton-0/+52