rust/src/librustc/middle/borrowck
bors 6136381ed8 auto merge of #16102 : zwarich/rust/borrowck-unboxed, r=pcwalton
This removes the ability of the borrow checker to determine that repeated dereferences of a Box<T> refer to the same memory object.
2014-08-01 18:36:01 +00:00
..
gather_loans librustc: Forbid pattern bindings after @s, for memory safety. 2014-08-01 08:45:22 -07:00
check_loans.rs Implement RFC #43 2014-07-30 13:36:21 -07:00
doc.rs fix typo in borrowck doc. 2014-06-18 16:42:57 +02:00
graphviz.rs Extend --pretty flowgraph=ID to include dataflow results in output. 2014-07-15 12:26:56 +02:00
mod.rs auto merge of #15958 : hirschenberger/rust/borrock-stats-div-by-zero, r=alexcrichton 2014-07-25 15:41:08 +00:00
move_data.rs Removed the _frozen methods from dataflow API. 2014-07-18 13:48:53 +02:00