summary refs log tree commit diff
path: root/src/test/compile-fail/regions-infer-at-fn-not-param.rs
AgeCommit message (Expand)AuthorLines
2015-01-05fix cfail testsJorge Aparicio-3/+3
2014-08-29Introduce new inference scheme: variables are now instantiated with at most o...Niko Matsakis-1/+0
2014-07-19librustc: Implement lifetime elision.Patrick Walton-1/+1
2014-04-08Register new snapshotsAlex Crichton-3/+3
2014-02-11test -- update tests with new error messagesNiko Matsakis-1/+1
2013-12-11Make 'self lifetime illegal.Erik Price-2/+2
2013-11-26librustc: Remove remaining uses of `&fn()` in favor of `||`.Patrick Walton-3/+3
2013-09-23test: Fix rustdoc and tests.Patrick Walton-2/+2
2013-07-01Defer reasoning about region relationships until after regionck.Niko Matsakis-1/+4
2013-03-26librustc: Modify all code to use new lifetime binder syntaxPatrick Walton-1/+1
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-12/+7
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-07Convert field terminators to commas. Stop parsing semis.Brian Anderson-4/+4
2012-08-23don't consider use of `@fn` to be region-param'dNiko Matsakis-0/+22