rust/src/librustc/middle/borrowck
Edward Wang 4690ab0ea8 Match binding is assignment
In its first pass, namely gather_loans, the borrow checker tracks the
initialization sites among other things it does. It does so for let
bindings with initializers but not for bindings in match arms, which are
effectively also assignments. This patch does that for borrow checker.

Closes #12452.
2014-02-24 21:22:27 -08:00
..
gather_loans Match binding is assignment 2014-02-24 21:22:27 -08:00
check_loans.rs Removed the obsolete ast::CallSugar (previously used by do). 2014-02-14 07:48:13 -08:00
doc.rs Update rustc/syntax docs now that rustdoc lexes all non-notrust code blocks. 2014-02-24 12:35:57 +11:00
mod.rs Transition to new Hash, removing IterBytes and std::to_bytes. 2014-02-24 07:44:10 +11:00
move_data.rs Move std::{trie, hashmap} to libcollections 2014-02-23 00:35:11 -08:00