summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck-call-method-from-mut-aliasable.rs
AgeCommit message (Expand)AuthorLines
2013-08-27librustc: Remove `&const` and `*const` from the language.Patrick Walton-11/+0
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-4/+4
2013-05-05Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-1/+0
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-04-30new borrow checker (mass squash)Niko Matsakis-3/+5
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-1/+1
2013-01-24librustc: Allow `&mut` to be loaned; allow `self` to be loaned; make `&mut` l...Patrick Walton-1/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-11Introduce auto adjustment table to subsume autoderef/autoref/borrowings.Niko Matsakis-0/+31