about summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck-loan-vec-content.rs
AgeCommit message (Expand)AuthorLines
2016-02-24Move the borrowck run-pass/compile-fail tests into their own directoriesNiko Matsakis-34/+0
2015-01-08Update compile fail tests to use isize.Huon Wilson-3/+3
2015-01-07falloutNick Cameron-2/+2
2015-01-05fix cfail testsJorge Aparicio-1/+1
2014-11-06Fallout from collection conventionsAlexis Beingessner-1/+1
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-2/+2
2014-03-21test: Make manual changes to deal with the fallout from removal ofPatrick Walton-3/+3
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-2/+2
2014-02-11test -- update tests with new error messagesNiko Matsakis-3/+5
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-4/+3
2013-11-26test: Remove most uses of `&fn()` from the tests.Patrick Walton-1/+1
2013-08-27librustc: Remove `&const` and `*const` from the language.Patrick Walton-11/+0
2013-04-30new borrow checker (mass squash)Niko Matsakis-2/+2
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-2/+2
2013-02-26test: De-[mut] (remove all mutable arrays from) the tests. rs=demutingPatrick Walton-3/+3
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-07-04Remove empty argument lists from do expressionsBen Striegel-3/+3
2012-07-02Merge remote-tracking branch 'Dretch/prettydocs'Brian Anderson-2/+2
2012-07-01Convert to new closure syntaxBrian Anderson-3/+3
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-3/+3
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-2/+2
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-3/+3
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-3/+3
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-11new test for loaning out an indexNiko Matsakis-0/+36