about summary refs log tree commit diff
path: root/src/test/compile-fail/regions-infer-paramd-method.rs
AgeCommit message (Expand)AuthorLines
2013-03-13test: Fix tests. rs=testsPatrick Walton-2/+5
2013-03-13librustc: Remove implicit self from the language, except for old-style drop b...Patrick Walton-3/+3
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-1/+1
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-7/+7
2013-02-22test: De-mut the test suite. rs=demutingPatrick Walton-6/+10
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-2/+2
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-08-15rustc: Implement automatic reference for method receiversPatrick Walton-1/+1
2012-08-08Convert impls to new syntaxBrian Anderson-2/+2
2012-07-31Change remaining "iface" occurrences to "trait"; deprecate "iface"Lindsey Kuper-2/+2
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-3/+11
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/+32