summary refs log tree commit diff
path: root/src/test/compile-fail/borrowck-insert-during-each.rs
AgeCommit message (Expand)AuthorLines
2013-06-25remove `each` from vec, HashMap and HashSetDaniel Micay-1/+1
2013-06-01Remove all uses of `pub impl`. rs=stylePatrick Walton-5/+5
2013-05-22test: Update tests to use the new syntax.Patrick Walton-1/+1
2013-04-30new borrow checker (mass squash)Niko Matsakis-2/+2
2013-04-03rename Linear{Map,Set} => Hash{Map,Set}Daniel Micay-3/+3
2013-04-03hashmap: rm linear namespaceDaniel Micay-1/+1
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1
2013-02-28librustc: Mark all type implementations public. rs=impl-publicityPatrick Walton-1/+1
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-02-12Adjust borrow checker algorithm to address #4856 unsoundness,Niko Matsakis-0/+34