rust/src/rustc/middle
Marijn Haverbeke d0d71838cd Mention missing constructor when complaining about inexhaustive top-level pattern
It previously, uselessly, only pointed out the constructor when the
inexhaustive pattern was nested in some other pattern.

Closes #2337
2012-05-03 17:35:12 +02:00
..
trans rustc: Hack around some FFI bustage. Unbreak servo 2012-05-02 18:35:29 -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 Mention missing constructor when complaining about inexhaustive top-level pattern 2012-05-03 17:35:12 +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 rustc: Move eval_const_expr to its own mod 2012-03-26 17:16:26 -07:00
fn_usage.rs Convert old-style for loops to new-style 2012-04-06 20:38:23 +02:00
freevars.rs Bulk-edit mutable -> mut. 2012-03-26 18:35:18 -07:00
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 New lint pass for picking out uses of old-style vecs and str. 2012-05-01 12:58:07 -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 Error message reformatting, close #2309. 2012-05-02 14:47:33 -07:00
ty.rs Stop inferring bot/static when types/regions are unconstrained. 2012-04-30 19:53:02 -07:00
typeck.rs report ambig impl methods 2012-05-02 21:47:14 -07:00