summary refs log tree commit diff
path: root/src/test/bench/task-perf-alloc-unwind.rs
AgeCommit message (Expand)AuthorLines
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-1/+1
2012-09-06Remove struct ctorsBrian Anderson-1/+6
2012-09-05test: "import" -> "use"Patrick Walton-2/+2
2012-09-04std: Camel case listBrian Anderson-17/+17
2012-08-26Camel case the option typeBrian Anderson-5/+5
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-3/+3
2012-08-17Remove the class keywordBrian Anderson-1/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-1/+1
2012-08-05Switch alts to use arrowsBrian Anderson-2/+2
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-3/+3
2012-07-16replace core::tuple functions with methodsGareth Daniel Smith-3/+2
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-1/+1
2012-07-04Remove empty argument lists from do expressionsBen Striegel-2/+2
2012-07-03core: Convert iter::repeat to the for protocolBrian Anderson-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-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-3/+3
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-3/+3
2012-06-25Remove resources from a few places I missedTim Chevalier-1/+1
2012-06-22Remove resources from remaining test casesTim Chevalier-1/+4
2012-06-02bench: Add an unwinding benchmarkBrian Anderson-0/+85