rust/src/librustc/session
Nick Cameron f7dc917ba4 Add -Zinput-stats
Emits loc, and node count - before and after expansion.

E.g.,

```
rustc: x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore
Lines of code:             32060
Pre-expansion node count:  120205
Post-expansion node count: 482749
```
2015-11-12 09:23:37 +13:00
..
config.rs Add -Zinput-stats 2015-11-12 09:23:37 +13:00
mod.rs Make fatal errors more consistent. 2015-10-27 20:09:10 -07:00
search_paths.rs