rust/src/rustc/middle
2012-07-13 11:10:18 -07:00
..
borrowck Obliterate the callee_id hack 2012-07-12 19:02:07 -07:00
trans Obliterate the callee_id hack 2012-07-12 19:02:07 -07:00
tstate infer when types are region parameterized rather than requiring /& 2012-07-11 14:41:41 -07:00
typeck Consistently use "allowed" rather than "permitted" in error messages. 2012-07-13 11:10:18 -07:00
astencode.rs infer when types are region parameterized rather than requiring /& 2012-07-11 14:41:41 -07:00
block_use.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
borrowck.rs Obliterate the callee_id hack 2012-07-12 19:02:07 -07:00
capture.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
check_alt.rs Convert to new closure syntax 2012-07-01 19:19:32 -07:00
check_const.rs Handle str/~ in patterns. 2012-07-12 16:52:26 -07:00
check_loop.rs Change cont out of loop error to again out of loop 2012-07-14 01:24:33 +10:00
const_eval.rs Handle str/~ in patterns. 2012-07-12 16:52:26 -07:00
freevars.rs Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. 2012-06-29 17:41:45 -07:00
kind.rs Switch 'cont' to 'again' everywhere. Close #2229. 2012-07-09 14:37:48 -07:00
lint.rs Obliterate the callee_id hack 2012-07-12 19:02:07 -07:00
liveness.rs For #2229, recognize 'again' in place of 'cont', final change pending snapshot. 2012-07-06 15:46:39 -07:00
pat_util.rs In resolve, check that an or-pattern has the same number of bindings in each disjunct 2012-07-10 18:24:41 -07:00
region.rs add comments to region inference 2012-07-13 10:20:50 -07:00
resolve.rs infer when types are region parameterized rather than requiring /& 2012-07-11 14:41:41 -07:00
resolve3.rs rustc: Resolve bounds of trait type parameters 2012-07-12 18:04:40 -07:00
ty.rs Accept prefix notation for writing the types of str/~ and friends. 2012-07-12 16:52:26 -07:00
typeck.rs Merge branch 'rt-changes' into incoming 2012-07-12 15:03:54 -07:00