rust/src/rustc/middle
Niko Matsakis 2db4259b35 Stop inferring bot/static when types/regions are unconstrained.
Also, some other changes that came up along the way:
- add a 'blk' region for the current block.
- detect unused type/region variables.
2012-04-30 19:53:02 -07:00
..
trans rustc: Remove old align_of intrinsic 2012-04-27 15:40:43 -07:00
tstate lots of work to make iface/impls parameterized by regions 2012-04-25 19:26:56 -07:00
alias.rs Add new syntax for patterns that match the head constructor only 2012-04-20 00:56:46 -07:00
ast_map.rs lots of work to make iface/impls parameterized by regions 2012-04-25 19:26:56 -07:00
block_use.rs Convert old-style for loops to new-style 2012-04-06 20:38:23 +02:00
capture.rs Move map iface over to more for-friendly iteration methods 2012-04-23 15:18:19 +02:00
check_alt.rs Rewrite exhaustiveness checker 2012-04-25 09:15:17 +02:00
check_const.rs make nominal types optionally parameterized by a self region. 2012-04-19 21:01:11 -07:00
check_loop.rs Remove support for old-style for 2012-04-06 20:38:23 +02:00
const_eval.rs
fn_usage.rs Convert old-style for loops to new-style 2012-04-06 20:38:23 +02:00
freevars.rs
infer.rs Stop inferring bot/static when types/regions are unconstrained. 2012-04-30 19:53:02 -07:00
kind.rs Stop inferring bot/static when types/regions are unconstrained. 2012-04-30 19:53:02 -07:00
last_use.rs Move map iface over to more for-friendly iteration methods 2012-04-23 15:18:19 +02:00
lint.rs Add check for path-statements, close #400. 2012-04-26 14:43:43 -07:00
mutbl.rs make nominal types optionally parameterized by a self region. 2012-04-19 21:01:11 -07:00
pairwise.rs simplify typing rule for vector addition: use mutability of LHS 2012-04-05 15:18:26 -07:00
pat_util.rs Simplify representation of ast::path 2012-04-23 13:04:46 +02:00
region.rs make nominal types optionally parameterized by a self region. 2012-04-19 21:01:11 -07:00
regionck.rs rewrite region resolution so it takes place in typeck 2012-04-16 19:48:00 -07:00
resolve.rs lots of work to make iface/impls parameterized by regions 2012-04-25 19:26:56 -07:00
ty.rs Stop inferring bot/static when types/regions are unconstrained. 2012-04-30 19:53:02 -07:00
typeck.rs Stop inferring bot/static when types/regions are unconstrained. 2012-04-30 19:53:02 -07:00