rust/src/rustc/middle
Niko Matsakis 2b45da8a33 refactor to store the types during inference in tables in the fcx
this is a step towards separating out the repr. of
types during inference from the repr. in later stages.
2012-03-29 19:41:09 -07:00
..
trans rustc: Only invoke when there are cleanups 2012-03-29 16:43:18 -07:00
tstate Support an alternate for syntax that calls a higher-order function 2012-03-27 09:27:31 +02:00
alias.rs Allow references to "self" within classes 2012-03-28 14:19:00 -07:00
ast_map.rs refactor to store the types during inference in tables in the fcx 2012-03-29 19:41:09 -07:00
block_use.rs Support an alternate for syntax that calls a higher-order function 2012-03-27 09:27:31 +02:00
capture.rs add mut decls to rustc and make them mandatory 2012-03-21 21:04:14 -07:00
check_alt.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
check_const.rs Add crude support for casts in constant expressions 2012-03-14 18:05:28 +01:00
check_loop.rs Support returning from loop blocks 2012-03-27 12:33:13 +02:00
const_eval.rs rustc: Move eval_const_expr to its own mod 2012-03-26 17:16:26 -07:00
fn_usage.rs stdlib: Stop incurring vtable dispatch costs when hashmaps are used 2012-03-07 17:35:13 -08:00
freevars.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
infer.rs resolve type variables with no constraints to bot 2012-03-29 19:41:09 -07:00
kind.rs add mut decls to rustc and make them mandatory 2012-03-21 21:04:14 -07:00
last_use.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
lint.rs rustc: Remove the rustsyntax::attr wrapper in front 2012-03-29 14:42:31 -07:00
mutbl.rs Require "self" as base expression for intra-class method or field references 2012-03-29 12:22:01 -07:00
pat_util.rs add mut decls to rustc and make them mandatory 2012-03-21 21:04:14 -07:00
region.rs rustc: Combine and unify regions 2012-03-26 15:07:15 -07:00
regionck.rs rustc: Redo region inference to be a bit less broken 2012-03-23 12:22:58 -07:00
resolve.rs rustc: Remove the rustsyntax::attr wrapper in front 2012-03-29 14:42:31 -07:00
ty.rs refactor to store the types during inference in tables in the fcx 2012-03-29 19:41:09 -07:00
typeck.rs refactor to store the types during inference in tables in the fcx 2012-03-29 19:41:09 -07:00