summary refs log tree commit diff
path: root/src/test/run-pass/terminate-in-initializer.rs
AgeCommit message (Expand)AuthorLines
2012-07-09Switch 'cont' to 'again' everywhere. Close #2229.Graydon Hoare-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-2/+2
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-2/+2
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-1/+1
2012-03-10Tweak some test cases and add a few new onesTim Chevalier-1/+1
2012-03-09Add an infinite loop constructTim Chevalier-1/+1
2012-02-20core: New task APIBrian Anderson-4/+4
2012-01-06port over the tests to use the new APINiko Matsakis-4/+4
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-4/+4
2011-10-20Remove temporary fn# syntaxBrian Anderson-2/+2
2011-10-20Get windows working under the bare function regimeBrian Anderson-0/+1
2011-10-20Drop the 2 from the spawn*2 functionsBrian Anderson-2/+2
2011-10-20Convert tests to use bare-fn spawnBrian Anderson-6/+4
2011-09-02Reformat. Issue #855Brian Anderson-27/+7
2011-08-23Zero locals with initializers that may break or terminate. Closes #787Brian Anderson-0/+51