summary refs log tree commit diff
path: root/src/test/run-pass/expr-alt-fail.rs
AgeCommit message (Expand)AuthorLines
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-2/+2
2012-08-05Switch alts to use arrowsBrian Anderson-2/+2
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-1/+1
2011-08-20ReformatBrian Anderson-3/+3
2011-08-12Convert most working tests to ivecsBrian Anderson-1/+1
2011-08-03Remove all xfail-stage0 directivesBrian Anderson-4/+0
2011-07-27Reformat for new syntaxMarijn Haverbeke-2/+2
2011-06-15Reformat source tree (minus a couple tests that are still grumpy).Graydon Hoare-23/+8
2011-05-21rustc: Allow alt expressions to failBrian Anderson-0/+30