about summary refs log tree commit diff
path: root/src/test/run-pass/pattern-bound-var-in-for-each.rs
AgeCommit message (Expand)AuthorLines
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-2/+2
2011-10-21Remove some semicolons after block callsMarijn Haverbeke-1/+1
2011-10-21Remove remaining uses of iter and for-eachMarijn Haverbeke-2/+2
2011-08-15The wonky for...in... whitespace was bothering me. Sorry!Lindsey Kuper-2/+2
2011-08-03Remove all xfail-stage0 directivesBrian Anderson-1/+0
2011-08-02Don't pp extra lines after block open when preserving whitespace. Closes #759Brian Anderson-1/+0
2011-08-02Add xfail-pretty directives to tests that don't pretty-print correctlyBrian Anderson-0/+1
2011-07-27Reformat for new syntaxMarijn Haverbeke-10/+9
2011-07-05Handle pattern-bound upvarsTim Chevalier-0/+24