| Age | Commit message (Expand) | Author | Lines |
| 2019-11-03 | Delete lint buffer from Session | Mark Rousskov | -40/+0 |
| 2019-11-03 | Utilize Resolver lint buffer during HIR lowering | Mark Rousskov | -4/+6 |
| 2019-11-01 | Rollup merge of #65470 - traxys:fix_65401, r=michaelwoerister | Tyler Mandry | -0/+3 |
| 2019-10-27 | rustc, rustc_passes: don't depend on syntax_expand. | Mazdak Farrokhzad | -1/+1 |
| 2019-10-17 | Create lint store during plugin registration | Mark Rousskov | -5/+6 |
| 2019-10-16 | Check if there are any delayed_span_bugs and abort incremental compilation in... | Quentin Boyer | -0/+3 |
| 2019-10-16 | move syntax::ext to new crate syntax_expand | Mazdak Farrokhzad | -1/+1 |
| 2019-10-15 | syntax::parse::sess -> syntax::sess | Mazdak Farrokhzad | -2/+2 |
| 2019-10-13 | Don't discard value names when using address or memory sanitizer | Tomasz Miąsko | -1/+9 |
| 2019-10-03 | Remove -Zprofile-queries | Mark Rousskov | -13/+1 |
| 2019-10-01 | Rollup merge of #64840 - michaelwoerister:self-profiling-raii-refactor, r=wes... | Tyler Mandry | -21/+3 |
| 2019-10-01 | Rollup merge of #64722 - Mark-Simulacrum:alt-parallel, r=alexcrichton | Tyler Mandry | -7/+1 |
| 2019-09-30 | Make the default parallelism 1 | Mark Rousskov | -7/+1 |
| 2019-09-30 | Self-Profiling: Refactor SelfProfiler API to be RAII based where possible. | Michael Woerister | -21/+3 |
| 2019-09-25 | Rollup merge of #64324 - alexcrichton:share-generics-again, r=michaelwoerister | Mazdak Farrokhzad | -3/+0 |
| 2019-09-23 | rustc: Convert `dependency_formats` to a query | Alex Crichton | -3/+0 |
| 2019-09-23 | Introduce a diagnostic stashing API. | Mazdak Farrokhzad | -0/+1 |
| 2019-09-17 | Remove unused methods from Handler | Mark Rousskov | -6/+0 |
| 2019-09-17 | Remove Handler::{emit, emit_with_code} | Mark Rousskov | -2/+2 |
| 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 |