summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck-uniq-via-lend.rs
AgeCommit message (Expand)AuthorLines
2013-08-27librustc: Remove `&const` and `*const` from the language.Patrick Walton-6/+0
2013-06-04librustc: Disallow multiple patterns from appearing in a "let" declaration.Patrick Walton-2/+4
2013-04-30new borrow checker (mass squash)Niko Matsakis-4/+4
2013-02-21Remove the last bits of structural records from tests/rustc/rusti/rustpkg.Luqman Aden-2/+6
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-4/+4
2012-06-08remove alias analysis and replace with borrowckNiko Matsakis-3/+0
2012-06-07Revert "remove alias analysis and replace with borrowck"Brian Anderson-0/+3
2012-06-07remove alias analysis and replace with borrowckNiko Matsakis-3/+0
2012-05-16add xfail-fast directives for borrowck testsNiko Matsakis-0/+1
2012-05-10replace mutbl pass with borrowckNiko Matsakis-2/+2
2012-05-09implement new borrow ck (disabled by default)Niko Matsakis-0/+52