about summary refs log tree commit diff
path: root/src/test/compile-fail/unique-unique-kind.rs
AgeCommit message (Expand)AuthorLines
2013-06-28librustc: Change "Owned" to "Send" everywherePatrick Walton-2/+2
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-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-1/+1
2012-12-13Rename Send trait to OwnedBrian Anderson-2/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-10-12Make moves explicit in cfail testsTim Chevalier-1/+1
2012-09-07Convert all kind bounds to camel case. Remove send, owned keywords.Brian Anderson-1/+1
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-1/+1
2012-05-24Const kind checking. The rules are almost certainly incomplete and unsound...Eric Holk-5/+3
2012-01-05Switch to new param kind bound syntaxMarijn Haverbeke-1/+1
2011-11-18Update stdlib, compiler, and tests to new kind systemMarijn Haverbeke-3/+2
2011-11-18Preparation for kind system overhaulMarijn Haverbeke-0/+1
2011-10-28Move to short kind kinds words in test suiteMarijn Haverbeke-1/+1
2011-10-25Update our code to new type parameter kind syntaxMarijn Haverbeke-1/+1
2011-09-22Calculate the correct kind for unique boxesBrian Anderson-0/+9