about summary refs log tree commit diff
path: root/src/test/compile-fail/regions-infer-not-param.rs
AgeCommit message (Expand)AuthorLines
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