summary refs log tree commit diff
path: root/src/test/compile-fail/kindck-implicit-close-over-mut-var.rs
AgeCommit message (Expand)AuthorLines
2012-07-04Remove empty argument lists from do expressionsBen Striegel-2/+2
2012-07-02Merge remote-tracking branch 'Dretch/prettydocs'Brian Anderson-2/+2
2012-07-01Convert to new closure syntaxBrian Anderson-3/+3
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-3/+3
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-2/+2
2012-05-30Make heap closures always require a capture clause to capture mutable variabl...Michael Sullivan-3/+3
2012-05-07make it illegal to implicitly capture mutable variablesNiko Matsakis-0/+35