summary refs log tree commit diff
path: root/src/test/compile-fail/regions-in-consts.rs
AgeCommit message (Expand)AuthorLines
2015-01-08Update compile fail tests to use isize.Huon Wilson-2/+2
2013-11-08Update various tests and libraries that were incorrectlyNiko Matsakis-2/+1
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-3/+3
2013-03-09Remove @ast::Region and replace with @ast::Lifetime.Niko Matsakis-1/+1
2013-03-06Improve error messages when illegal lifetimes are usedNiko Matsakis-2/+2
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-2/+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-11-15Update error message and un-xfail testTim Chevalier-4/+2
2012-07-13change region syntax to &r/T in place of &r.TNiko Matsakis-2/+2
2012-06-30change the test suite `//! kind` syntax to `//~ kind` in order to avoid aGareth Daniel Smith-2/+2
2012-04-30Stop inferring bot/static when types/regions are unconstrained.Niko Matsakis-0/+7