rust/src/librustc/middle
bors d30776ec24 auto merge of #15958 : hirschenberger/rust/borrock-stats-div-by-zero, r=alexcrichton
`rustc -Z borrowck-stats` displays ugly `-NaN%` in the stats

```
paths requiring guarantees: 0
paths requiring loans     : 0 (-NaN%)
paths requiring imm loans : 0 (-NaN%)
stable paths              : 0 (-NaN%)
```
2014-07-25 15:41:08 +00:00
..
borrowck auto merge of #15958 : hirschenberger/rust/borrock-stats-div-by-zero, r=alexcrichton 2014-07-25 15:41:08 +00:00
cfg librustc: Stop desugaring for expressions and translate them directly. 2014-07-24 18:58:12 -07:00
save Implement new mod import sugar 2014-07-20 12:40:08 +02:00
trans auto merge of #15970 : Zoxc/rust/noalias-ref, r=cmr 2014-07-25 12:11:08 +00:00
typeck auto merge of #15809 : pcwalton/rust/dedesugar-for, r=pnkfelix 2014-07-25 02:21:14 +00:00
astencode.rs librustc: Implement unboxed closures with mutable receivers 2014-07-18 09:01:37 -07:00
check_const.rs
check_loop.rs librustc: Stop desugaring for expressions and translate them directly. 2014-07-24 18:58:12 -07:00
check_match.rs librustc: Stop desugaring for expressions and translate them directly. 2014-07-24 18:58:12 -07:00
check_static.rs
const_eval.rs Add support for patterns referencing non-trivial statics 2014-07-19 01:09:22 +02:00
dataflow.rs
dead.rs librustc: Stop desugaring for expressions and translate them directly. 2014-07-24 18:58:12 -07:00
def.rs
dependency_format.rs
effect.rs Assign more diagnostic codes 2014-07-18 20:13:19 +02:00
entry.rs Assign more diagnostic codes 2014-07-18 20:13:19 +02:00
expr_use_visitor.rs librustc: Stop desugaring for expressions and translate them directly. 2014-07-24 18:58:12 -07:00
freevars.rs librustc: Implement unboxed closures with mutable receivers 2014-07-18 09:01:37 -07:00
graph.rs
intrinsicck.rs Assign more diagnostic codes 2014-07-18 20:13:19 +02:00
kind.rs librustc: Check built-in trait bounds on implementations when direct 2014-07-25 00:50:35 -07:00
lang_items.rs librustc: Stop desugaring for expressions and translate them directly. 2014-07-24 18:58:12 -07:00
liveness.rs librustc: Stop desugaring for expressions and translate them directly. 2014-07-24 18:58:12 -07:00
mem_categorization.rs auto merge of #15961 : pcwalton/rust/fn-pointer-in-iterator, r=huonw 2014-07-25 07:46:12 +00:00
pat_util.rs Add support for patterns referencing non-trivial statics 2014-07-19 01:09:22 +02:00
privacy.rs privacy: Add publically-reexported foreign item to exported item set 2014-07-21 09:54:59 -07:00
reachable.rs librustc: Stop desugaring for expressions and translate them directly. 2014-07-24 18:58:12 -07:00
region.rs librustc: Stop desugaring for expressions and translate them directly. 2014-07-24 18:58:12 -07:00
resolve_lifetime.rs
resolve.rs librustc: Stop desugaring for expressions and translate them directly. 2014-07-24 18:58:12 -07:00
stability.rs
subst.rs librustc: Implement unboxed closures with mutable receivers 2014-07-18 09:01:37 -07:00
ty_fold.rs librustc: Implement unboxed closures with mutable receivers 2014-07-18 09:01:37 -07:00
ty.rs librustc: Stop desugaring for expressions and translate them directly. 2014-07-24 18:58:12 -07:00
weak_lang_items.rs