summary refs log tree commit diff
path: root/src/test/run-pass/struct-pattern-matching.rs
AgeCommit message (Expand)AuthorLines
2014-01-05Remove a fixmeCorey Richardson-1/+5
2013-09-26Update the compiler to not use printf/printflnAlex Crichton-1/+1
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/test/Birunthan Mohanathas-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+1
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-3/+0
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-09-07Convert field terminators to commas. Stop parsing semis.Brian Anderson-2/+2
2012-08-20Re-allow pattern-matching structs (#3215)Ben Blum-1/+0
2012-08-17Forbid pattern-matching structs until the next snapshot (#3215)Ben Blum-0/+1
2012-08-06rustc: Implement pattern matching for structsPatrick Walton-0/+14