rust/src/rustc/middle
Tim Chevalier 3f3c9caf4d Handle poststates of breaking loops correctly in typestate
The poststate should be one where all predicates are assumed false,
rather than the unchanged prestate.

Closes #2374
2012-05-29 18:22:38 -07:00
..
trans modify shape code to only emit monomorphized enums (#2444) 2012-05-29 15:12:36 -07:00
tstate Handle poststates of breaking loops correctly in typestate 2012-05-29 18:22:38 -07:00
typeck remove useless invocations of universally_quantify_from_sty() in method lookup 2012-05-29 16:20:54 -07:00
alias.rs rustc: Move ast_map to the syntax crate 2012-05-21 23:39:27 -07:00
astencode.rs Get rid of many implicit copies as a preliminary to Issue #2448. 2012-05-25 16:39:35 -07:00
block_use.rs Fix an error message to not refer to "block type". Closes #2423. 2012-05-29 12:18:59 -07:00
borrowck.rs make all arguments modes immutable 2012-05-29 16:22:17 -07:00
capture.rs new liveness pass to supercede last_use / initedness 2012-05-24 09:52:03 -07:00
check_alt.rs
check_const.rs rustc: Move ast_map to the syntax crate 2012-05-21 23:39:27 -07:00
check_loop.rs Remove be keyword. 2012-05-15 10:41:14 -07:00
const_eval.rs Get rid of the >>> operator and make >> logical or arithmetic depending on the signedness. Closes #2417. 2012-05-22 14:59:15 -07:00
freevars.rs new cap clause syntax 2012-05-04 12:33:08 -07:00
kind.rs Add an internal notion of 'implicit copyability' and use it to warn when implicitly copying mutable data and some unique data. Closes #2448. 2012-05-25 16:53:34 -07:00
lint.rs
liveness.rs make all arguments modes immutable 2012-05-29 16:22:17 -07:00
pat_util.rs rustc: Move walk_pat to ast_util 2012-05-21 23:22:08 -07:00
region.rs Typo fixes in comments. 2012-05-24 16:48:44 -07:00
resolve.rs Resolve bounds in iface types 2012-05-29 16:50:21 -07:00
ty.rs Add an internal notion of 'implicit copyability' and use it to warn when implicitly copying mutable data and some unique data. Closes #2448. 2012-05-25 16:53:34 -07:00
typeck.rs typeck: cleanup/refactoring 2012-05-25 11:35:42 -07:00