about summary refs log tree commit diff
path: root/src/test/pretty/block-disambig.rs
AgeCommit message (Expand)AuthorLines
2013-02-22test: De-mut the test suite. rs=demutingPatrick Walton-2/+2
2013-01-28testsuite: De-record pretty testsTim Chevalier-1/+3
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-08-23Remove match check from test casesTim Chevalier-5/+6
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-5/+5
2012-08-05Switch alts to use arrowsBrian Anderson-5/+5
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-2/+2
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-2/+2
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-3/+3
2012-02-15Rewrite exhaustiveness checkerMarijn Haverbeke-5/+5
2012-01-30Change all ternary ops to if/then/elsePaul Woolcock-1/+11
2012-01-30Alter/remove tests that include/concern ternaryPaul Woolcock-1/+1
2011-09-15Add regression tests for previously ambiguous syntactic formsBrian Anderson-0/+37
2011-09-15Remove maybe_protect_block kludge from pretty-printerMarijn Haverbeke-35/+0
2011-09-09Make the pretty printer disambiguatae blocks followed by vec expressions.Jesse Ruderman-0/+2
2011-08-20ReformatBrian Anderson-42/+10
2011-08-18Try harder to disambig blocks followed by various exprs in pprust. Closes #840Brian Anderson-0/+65