rust/src/librustc/middle
bors c0b76abf91 auto merge of #15388 : jakub-/rust/issue-12285, r=pcwalton
Unit-like struct patterns are irrefutable, no need for a branch.

And some cleanup while I'm at it.
2014-07-04 12:01:22 +00:00
..
borrowck Simplify PatIdent to contain an Ident rather than a Path 2014-07-03 12:54:51 -07:00
cfg middle::cfg code cleanup. 2014-06-18 16:41:52 +02:00
save Fix spelling errors. 2014-07-03 12:54:51 -07:00
trans auto merge of #15388 : jakub-/rust/issue-12285, r=pcwalton 2014-07-04 12:01:22 +00:00
typeck auto merge of #15356 : pcwalton/rust/wrong-implementor, r=alexcrichton 2014-07-04 04:56:16 +00:00
astencode.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
check_const.rs
check_loop.rs
check_match.rs Fix #12285 2014-07-04 00:29:47 +02:00
check_static.rs
const_eval.rs Fix #15129 2014-06-24 17:22:48 -07:00
dataflow.rs librustc: Remove the fallback to int from typechecking. 2014-06-24 17:18:48 -07:00
dead.rs Simplify PatIdent to contain an Ident rather than a Path 2014-07-03 12:54:51 -07:00
def.rs
dependency_format.rs
effect.rs
entry.rs
expr_use_visitor.rs librustc: Fix expr_use_visitor (and, transitively, the borrow check) 2014-07-01 14:32:57 -07:00
freevars.rs
graph.rs Revise dataflow to do a cfg-driven walk. 2014-06-18 16:38:23 +02:00
intrinsicck.rs
kind.rs librustc: Have the kind checker check sub-bounds in trait casts. 2014-07-03 12:54:51 -07:00
lang_items.rs Improve code reuse between trans/_match.rs and check_match.rs 2014-07-03 09:17:47 +02:00
liveness.rs Simplify PatIdent to contain an Ident rather than a Path 2014-07-03 12:54:51 -07:00
mem_categorization.rs Fix spelling errors. 2014-07-03 12:54:51 -07:00
pat_util.rs Simplify PatIdent to contain an Ident rather than a Path 2014-07-03 12:54:51 -07:00
privacy.rs Fix spelling errors. 2014-07-03 12:54:51 -07:00
reachable.rs librustc: Make addresses of immutable statics insignificant unless 2014-06-17 11:44:00 -07:00
region.rs
resolve_lifetime.rs
resolve.rs Simplify PatIdent to contain an Ident rather than a Path 2014-07-03 12:54:51 -07:00
stability.rs rustdoc: incorporate stability index throughout 2014-06-30 22:36:24 -07:00
subst.rs Rename all raw pointers as necessary 2014-06-28 11:53:58 -07:00
ty_fold.rs RegionFolder should only invoke callback on free regions. 2014-06-22 06:19:56 +02:00
ty.rs Simplify PatIdent to contain an Ident rather than a Path 2014-07-03 12:54:51 -07:00
weak_lang_items.rs