rust/src/rustc/middle
2012-03-24 23:14:45 -07:00
..
trans Allow methods to call other methods in the same class 2012-03-23 23:10:45 -07:00
tstate Handle self correctly when translating classes 2012-03-23 20:37:50 -07:00
alias.rs add mut decls to rustc and make them mandatory 2012-03-21 21:04:14 -07:00
ast_map.rs Remove last vestiges of old-style intrinsics 2012-03-23 16:08:01 +01:00
block_use.rs add mut decls to rustc and make them mandatory 2012-03-21 21:04:14 -07:00
capture.rs add mut decls to rustc and make them mandatory 2012-03-21 21:04:14 -07:00
check_alt.rs add mut decls to rustc and make them mandatory 2012-03-21 21:04:14 -07:00
check_const.rs Add crude support for casts in constant expressions 2012-03-14 18:05:28 +01:00
fn_usage.rs
freevars.rs add mut decls to rustc and make them mandatory 2012-03-21 21:04:14 -07:00
infer.rs rustc: Generalize several parts of infer in preparation for using them for region bounds as well 2012-03-24 23:14:45 -07:00
kind.rs add mut decls to rustc and make them mandatory 2012-03-21 21:04:14 -07:00
last_use.rs Keep an explicit map of things that have to be spilled 2012-03-23 16:08:01 +01:00
lint.rs Remove last vestiges of old-style intrinsics 2012-03-23 16:08:01 +01:00
mutbl.rs make --enforce-mut-vars always on, add mut annotations to remaining files 2012-03-22 09:58:19 -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: Redo region inference to be a bit less broken 2012-03-23 12:22:58 -07:00
regionck.rs rustc: Redo region inference to be a bit less broken 2012-03-23 12:22:58 -07:00
resolve.rs Handle self correctly when translating classes 2012-03-23 20:37:50 -07:00
ty.rs rustc: Add some simple region checking (no region vars yet) 2012-03-24 18:44:05 -07:00
typeck.rs Avoid unifying vars when possible; handle bot (more) correctly 2012-03-24 21:38:43 -07:00