about summary refs log tree commit diff
path: root/src/test/compile-fail/for-loop-decl.rs
AgeCommit message (Expand)AuthorLines
2013-05-06refinement to technique used to not run regionckNiko Matsakis-35/+0
2013-04-03rename Linear{Map,Set} => Hash{Map,Set}Daniel Micay-2/+2
2013-04-03hashmap: rm linear namespaceDaniel Micay-1/+1
2013-03-26test: Remove uses of oldmap::HashMapAlex Crichton-3/+3
2013-03-07test: Fix tests.Patrick Walton-3/+9
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-10Convert std::map to camel caseBrian Anderson-2/+2
2012-09-05test: "import" -> "use"Patrick Walton-2/+2
2012-08-28CamelCasify lots of stdBen Striegel-1/+1
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-1/+1
2012-08-01Convert ret to returnBrian Anderson-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-1/+1
2012-07-29Rewrite bitv to use classes and optimize its representationTim Chevalier-2/+2
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