about summary refs log tree commit diff
path: root/src/test/run-pass/const-struct.rs
AgeCommit message (Expand)AuthorLines
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-3/+3
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-3/+3
2013-03-22test: Remove `pure` from the test suitePatrick Walton-2/+2
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-3/+3
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-1/+1
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-3/+5
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-3/+3
2012-09-07Convert field terminators to commas. Stop parsing semis.Brian Anderson-1/+1
2012-09-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-0/+1
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-0/+6
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-2/+2
2012-08-07Translate const structs.Graydon Hoare-0/+14