summary refs log tree commit diff
path: root/src/librustc/middle/borrowck/doc.rs
AgeCommit message (Expand)AuthorLines
2014-01-07'borrowed pointer' -> 'reference'Brian Anderson-11/+11
2013-12-11More small test case fixes. grr. cc #9629.Niko Matsakis-1/+11
2013-12-10Fix test case harder (cc #9629)Niko Matsakis-0/+18
2013-12-09Address nits for PR for #9629Niko Matsakis-1/+1
2013-12-03Issue #9629 -- permit freezing `&mut` found within an `&` pointerNiko Matsakis-179/+256
2013-12-02rename MutableVector::mut_split(at) to MutableVector::mut_split_at(at)Guillaume Pinot-2/+2
2013-11-28Test that reborrowing contents of an `&'a mut &'b mut` pointer can onlyNiko Matsakis-76/+142
2013-06-28librustc: Change "Owned" to "Send" everywherePatrick Walton-2/+2
2013-06-28librustc: Rename Const to FreezePatrick Walton-2/+2
2013-05-28Update documentation for movesNiko Matsakis-35/+222
2013-05-28Reconcile docs and code, adding examples and adding RESTR_CLAIMNiko Matsakis-13/+63
2013-05-28Update docs on the formal basis of the borrow checker.Niko Matsakis-627/+502
2013-04-30new borrow checker (mass squash)Niko Matsakis-0/+750