| Age | Commit message (Expand) | Author | Lines |
| 2019-09-17 | Rollup merge of #64429 - afnanenayet:afnan/fix-failure-note-json-level, r=Mar... | Tyler Mandry | -7/+10 |
| 2019-09-17 | Protect error handler fields with single lock | Mark Rousskov | -132/+204 |
| 2019-09-17 | Remove unused methods from Handler | Mark Rousskov | -6/+0 |
| 2019-09-17 | Remove Handler::{emit, emit_with_code} | Mark Rousskov | -31/+28 |
| 2019-09-17 | Remove Handler::cancel | Mark Rousskov | -4/+0 |
| 2019-09-17 | Privatize DiagnosticBuilder constructors | Mark Rousskov | -5/+5 |
| 2019-09-17 | Take Diagnostic in Handler::emit_diagnostic | Mark Rousskov | -15/+9 |
| 2019-09-17 | Replace DiagnosticBuilder with Diagnostic when emitting error | Mark Rousskov | -11/+24 |
| 2019-09-16 | Fix failure note `to_str` implementation | Afnan Enayet | -7/+10 |
| 2019-09-14 | Rollup merge of #64374 - nnethercote:box-DiagnosticBuilder, r=zackmdavis | Mazdak Farrokhzad | -37/+48 |
| 2019-09-12 | Box `DiagnosticBuilder`. | Nicholas Nethercote | -37/+48 |
| 2019-09-08 | Dedent macro definition | V1shvesh | -3/+3 |
| 2019-09-08 | Remove extra trailing newline | V1shvesh | -1/+0 |
| 2019-09-08 | Add pluralise macro | V1shvesh | -0/+8 |
| 2019-09-06 | Rollup merge of #64206 - phansch:update_issue_number, r=varkor | Mazdak Farrokhzad | -1/+1 |
| 2019-09-06 | annotate-snippet emitter: Update issue number | Philipp Hansch | -1/+1 |
| 2019-09-05 | annotate-snippet emitter: Deal with multispans from macros, too | Philipp Hansch | -126/+137 |
| 2019-09-03 | Rollup merge of #64058 - phansch:refactor_out_method, r=estebank | Mazdak Farrokhzad | -12/+32 |
| 2019-09-01 | librustc_errors: Extract sugg/subst handling into method | Philipp Hansch | -12/+32 |
| 2019-08-31 | Use saturating_sub | Esteban Küber | -4/+6 |
| 2019-08-30 | Tweak terminal width trimming | Esteban Küber | -2/+2 |
| 2019-08-30 | Account for rounding errors when deciding the diagnostic boundaries | Esteban Küber | -2/+2 |
| 2019-08-21 | Add terminal_width debugging flag | Esteban Küber | -8/+18 |
| 2019-08-21 | Further unicode checks | Esteban Küber | -10/+20 |
| 2019-08-21 | Center trim on the span labels and handle unicode | Esteban Küber | -22/+35 |
| 2019-08-21 | Fix tidy | Esteban Küber | -11/+10 |
| 2019-08-21 | Introduce `term-size` dependency and consider term width when trimming | Esteban Küber | -93/+160 |
| 2019-08-21 | clean up | Esteban Küber | -63/+157 |
| 2019-08-21 | Strip code to the left and right in diagnostics for long lines | Esteban Küber | -32/+118 |
| 2019-08-15 | syntax_pos: `NO_EXPANSION`/`SyntaxContext::empty()` -> `SyntaxContext::root()` | Vadim Petrochenkov | -3/+2 |
| 2019-08-14 | remove unused Level::PhaseFatal | Aleksey Kladov | -7/+3 |
| 2019-08-12 | DiagnosticBuilder docs | Ralf Jung | -0/+6 |
| 2019-07-28 | Auto merge of #63090 - Centril:rollup-xnjwm2h, r=Centril | bors | -1/+2 |
| 2019-07-28 | Rollup merge of #62995 - estebank:issue-62973, r=varkor | Mazdak Farrokhzad | -1/+2 |
| 2019-07-28 | Deny `unused_lifetimes` through rustbuild | Vadim Petrochenkov | -1/+0 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -2/+0 |
| 2019-07-26 | Rollup merge of #62985 - phansch:support_ui_testing_flag, r=estebank | Mazdak Farrokhzad | -7/+3 |
| 2019-07-25 | Avoid ICE when suggestion span is at Eof | Esteban Küber | -1/+2 |
| 2019-07-25 | librustc_errors: Support ui-testing flag in annotate-snippet emitter | Philipp Hansch | -7/+3 |
| 2019-07-23 | cleanup: Remove `extern crate serialize as rustc_serialize`s | Vadim Petrochenkov | -4/+1 |
| 2019-07-11 | Emit dropped unemitted errors to aid in ICE debugging | Esteban Küber | -3/+6 |
| 2019-07-11 | syntax: Make def-site span mandatory in ExpnInfo/MacroBacktrace/DiagnosticSpa... | Vadim Petrochenkov | -33/+31 |
| 2019-07-07 | rustc: Remove `dylib` crate type from most rustc crates | Alex Crichton | -2/+1 |
| 2019-07-05 | Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk | Mazdak Farrokhzad | -1/+0 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -43/+43 |
| 2019-06-27 | Rollup merge of #62131 - Xanewok:clip-some-nits, r=petrochenkov | Mazdak Farrokhzad | -4/+4 |
| 2019-06-26 | Fix clippy::print_with_newline | Igor Matuszewski | -2/+2 |
| 2019-06-26 | Fix clippy::redundant_field_names | Igor Matuszewski | -2/+2 |
| 2019-06-24 | Enable internal lints in bootstrap | flip1995 | -1/+0 |
| 2019-06-22 | Count all errors for `track_errors` | Matthew Jasper | -3/+13 |