summary refs log tree commit diff
path: root/src/test/compile-fail/for-loop-decl.rs
AgeCommit message (Expand)AuthorLines
2012-07-01Convert to new closure syntaxBrian Anderson-1/+1
2012-04-23Move map iface over to more `for`-friendly iteration methodsMarijn Haverbeke-1/+1
2012-03-15test: Fix name of bitv typeBrian Anderson-1/+1
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-1/+1
2011-10-21Remove some semicolons after block callsMarijn Haverbeke-1/+1
2011-10-21Remove remaining uses of iter and for-eachMarijn Haverbeke-3/+3
2011-08-16Port the tests to the typaram foo<T> syntax.Erick Tryzelaar-1/+1
2011-08-15The wonky for...in... whitespace was bothering me. Sorry!Lindsey Kuper-2/+2
2011-07-27Reformat for new syntaxMarijn Haverbeke-14/+9
2011-07-26Remove uses of tuples from the test suiteMarijn Haverbeke-3/+4
2011-06-14Remove some unnecessary xfailsTim Chevalier-1/+1
2011-05-27Check the declaration type in a for loop against the sequence typeTim Chevalier-0/+23