| Age | Commit message (Expand) | Author | Lines |
| 2017-12-14 | Use PathBuf instead of String where applicable | Oliver Schneider | -24/+21 |
| 2017-12-11 | move `resolve_lifetimes` into a proper query | Niko Matsakis | -9/+2 |
| 2017-12-07 | mir-borrowck returns closure requirements, mir-typeck enforces | Niko Matsakis | -1/+1 |
| 2017-12-06 | Rollup merge of #46136 - tbu-:pr_werror, r=nikomatsakis | Corey Farwell | -1/+1 |
| 2017-12-04 | make `resolve_regions_and_report_errors` take an `OutlivesEnv` | Niko Matsakis | -4/+5 |
| 2017-12-01 | Changed the wording for the `warnings` lint | Tobias Bucher | -1/+1 |
| 2017-11-25 | rustbuild: Enable WebAssembly backend by default | Alex Crichton | -15/+28 |
| 2017-11-23 | Auto merge of #45721 - nikomatsakis:hir-tree, r=arielb1 | bors | -0/+42 |
| 2017-11-20 | Clarify what `-D warnings` or `-F warnings` does | Tobias Bucher | -1/+1 |
| 2017-11-17 | strip old lub-glb tests from `librustc_driver` | Niko Matsakis | -212/+0 |
| 2017-11-15 | Auto merge of #45944 - eddyb:provide, r=nikomatsakis | bors | -26/+47 |
| 2017-11-14 | rustc: move the MIR pass infrastructure and list to rustc_mir. | Eduard-Mihai Burtescu | -54/+0 |
| 2017-11-12 | rustc_driver: expose a way to override query providers in CompileController. | Eduard-Mihai Burtescu | -20/+45 |
| 2017-11-12 | rustc_driver: base extern query providers on local ones. | Eduard-Mihai Burtescu | -8/+4 |
| 2017-11-07 | Auto merge of #45666 - Amanieu:tls-model, r=alexcrichton | bors | -0/+8 |
| 2017-11-03 | [Syntax Breaking] Rename DefaultImpl to AutoImpl | leonardo.yvens | -1/+1 |
| 2017-11-03 | Add support for specifying the TLS model | Amanieu d'Antras | -0/+8 |
| 2017-11-02 | add -Zunpretty=hir-tree | Niko Matsakis | -0/+42 |
| 2017-11-01 | Auto merge of #45538 - nikomatsakis:nll-liveness, r=pnkfelix | bors | -1/+0 |
| 2017-11-01 | Auto merge of #45472 - michaelwoerister:incr-comp-caching-base, r=nikomatsakis | bors | -0/+7 |
| 2017-10-31 | remove the NLL pass (it is now invoked by mir borrowck) | Niko Matsakis | -1/+0 |
| 2017-10-25 | Auto merge of #44636 - GuillaumeGomez:little-error-msg, r=michaelwoerister | bors | -2/+6 |
| 2017-10-25 | Fix librustc_driver unit test after API change. | Michael Woerister | -0/+2 |
| 2017-10-25 | incr.comp.: Implement query diagnostic persistence. | Michael Woerister | -0/+5 |
| 2017-10-24 | Introduce CrateDisambiguator newtype and fix tests | Igor Matuszewski | -4/+4 |
| 2017-10-23 | Use 128 bit instead of Symbol for crate disambiguator | Igor Matuszewski | -10/+8 |
| 2017-10-20 | Add short message-format | Guillaume Gomez | -2/+6 |
| 2017-10-16 | convert constant promotion into a query | Niko Matsakis | -1/+2 |
| 2017-10-10 | Fixed client code for diagnostics migration, adding new methods to `trait Bor... | Felix S. Klock II | -1/+0 |
| 2017-10-10 | Auto merge of #44822 - frewsxcv:frewsxcv-eprintln, r=Kimundi | bors | -1/+1 |
| 2017-10-07 | Auto merge of #44860 - kennytm:fix-44731, r=alexcrichton | bors | -1/+17 |
| 2017-10-02 | incr.comp.: Remove saving and loading of legacy dep-graph. | Michael Woerister | -5/+5 |
| 2017-09-28 | Migrate to eprint/eprintln macros where appropriate. | Corey Farwell | -1/+1 |
| 2017-09-26 | Fix issue #44731. | kennytm | -1/+17 |
| 2017-09-25 | Auto merge of #44085 - bjorn3:no_llvm_write_metadata, r=arielb1 | bors | -150/+64 |
| 2017-09-25 | Auto merge of #44646 - petrochenkov:scompress, r=michaelwoerister | bors | -2/+2 |
| 2017-09-24 | address review comments | Ariel Ben-Yehuda | -4/+0 |
| 2017-09-24 | move unsafety checking to MIR | Ariel Ben-Yehuda | -4/+5 |
| 2017-09-24 | add lint levels to VisibilityScope | Ariel Ben-Yehuda | -3/+4 |
| 2017-09-23 | incr.comp.: Serialize and deserialize new DepGraph | Michael Woerister | -2/+10 |
| 2017-09-23 | incr.comp.: Do some various cleanup. | Michael Woerister | -7/+0 |
| 2017-09-23 | Fix error | bjorn3 | -1/+2 |
| 2017-09-23 | Remove now unused dependency on flate2 from rustc_driver | bjorn3 | -1/+0 |
| 2017-09-23 | Fix tidy errors | bjorn3 | -1/+2 |
| 2017-09-23 | Remove build_diagnostic_array hack | bjorn3 | -2/+1 |
| 2017-09-23 | Fix some nits | bjorn3 | -19/+13 |
| 2017-09-23 | Merge rustc_trans_trait into rustc_trans_utils | bjorn3 | -7/+5 |
| 2017-09-23 | Move NoLlvmMetadataLoader to rustc_trans_traits | bjorn3 | -204/+25 |
| 2017-09-23 | Add TransCrate trait | bjorn3 | -50/+136 |
| 2017-09-23 | [WIP] Less hacky way of supporting dylibs | bjorn3 | -20/+14 |