summary refs log tree commit diff
path: root/src/test/run-pass/const-struct.rs
AgeCommit message (Expand)AuthorLines
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