summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck-no-cycle-in-exchange-heap.rs
AgeCommit message (Expand)AuthorLines
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-1/+1
2015-01-07Test fixes and rebase conflictsAlex Crichton-0/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-3/+3
2014-05-06librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, exceptPatrick Walton-2/+3
2013-04-30new borrow checker (mass squash)Niko Matsakis-2/+2
2013-02-22test: De-mut the test suite. rs=demutingPatrick Walton-5/+5
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-12-06test: Fix some compile-fail bustage. rs=bustagePatrick Walton-1/+1
2012-10-23Remove uses of binary move - <- - from tests and librariesTim Chevalier-1/+1
2012-08-23Remove match check from test casesTim Chevalier-1/+2
2012-08-07move borrowck tests to use ref, fix a few exposed shortcomingsNiko Matsakis-2/+2
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-1/+1
2012-08-05Switch alts to use arrowsBrian Anderson-1/+1
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-2/+2
2012-06-08remove alias analysis and replace with borrowckNiko Matsakis-0/+13
2012-06-07Revert "remove alias analysis and replace with borrowck"Brian Anderson-13/+0
2012-06-07remove alias analysis and replace with borrowckNiko Matsakis-0/+13