about summary refs log tree commit diff
path: root/src/test/run-pass/issue-687.rs
AgeCommit message (Expand)AuthorLines
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-7/+7
2011-10-20Remove temporary fn# syntaxBrian Anderson-2/+2
2011-10-20Drop the 2 from the spawn*2 functionsBrian Anderson-2/+2
2011-10-20Convert tests to use bare-fn spawnBrian Anderson-4/+5
2011-09-02Reformat. Issue #855Brian Anderson-2/+1
2011-08-25Cleaning up task and comm exports, updating all the test cases.Eric Holk-14/+14
2011-08-20ReformatBrian Anderson-8/+5
2011-08-16Port the tests to the expr foo::<T> syntax.Erick Tryzelaar-1/+1
2011-08-16Port the tests to the typaram foo<T> syntax.Erick Tryzelaar-6/+6
2011-08-16Rename std::ivec to std::vecBrian Anderson-4/+4
2011-08-15Syntax updates.Eric Holk-2/+2
2011-08-15Removed spawn and task from the parser. Updated all the tests except for the ...Eric Holk-22/+25
2011-08-09Change the ivec type syntax to [T].Erick Tryzelaar-9/+9
2011-08-03Remove all xfail-stage0 directivesBrian Anderson-2/+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-28/+23
2011-07-22Adding test case for #687.Eric Holk-0/+62