about summary refs log tree commit diff
path: root/src/test/run-pass/task-spawn-move-and-copy.rs
AgeCommit message (Expand)AuthorLines
2018-09-06Migrated slew of run-pass tests to various subdirectories of `ui/run-pass/`.Felix S. Klock II-33/+0
2018-08-05Convert unknown_features lint into an errorvarkor-1/+0
2018-08-05Fix test/run-passvarkor-1/+1
2016-02-11Ignore tests that use threads on emscriptenPierre Krieger-0/+1
2015-04-14rollup merge of #24385: aturon/unstable-scopedAlex Crichton-1/+3
2015-04-14Fallout: move from scoped to spawnAaron Turon-1/+3
2015-04-12Remove pretty-expanded from tests that use format_args!Ryan Prichard-1/+0
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-2/+2
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-4/+4
2015-03-25Add trivial cast lints.Nick Cameron-1/+1
2015-03-23rustdoc: Replace no-pretty-expanded with pretty-expandedBrian Anderson-0/+2
2015-03-23Require feature attributes, and add them where necessaryBrian Anderson-1/+1
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-1/+1
2015-01-08fallout: run-pass tests that use box. (many could be ported to `Box::new` in...Felix S. Klock II-0/+3
2015-01-03Remove deprecated functionalityAlex Crichton-2/+2
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-3/+3
2014-12-29std: Stabilize the prelude moduleAlex Crichton-0/+1
2014-12-14Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)Niko Matsakis-1/+1
2014-06-28Rename all raw pointers as necessaryAlex Crichton-2/+2
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1/+1
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-3/+3
2014-02-15std: clean up ptr a bitCorey Richardson-3/+2
2013-12-16Fallout of rewriting std::commAlex Crichton-1/+1
2013-11-26librustc: Make `||` lambdas not infer to `proc`sPatrick Walton-1/+1
2013-08-17Fix warnings it testsErick Tryzelaar-1/+0
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-22test: Update tests to use the new syntax.Patrick Walton-1/+1
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-1/+1
2013-04-29librustc: Remove `ptr::addr_of`.Patrick Walton-2/+2
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1/+1
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-1/+1
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-1/+1
2013-02-01check-fast fallout from removing export, r=burningtreeGraydon Hoare-1/+1
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-12/+1
2013-01-30Remove oldcomm from the test suiteBrian Anderson-7/+8
2012-12-14Rename core::comm to core::oldcommBrian Anderson-6/+6
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-04De-mode comm::ChanTim Chevalier-1/+1
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-4/+4
2012-08-27Camel case various core constructorsBrian Anderson-2/+2
2012-06-14Remove code from parser that was awaiting snapshotTim Chevalier-1/+1
2012-02-29Recognize last uses for copied closed-over variablesMarijn Haverbeke-0/+2
2012-01-13distinguish "any closure" and "stack closure" (block)Niko Matsakis-1/+1
2012-01-08modify last use to take into account cap clause, add new testNiko Matsakis-0/+24