summary refs log tree commit diff
path: root/src/test/run-pass/rcvr-borrowed-to-region.rs
AgeCommit message (Expand)AuthorLines
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-4/+4
2012-08-08Convert impls to new syntaxBrian Anderson-1/+1
2012-08-01Convert ret to returnBrian Anderson-1/+1
2012-07-30Change syntax extension syntax: `#m[...]` -> `m!{...}`.Paul Stansifer-4/+4
2012-07-17rustc: Implement and enforce instance coherencePatrick Walton-2/+6
2012-07-11infer when types are region parameterized rather than requiring /&Niko Matsakis-1/+1
2012-06-02Allow rcvrs to be borrowed; check rcvrs in borrowck properlyNiko Matsakis-0/+34