about summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck-pat-reassign-binding.rs
AgeCommit message (Expand)AuthorLines
2016-02-24Move the borrowck run-pass/compile-fail tests into their own directoriesNiko Matsakis-24/+0
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
2014-05-13Touch up and rebase previous commitsAlex Crichton-2/+0
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-1/+1
2013-05-09Fix typosSean Moon-1/+1
2013-04-30new borrow checker (mass squash)Niko Matsakis-4/+7
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-08-26Camel case the option typeBrian Anderson-4/+4
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-2/+2
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-2/+0
2012-06-07Revert "remove alias analysis and replace with borrowck"Brian Anderson-0/+2
2012-06-07remove alias analysis and replace with borrowckNiko Matsakis-2/+0
2012-05-24improve liveness so it reports unused vars / dead assignmentsNiko Matsakis-0/+1
2012-05-16add xfail-fast directives for borrowck testsNiko Matsakis-0/+1
2012-05-10replace mutbl pass with borrowckNiko Matsakis-2/+1
2012-05-09implement new borrow ck (disabled by default)Niko Matsakis-0/+14