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