]> git.lizzy.rs Git - rust.git/commit
auto merge of #6286 : nikomatsakis/rust/issue-5910-dyna-freeze, r=nikomatsakis
authorbors <bors@rust-lang.org>
Tue, 7 May 2013 00:52:52 +0000 (17:52 -0700)
committerbors <bors@rust-lang.org>
Tue, 7 May 2013 00:52:52 +0000 (17:52 -0700)
commit05460fcd5a9b2be5055f55965f768b0aa37119d9
tree88e3b561606409ab312f933eee2df96a5397e643
parentbd5fd6e42a904723c99383e684ddeaf02f01d972
parent39a119074aa27234a68bcf57899c8c4e015cd478
auto merge of #6286 : nikomatsakis/rust/issue-5910-dyna-freeze, r=nikomatsakis

This rather sprawling branch refactors the borrow checker and much of the region code, addressing a number of outstanding issues. I will close them manually after validating that there are test cases for each one, but here is a (probably partial) list:

  - #4903: Flow sensitivity
  - #3387: Moves in overloaded operators
  - #3850: Region granularity
  - #4666: Odd loaning errors
  - #6021: borrow check errors with hashmaps
  - #5910: @mut broken

cc #5047

(take 5)