about summary refs log tree commit diff
path: root/src/test/compile-fail/regions-escape-loop-via-vec.rs
AgeCommit message (Expand)AuthorLines
2016-11-01Improve "Doesn't live long enough" errorMikhail Modin-31/+0
2016-10-31Changed most vec! invocations to use square bracesiirelu-1/+1
2016-08-31Update error message for lifetime of borrowed valuesJonathan Turner-2/+2
2016-08-20Update E0503 to the new formatWesley Wiser-0/+9
2015-01-31Kill more `isize`sTobias Bucher-1/+1
2015-01-08Update compile-fail tests to use is/us, not i/u.Huon Wilson-1/+1
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-1/+1
2014-06-13Enforce stronger guarantees for mutable borrowsCameron Zwarich-2/+2
2014-03-21test: Automatically remove all `~[T]` from tests.Patrick Walton-1/+1
2014-02-11test -- update tests with new error messagesNiko Matsakis-1/+1
2013-04-30new borrow checker (mass squash)Niko Matsakis-2/+2
2013-01-24librustc: Allow `&mut` to be loaned; allow `self` to be loaned; make `&mut` l...Patrick Walton-1/+1
2013-01-17test: Fix busted compile-fail tests. rs=bustagePatrick Walton-5/+4
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-28demode vecNiko Matsakis-1/+1
2012-07-30Fix #2979: inference for lifetimes of & expressionsNiko Matsakis-6/+2
2012-07-02Merge remote-tracking branch 'Dretch/prettydocs'Brian Anderson-4/+4
2012-07-01Convert to new closure syntaxBrian Anderson-1/+1
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-1/+1
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-4/+4
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-2/+2
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-2/+2
2012-05-15rename testNiko Matsakis-0/+17