about summary refs log tree commit diff
path: root/src/test/compile-fail/regions-infer-paramd-indirect.rs
AgeCommit message (Expand)AuthorLines
2014-10-02tests: remove uses of Gc.Eduard Burtescu-9/+7
2014-08-29Introduce new inference scheme: variables are now instantiated with at most o...Niko Matsakis-5/+4
2014-08-24Adjust the error messages to match the pattern "expected foo, found bar"Jonas Hietala-1/+1
2014-07-26Remove managed_box gate from testsBrian Anderson-1/+0
2014-06-16Change prints: @T -> Gc<T> , ~T -> Box<T>John Schmidt-1/+1
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-6/+8
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-02-11test -- update tests with new error messagesNiko Matsakis-1/+1
2013-12-11Make 'self lifetime illegal.Erik Price-9/+9
2013-10-23register snapshotsDaniel Micay-0/+2
2013-07-01Defer reasoning about region relationships until after regionck.Niko Matsakis-0/+1
2013-04-10tests: changes in response to #5656Niko Matsakis-2/+2
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-1/+1
2013-03-13test: Fix tests. rs=testsPatrick Walton-3/+3
2013-03-13librustc: Remove implicit self from the language, except for old-style drop b...Patrick Walton-3/+3
2013-03-07test: Fix tests.Patrick Walton-1/+4
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-7/+7
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-08-08Convert impls to new syntaxBrian Anderson-1/+1
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-2/+7
2012-07-13change region syntax to &r/T in place of &r.TNiko Matsakis-1/+1
2012-07-11infer when types are region parameterized rather than requiring /&Niko Matsakis-0/+18