| Age | Commit message (Expand) | Author | Lines |
| 2019-09-17 | Replace DiagnosticBuilder with Diagnostic when emitting error | Mark Rousskov | -4/+10 |
| 2019-09-07 | Aggregation of cosmetic changes made during work on REPL PRs: librustc | Alexander Regueiro | -28/+33 |
| 2019-08-21 | Add terminal_width debugging flag | Esteban Küber | -2/+4 |
| 2019-07-25 | Rollup merge of #62735 - petrochenkov:galloc, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-07-24 | Gate binary dependency information behind -Zbinary-dep-depinfo | Mark Rousskov | -0/+3 |
| 2019-07-24 | Merge `rustc_allocator` into `libsyntax_ext` | Vadim Petrochenkov | -1/+1 |
| 2019-07-11 | Only error about MSVC + PGO + unwind if we're generating code | Wesley Wiser | -2/+5 |
| 2019-07-11 | Revert "Emit warning when trying to use PGO in conjunction with unwinding on ... | Wesley Wiser | -4/+4 |
| 2019-07-09 | Emit warning when trying to use PGO in conjunction with unwinding on Windows. | Eric Rahm | -4/+4 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -26/+26 |
| 2019-07-02 | Auto merge of #61268 - michaelwoerister:stabilize-pgo, r=alexcrichton | bors | -3/+3 |
| 2019-06-22 | Prefer to use `has_errors` to `err_count` | Matthew Jasper | -9/+6 |
| 2019-06-21 | Stabilize profile-guided optimization. | Michael Woerister | -3/+3 |
| 2019-06-05 | librustc_errors: Rename AnnotateRs -> AnnotateSnippet | Philipp Hansch | -3/+3 |
| 2019-06-04 | Add new error-format value to use annotate-snippet output | Philipp Hansch | -14/+25 |
| 2019-05-30 | Auto merge of #61005 - michaelwoerister:error-pgo-windows-unwind, r=zackmdavis | bors | -0/+12 |
| 2019-05-29 | rustc_codegen_llvm: remove LLVM instruction count stats. | Eduard-Mihai Burtescu | -6/+0 |
| 2019-05-28 | Rename PgoGenerate to something more general. | Michael Woerister | -2/+2 |
| 2019-05-28 | Allow to specify profiling data output directory as -Zself-profile argument. | Michael Woerister | -3/+13 |
| 2019-05-28 | Emit error when trying to use PGO in conjunction with unwinding on Windows. | Michael Woerister | -0/+12 |
| 2019-05-27 | PGO: Check that pgo-use file actually exists. LLVM seems to only emit an easy... | Michael Woerister | -0/+9 |
| 2019-05-13 | Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions. | Nicholas Nethercote | -1/+2 |
| 2019-05-08 | Optimize HIR map | John Kåre Alsaker | -3/+0 |
| 2019-04-26 | Remove unused `DiagnosticOutput::Emitter` variant. | Nicholas Nethercote | -3/+1 |
| 2019-04-19 | Rollup merge of #60045 - estebank:suggest-std, r=petrochenkov | Mazdak Farrokhzad | -0/+5 |
| 2019-04-18 | Suggest appropriate path when calling associated item on bare types | Esteban Küber | -0/+5 |
| 2019-04-18 | Implement event filtering for self-profiler. | Michael Woerister | -1/+1 |
| 2019-04-17 | Rollup merge of #59128 - oli-obk:colorful_json, r=mark-i-m,eddyb | Mazdak Farrokhzad | -32/+33 |
| 2019-04-12 | Use measureme in self-profiler | Wesley Wiser | -9/+17 |
| 2019-04-09 | Do not render ascii colors to buffers | Oliver Scherer | -2/+2 |
| 2019-04-09 | Make trait_methods_not_found use a lock | John Kåre Alsaker | -2/+2 |
| 2019-04-02 | Rename `colorful-json` to `json-rendered` and make it a selection instead of ... | Oliver Scherer | -39/+33 |
| 2019-04-02 | Emit ansi color codes in the `rendered` field of json diagnostics | Oliver Scherer | -7/+14 |
| 2019-04-01 | Rollup merge of #58507 - Zoxc:time-extended, r=michaelwoerister | Mazdak Farrokhzad | -0/+3 |
| 2019-03-20 | Add a -Z time option which prints only passes which runs once | John Kåre Alsaker | -0/+3 |
| 2019-03-15 | Elide object safety errors on non-existent trait function | Esteban Küber | -0/+4 |
| 2019-03-10 | Make the rustc driver and interface demand driven | John Kåre Alsaker | -14/+4 |
| 2019-03-06 | Make `-Z treat-err-as-bug` take a number of errors to be emitted | Esteban Küber | -2/+2 |
| 2019-03-03 | Remove profiler output and replace with a raw event dump | Wesley Wiser | -4/+1 |
| 2019-03-03 | Wrap the self-profiler in an `Arc<Mutex<>>` | Wesley Wiser | -24/+22 |
| 2019-03-01 | Add support for using a jobserver with Rayon | John Kåre Alsaker | -27/+3 |
| 2019-02-28 | Introduce rustc_interface and move some methods there | John Kåre Alsaker | -43/+66 |
| 2019-02-14 | Rollup merge of #58378 - alexcrichton:incremental-lto, r=michaelwoerister | Mazdak Farrokhzad | -15/+1 |
| 2019-02-13 | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | -2/+2 |
| 2019-02-13 | Rollup merge of #58057 - michaelwoerister:stabilize-xlto, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -2/+2 |
| 2019-02-12 | Stabilize linker-plugin based LTO. | Michael Woerister | -1/+1 |
| 2019-02-12 | rustc: Implement incremental "fat" LTO | Alex Crichton | -15/+1 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -15/+15 |
| 2019-02-07 | Auto merge of #58010 - Zoxc:parallel-passes, r=michaelwoerister | bors | -2/+2 |