about summary refs log tree commit diff
path: root/src/test/compile-fail/unique-unique-kind.rs
AgeCommit message (Expand)AuthorLines
2014-10-02tests: remove uses of Gc.Eduard Burtescu-2/+2
2014-09-15Update error messages in compile-fail testsNiko Matsakis-1/+1
2014-07-26Remove managed_box gate from testsBrian Anderson-1/+0
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-1/+1
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-1/+3
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-1/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2013-12-12Gate literal box expressions in addition to typesAlex Crichton-0/+2
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