about summary refs log tree commit diff
path: root/src/test/compile-fail/no-capture-arc.rs
AgeCommit message (Expand)AuthorLines
2015-02-17Fallout from stabilizationAaron Turon-2/+2
2015-01-31Kill more `isize`sTobias Bucher-1/+1
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-1/+1
2015-01-07std: Tweak String implementationsAlex Crichton-1/+1
2015-01-03Remove deprecated functionalityAlex Crichton-2/+2
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-1/+1
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-2/+2
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-1/+1
2014-06-11sync: Move underneath libstdAlex Crichton-3/+1
2014-03-24test: Update all tests with the sync changesAlex Crichton-4/+3
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-2/+2
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-1/+1
2014-03-15log: Introduce liblog, the old std::loggingAlex Crichton-1/+1
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-05move concurrent stuff from libextra to libsyncJeremyLetang-3/+3
2014-01-29Remove do keyword from test/Scott Lawrence-2/+2
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-09-30cfail: Remove usage of fmt!Alex Crichton-1/+1
2013-07-27Change concurrency primitives to standard naming conventionsSteven Stewart-Gallus-1/+1
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-24Remove the get functionOlivier Saut-3/+3
2013-05-22test: Update tests to use the new syntax.Patrick Walton-2/+2
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-2/+2
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+1
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-2/+2
2013-03-11Remove uses of logBrian Anderson-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-2/+2
2013-01-30Remove oldcomm from the test suiteBrian Anderson-1/+0
2013-01-14s/moved variable/moved value/John Clements-1/+1
2012-12-28test: Fix a bunch of compile-fail tests. rs=bustagePatrick Walton-1/+1
2012-12-14Rename core::comm to core::oldcommBrian Anderson-1/+1
2012-12-13Fix broken testsBrian Anderson-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
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