summary refs log tree commit diff
path: root/src/test/compile-fail/no-capture-arc.rs
AgeCommit message (Expand)AuthorLines
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-09-05test: "import" -> "use"Patrick Walton-2/+2
2012-08-29std: Camel case some constructorsBrian Anderson-1/+1
2012-08-10Fix compile-fail arc/sync testsBen Blum-0/+1
2012-08-10Split libcore/arc.rs: arc -> std::arc; exclusive -> unsafe::exclusiveBen Blum-0/+1
2012-07-04Remove empty argument lists from do expressionsBen Striegel-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-1/+1
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-1/+1
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-1/+1
2012-06-19Moved arc to libcore and added an arc that allows shared mutable state throug...Eric Holk-2/+0
2012-06-16Revert "Moved arc to libstd and added an arc that allows shared mutable state...Tim Chevalier-0/+2
2012-06-15Moved arc to libstd and added an arc that allows shared mutable state through...Eric Holk-2/+0
2012-05-23Prevent capturing non-copyable things in closures.Eric Holk-0/+19