| Age | Commit message (Expand) | Author | Lines |
| 2018-01-29 | Fix tidy error | varkor | -1/+2 |
| 2018-01-29 | Warn when rustc output conflicts with existing directories | varkor | -5/+14 |
| 2018-01-23 | Auto merge of #47678 - kennytm:rollup, r=kennytm | bors | -21/+9 |
| 2018-01-22 | Inline some rustc_driver function | bjorn3 | -21/+9 |
| 2018-01-22 | cleanup | QuietMisdreavus | -4/+5 |
| 2018-01-22 | Split out creation of the resolver arena in phase_2_configure_and_expand | Manish Goregaokar | -24/+55 |
| 2018-01-22 | Move resolve arenas/crate loader outside of the core of phase_2_configure_and... | Manish Goregaokar | -11/+16 |
| 2018-01-19 | Allow runtime switching between trans backends | bjorn3 | -86/+16 |
| 2018-01-15 | Add `-Z dep-info-omit-d-target` to control dep-info style | Adam C. Foltzer | -2/+3 |
| 2018-01-15 | remove dep-info files as targets in themselves | Adam C. Foltzer | -0/+2 |
| 2018-01-15 | Rollup merge of #47417 - petrochenkov:noasm, r=estebank | kennytm | -5/+1 |
| 2018-01-13 | rustc: Refactor attribute checking to operate on HIR | Alex Crichton | -4/+4 |
| 2018-01-13 | Move "no asm" check into AST validation | Vadim Petrochenkov | -5/+1 |
| 2018-01-13 | Rollup merge of #47331 - michaelwoerister:measure-depgraph-loading, r=alexcri... | kennytm | -4/+5 |
| 2018-01-10 | Add -Ztime-passes line for dep-graph loading. | Michael Woerister | -4/+5 |
| 2018-01-09 | Replace uses of DepGraph.in_ignore with DepGraph.with_ignore | John Kåre Alsaker | -13/+13 |
| 2018-01-07 | Try to fix a perf regression by updating log | Malo Jaffré | -2/+2 |
| 2017-12-22 | Auto merge of #46779 - Zoxc:par-merge-without-sync, r=arielb1 | bors | -15/+5 |
| 2017-12-21 | Combine GlobalArenas and DroplessArena into AllArenas | John Kåre Alsaker | -15/+5 |
| 2017-12-19 | Move source-output conflict checking into `compile_input` | varkor | -0/+15 |
| 2017-12-16 | Auto merge of #46560 - Yoric:incr, r=michaelwoerister | bors | -7/+15 |
| 2017-12-15 | Resolves #46555 - Moving loading and decoding of dependency graph to backgrou... | David Teller | -7/+15 |
| 2017-12-14 | Use PathBuf instead of String where applicable | Oliver Schneider | -13/+8 |
| 2017-12-11 | move `resolve_lifetimes` into a proper query | Niko Matsakis | -6/+2 |
| 2017-12-07 | mir-borrowck returns closure requirements, mir-typeck enforces | Niko Matsakis | -1/+1 |
| 2017-11-25 | rustbuild: Enable WebAssembly backend by default | Alex Crichton | -0/+8 |
| 2017-11-15 | Auto merge of #45944 - eddyb:provide, r=nikomatsakis | bors | -24/+41 |
| 2017-11-14 | rustc: move the MIR pass infrastructure and list to rustc_mir. | Eduard-Mihai Burtescu | -52/+0 |
| 2017-11-12 | rustc_driver: expose a way to override query providers in CompileController. | Eduard-Mihai Burtescu | -18/+39 |
| 2017-11-12 | rustc_driver: base extern query providers on local ones. | Eduard-Mihai Burtescu | -8/+4 |
| 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/+5 |
| 2017-10-31 | remove the NLL pass (it is now invoked by mir borrowck) | Niko Matsakis | -1/+0 |
| 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-16 | convert constant promotion into a query | Niko Matsakis | -1/+2 |
| 2017-10-02 | incr.comp.: Remove saving and loading of legacy dep-graph. | Michael Woerister | -5/+5 |
| 2017-09-25 | Auto merge of #44085 - bjorn3:no_llvm_write_metadata, r=arielb1 | bors | -73/+54 |
| 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 | Fix tidy errors | bjorn3 | -1/+2 |
| 2017-09-23 | Fix some nits | bjorn3 | -19/+13 |
| 2017-09-23 | Merge rustc_trans_trait into rustc_trans_utils | bjorn3 | -1/+1 |
| 2017-09-23 | Move NoLlvmMetadataLoader to rustc_trans_traits | bjorn3 | -41/+22 |
| 2017-09-23 | Add TransCrate trait | bjorn3 | -24/+19 |
| 2017-09-23 | [WIP] Less hacky way of supporting dylibs | bjorn3 | -18/+8 |
| 2017-09-23 | Allow building stage 2 compiler libraries | bjorn3 | -9/+28 |