about summary refs log tree commit diff
path: root/src/test/compile-fail/regions-infer-not-param.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-36/+0
2016-05-02update test cases to reflect new messagesNiko Matsakis-4/+4
2015-01-30Test fixes and rebase conflictsAlex Crichton-0/+5
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
2015-01-05fix cfail testsJorge Aparicio-2/+2
2014-08-29Introduce new inference scheme: variables are now instantiated with at most o...Niko Matsakis-2/+0
2014-07-19librustc: Implement lifetime elision.Patrick Walton-2/+2
2014-04-08Register new snapshotsAlex Crichton-2/+2
2014-02-11test -- update tests with new error messagesNiko Matsakis-2/+2
2013-12-11Make 'self lifetime illegal.Erik Price-5/+5
2013-11-26librustc: Remove remaining uses of `&fn()` in favor of `||`.Patrick Walton-2/+2
2013-09-23test: Fix rustdoc and tests.Patrick Walton-2/+2
2013-07-01Defer reasoning about region relationships until after regionck.Niko Matsakis-0/+5
2013-03-09Remove @ast::Region and replace with @ast::Lifetime.Niko Matsakis-7/+4
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-3/+3
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-3/+3
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 infer region paramaterization for ids in a bound contextNiko Matsakis-0/+21