about summary refs log tree commit diff
path: root/src/test/compile-fail/unsendable-class.rs
AgeCommit message (Expand)AuthorLines
2015-04-01Test fixes and rebase conflicts, round 2Alex Crichton-35/+0
2015-01-16Don't use NoSend/NoSync in testsFlavio Percoco-1/+0
2015-01-08Update compile fail tests to use isize.Huon Wilson-2/+2
2015-01-07markers -> markerNick Cameron-2/+2
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-2/+2
2014-12-29std: Second pass stabilization for `comm`Alex Crichton-1/+1
2014-12-29std: Stabilize the prelude moduleAlex Crichton-0/+1
2014-12-26Keep track of the whole error chainFlavio Percoco-1/+3
2014-12-02Correct various compile-fail tests. Most of the changes are because weNiko Matsakis-1/+1
2014-10-02tests: remove uses of Gc.Eduard Burtescu-4/+4
2014-09-15Update error messages in compile-fail testsNiko Matsakis-2/+2
2014-07-26Remove managed_box gate from testsBrian Anderson-1/+0
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-3/+5
2014-05-27std: Rename strbuf operations to stringRicho Healey-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-2/+2
2014-05-14test: Remove all uses of `~str` from the test suite.Patrick Walton-3/+3
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-03-13std: Rename Chan/Port types and constructorAlex Crichton-2/+2
2013-12-16Fallout of rewriting std::commAlex Crichton-3/+1
2013-10-23register snapshotsDaniel Micay-0/+2
2013-06-28librustc: Change "Owned" to "Send" everywherePatrick Walton-2/+2
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-1/+1
2013-02-15tests/tutorials: Get rid of `move`.Luqman Aden-1/+1
2013-02-08Fix subtle error in caching during kind computation that could cause linearNiko Matsakis-2/+2
2013-01-30Remove oldcomm from the test suiteBrian Anderson-3/+2
2012-12-14Rename core::comm to core::oldcommBrian Anderson-3/+3
2012-12-13Rename Send trait to OwnedBrian Anderson-3/+3
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-12Make moves explicit in cfail testsTim Chevalier-1/+1
2012-10-04De-mode comm::ChanTim Chevalier-1/+1
2012-09-07Remove 'let' syntax for struct fieldsBrian Anderson-2/+2
2012-09-06Remove struct ctorsBrian Anderson-1/+7
2012-08-27Camel case various core constructorsBrian Anderson-2/+2
2012-08-17Remove the class keywordBrian Anderson-1/+1
2012-07-14Treat bare vector and string literals as fixed length vecs. Closes #2922.Michael Sullivan-2/+2
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-2/+2
2012-07-12Accept prefix notation for writing the types of str/~ and friends.Michael Sullivan-2/+2
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-3/+3
2012-06-01Tests for copyability and sendability rules for classesTim Chevalier-0/+15