| Age | Commit message (Expand) | Author | Lines |
| 2016-02-19 | Do less panicking in general | Jonas Schievink | -2/+20 |
| 2016-02-16 | Move more uses of `panictry!` out of libsyntax | Jonas Schievink | -18/+18 |
| 2016-02-14 | Implement --unpretty mir | Jonas Schievink | -1/+49 |
| 2016-02-13 | Auto merge of #31358 - japaric:print-targets, r=alexcrichton | bors | -0/+5 |
| 2016-02-13 | Auto merge of #31524 - jonas-schievink:autoderef, r=steveklabnik | bors | -4/+4 |
| 2016-02-12 | Use more autoderef in rustc_driver | Jonas Schievink | -4/+4 |
| 2016-02-12 | Auto merge of #30726 - GuillaumeGomez:compile-fail, r=brson | bors | -2/+2 |
| 2016-02-12 | rustc: add a `--print target-list` command | Jorge Aparicio | -0/+5 |
| 2016-02-12 | Auto merge of #31583 - petrochenkov:indi_ast, r=Manishearth | bors | -2/+2 |
| 2016-02-11 | Remove some unnecessary indirection from AST structures | Vadim Petrochenkov | -2/+2 |
| 2016-02-11 | bootstrap: Add a bunch of Cargo.toml files | Alex Crichton | -0/+33 |
| 2016-02-11 | fixup: meta item kind | Oliver Schneider | -1/+1 |
| 2016-02-11 | [breaking-change] don't glob export ast::TraitItemKind variants | Oliver 'ker' Schneider | -1/+1 |
| 2016-02-11 | [breaking-change] don't glob export ast::MetaItem_ | Oliver 'ker' Schneider | -5/+5 |
| 2016-02-11 | [breaking-change] don't glob export ast::Item_ variants | Oliver 'ker' Schneider | -4/+4 |
| 2016-02-11 | [breaking-change] don't pub export ast::Lit_ variants | Oliver Schneider | -1/+1 |
| 2016-02-11 | [breaking-change] don't glob export ast::Expr_ variants | Oliver Schneider | -1/+1 |
| 2016-02-11 | [breaking-change] don't glob import/export syntax::abi enum variants | Oliver Schneider | -2/+3 |
| 2016-02-11 | [breaking-change] don't glob export ast::BlockCheckMode variants | Oliver Schneider | -2/+2 |
| 2016-02-10 | Auto merge of #31499 - kamalmarhubi:cfg-flag-invalid-cfgs, r=brson | bors | -21/+60 |
| 2016-02-09 | Allow registering MIR-passes through compiler plugins | Oliver Schneider | -2/+7 |
| 2016-02-09 | make `MirMap` a struct instead of a type alias for `NodeMap` | Oliver Schneider | -1/+1 |
| 2016-02-08 | driver: Include invalid predicate in error message | Kamal Marhubi | -5/+20 |
| 2016-02-08 | rustc: Implement a new `--print cfg` flag | Alex Crichton | -0/+19 |
| 2016-02-08 | driver: Disallow predicates in --cfg specs | Kamal Marhubi | -1/+16 |
| 2016-02-08 | driver: Extract handling of --explain to separate function | Kamal Marhubi | -20/+23 |
| 2016-02-08 | driver: Pass session options to CompilerCallbacks::early_callback() | Kamal Marhubi | -1/+7 |
| 2016-02-07 | Add compile-fail test in rustdoc | Guillaume Gomez | -2/+2 |
| 2016-02-05 | Instrument a bunch of tasks that employ the HIR map in one way or | Niko Matsakis | -30/+46 |
| 2016-02-02 | Reviewer requested changes and test fixes | Nick Cameron | -1/+1 |
| 2016-02-01 | Try to run compiler callbacks when we error out | Nick Cameron | -75/+106 |
| 2016-02-01 | Replace some aborts with Results | Nick Cameron | -25/+15 |
| 2016-01-28 | Auto merge of #30411 - mitaa:multispan, r=nrc | bors | -3/+3 |
| 2016-01-28 | Implement MultiSpan error reporting | mitaa | -3/+3 |
| 2016-01-27 | Auto merge of #31206 - nrc:early-save, r=nikomatsakis | bors | -246/+294 |
| 2016-01-26 | Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brson | bors | -0/+1 |
| 2016-01-26 | rebasing | Nick Cameron | -2/+2 |
| 2016-01-26 | Initial work towards abort-free compilation | Nick Cameron | -246/+294 |
| 2016-01-24 | mk: Move from `-D warnings` to `#![deny(warnings)]` | Alex Crichton | -0/+1 |
| 2016-01-22 | test fallout | Nick Cameron | -11/+22 |
| 2016-01-22 | The war on abort_if_errors | Nick Cameron | -31/+33 |
| 2016-01-21 | move more checks out of librustc | Oliver Schneider | -6/+7 |
| 2016-01-16 | Auto merge of #30533 - nikomatsakis:fulfillment-tree, r=aturon | bors | -1/+1 |
| 2016-01-16 | only insert global predicates into the global cache once we've | Niko Matsakis | -1/+1 |
| 2016-01-16 | Auto merge of #30930 - oli-obk:fix/30887, r=arielb1 | bors | -1/+6 |
| 2016-01-15 | move const block checks before lowering step | Oliver Schneider | -1/+6 |
| 2016-01-15 | Address reviewer comments | Nick Cameron | -3/+3 |
| 2016-01-15 | Add an --output option for specifying an error emitter | Nick Cameron | -11/+12 |
| 2016-01-11 | Replace --show-span with -Z show-span | Matt Kraai | -6/+3 |
| 2016-01-07 | Auto merge of #30317 - jseyfried:refactor_type_folder, r=nikomatsakis | bors | -1/+1 |