rust/src/rustc/middle
2012-06-01 20:40:35 -07:00
..
borrowck break up borrowck into modules and begin to document how it works 2012-06-01 10:50:19 -07:00
trans rustc: Remove debug logging 2012-05-30 21:23:34 -07:00
tstate rustc: Use fewer boxes in typestate 2012-05-31 16:20:58 -07:00
typeck Comment only: fix typo 2012-06-01 20:40:35 -07:00
alias.rs rustc: Move ast_map to the syntax crate 2012-05-21 23:39:27 -07:00
astencode.rs allow mutable vectors and so forth to be used as immutable slices 2012-05-31 15:07:09 -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 break up borrowck into modules and begin to document how it works 2012-06-01 10:50:19 -07:00
capture.rs Include capture clauses when generating metadata. 2012-05-30 12:03:51 -07:00
check_alt.rs Mention missing constructor when complaining about inexhaustive top-level pattern 2012-05-03 17:35:12 +02:00
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 Handle differing signedness in constant shifts. Closes #2426. 2012-05-30 15:03:24 -07:00
freevars.rs new cap clause syntax 2012-05-04 12:33:08 -07:00
kind.rs Remove some dead code from kind checking. 2012-05-31 18:38:42 -07:00
lint.rs Have lint build up a table of the warning settings on a per item basis for later use. 2012-05-31 19:07:24 -07:00
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 Make sure classes with dtors are still sendable (but not copyable) 2012-06-01 20:40:35 -07:00
typeck.rs integrate purity into type 2012-05-30 11:26:15 -07:00