about summary refs log tree commit diff
path: root/src/test/run-pass/while-prelude-drop.rs
AgeCommit message (Expand)AuthorLines
2013-03-22test: replace uses of old deriving attribute with new oneAndrew Paseltiner-1/+1
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-12-07test: Fix some busted run-pass tests, fallout from the pattern bindings chang...Patrick Walton-20/+1
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-3/+3
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-4/+4
2012-09-10rustc: Make shape-based compare glue never called for comparison operators.Patrick Walton-0/+20
2012-08-01Convert ret to returnBrian Anderson-2/+2
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-3/+3
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-2/+2
2012-01-19rustc: Make the pretty printer output commas after enum variants. Update all ...Patrick Walton-1/+1
2012-01-19test: "tag" -> "enum" in run-pass and run-failPatrick Walton-1/+1
2011-08-20ReformatBrian Anderson-1/+1
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-1/+1
2011-07-27Reformat for new syntaxMarijn Haverbeke-5/+6
2011-06-15Reformat source tree (minus a couple tests that are still grumpy).Graydon Hoare-16/+13
2010-11-19Isolate while-header bug to minimal testcase, fix in rustboot, remove workaro...Graydon Hoare-0/+22