| Age | Commit message (Expand) | Author | Lines |
| 2018-01-18 | Change the --unpretty flag to -Z unpretty | Mark Mansi | -6/+7 |
| 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-14 | Auto merge of #47223 - alexcrichton:new-target-feature, r=eddyb | bors | -4/+4 |
| 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 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -2/+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 | -15/+16 |
| 2018-01-09 | Rollup merge of #47233 - dotdash:cleanup_llvm, r=alexcrichton | kennytm | -5/+0 |
| 2018-01-07 | Try to fix a perf regression by updating log | Malo Jaffré | -3/+3 |
| 2018-01-07 | Remove redundant -Zdebug-llvm option | Björn Steinbrink | -5/+0 |
| 2018-01-04 | rustc: Don't use relative paths for extended errors | Alex Crichton | -0/+8 |
| 2017-12-28 | Prefer to use attr::contains_name() and attr::find_by_name() | Seiichi Uchida | -1/+1 |
| 2017-12-22 | Auto merge of #46779 - Zoxc:par-merge-without-sync, r=arielb1 | bors | -38/+12 |
| 2017-12-22 | Auto merge of #46732 - estebank:silence-recovered-blocks, r=petrochenkov | bors | -2/+4 |
| 2017-12-21 | Do not emit type errors on recovered blocks | Esteban Küber | -2/+4 |
| 2017-12-22 | Rollup merge of #46814 - varkor:contrib-7, r=alexcrichton | kennytm | -1/+17 |
| 2017-12-21 | Remove useless Rc | John Kåre Alsaker | -2/+2 |
| 2017-12-21 | Combine GlobalArenas and DroplessArena into AllArenas | John Kåre Alsaker | -36/+10 |
| 2017-12-19 | Move source-output conflict checking into `compile_input` | varkor | -14/+16 |
| 2017-12-18 | Prevent rustc overwriting input files | varkor | -1/+15 |
| 2017-12-17 | Add sync module to rustc_data_structures | John Kåre Alsaker | -1/+0 |
| 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-15 | Rollup merge of #46705 - pornel:cargo-output, r=alexcrichton | Steve Klabnik | -3/+2 |
| 2017-12-15 | Auto merge of #46537 - pnkfelix:two-phase-borrows, r=arielb1 | bors | -4/+8 |
| 2017-12-14 | trait alias fallout | Alex Burka | -0/+1 |
| 2017-12-14 | Use PathBuf instead of String where applicable | Oliver Schneider | -24/+21 |
| 2017-12-13 | Expanded HIR `--unpretty hir,identified` to include HIR local id. | Felix S. Klock II | -4/+8 |
| 2017-12-13 | Remove message that prevents Cargo from working with --print=native-static-libs | Kornel | -3/+2 |
| 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 |