rust/src/rustc/middle
Brian Anderson 46fba10fe8 rustc: Make all impls even more reachable
With this we write metadata for all impls so that we can properly find
reexported impls.
2012-07-12 15:09:33 -07:00
..
borrowck infer when types are region parameterized rather than requiring /& 2012-07-11 14:41:41 -07:00
trans rustc: Make all impls even more reachable 2012-07-12 15:09:33 -07:00
tstate infer when types are region parameterized rather than requiring /& 2012-07-11 14:41:41 -07:00
typeck Merge branch 'rt-changes' into incoming 2012-07-12 15:03:54 -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 add ability to report statistics about how borrowck is being used 2012-07-11 14:41:41 -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 infer when types are region parameterized rather than requiring /& 2012-07-11 14:41:41 -07:00
check_loop.rs For #2229, recognize 'again' in place of 'cont', final change pending snapshot. 2012-07-06 15:46:39 -07:00
const_eval.rs Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this. 2012-06-21 16:44:10 -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 Make old_vecs an error. 2012-07-10 15:12:13 -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 infer when types are region parameterized rather than requiring /& 2012-07-11 14:41:41 -07:00
resolve3.rs infer when types are region parameterized rather than requiring /& 2012-07-11 14:41:41 -07:00
resolve.rs infer when types are region parameterized rather than requiring /& 2012-07-11 14:41:41 -07:00
ty.rs Merge branch 'rt-changes' into incoming 2012-07-12 15:03:54 -07:00
typeck.rs Merge branch 'rt-changes' into incoming 2012-07-12 15:03:54 -07:00