about summary refs log tree commit diff
path: root/src/test/run-pass/task-spawn-move-and-copy.rs
AgeCommit message (Expand)AuthorLines
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