| Age | Commit message (Expand) | Author | Lines |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -21/+35 |
| 2022-02-23 | rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`. | Eduard-Mihai Burtescu | -7/+1 |
| 2022-02-23 | rustc_errors: remove `struct_dummy`. | Eduard-Mihai Burtescu | -8/+0 |
| 2022-02-23 | rustc_errors: handle `force_warn` only through `DiagnosticId::Lint`. | Eduard-Mihai Burtescu | -28/+6 |
| 2022-02-23 | Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`. | Eduard-Mihai Burtescu | -2/+3 |
| 2022-02-23 | rustc_errors: add `downgrade_to_delayed_bug` to `Diagnostic` itself. | Eduard-Mihai Burtescu | -21/+54 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -0/+1 |
| 2022-01-24 | rustc_errors: add a new assert for the size of `PResult<()>`. | Eduard-Mihai Burtescu | -0/+2 |
| 2022-01-24 | rustc_errors: only box the `diagnostic` field in `DiagnosticBuilder`. | Eduard-Mihai Burtescu | -2/+2 |
| 2022-01-23 | Rollup merge of #93229 - mark-i-m:noquiet, r=eddyb | Matthias Krüger | -16/+1 |
| 2022-01-23 | Remove DiagnosticBuilder.quiet | mark | -16/+1 |
| 2022-01-22 | Make `Decodable` and `Decoder` infallible. | Nicholas Nethercote | -2/+2 |
| 2021-12-14 | Stabilize iter::zip. | PFPoitras | -1/+0 |
| 2021-12-02 | Rollup merge of #91394 - Mark-Simulacrum:bump-stage0, r=pietroalbini | Matthias Krüger | -1/+0 |
| 2021-12-01 | Include lint errors in error count for `-Ztreat-err-as-bug` | Joshua Nelson | -2/+7 |
| 2021-11-30 | Apply cfg-bootstrap switch | Mark Rousskov | -1/+0 |
| 2021-11-15 | Stabilize format_args_capture | Josh Triplett | -1/+1 |
| 2021-11-08 | Don't abort compilation after giving a lint error | Joshua Nelson | -9/+39 |
| 2021-10-28 | Revert "Add rustc lint, warning when iterating over hashmaps" | Mark Rousskov | -1/+0 |
| 2021-10-24 | Rollup merge of #89558 - lcnr:query-stable-lint, r=estebank | Matthias Krüger | -0/+1 |
| 2021-10-19 | Auto merge of #89933 - est31:let_else, r=michaelwoerister | bors | -0/+1 |
| 2021-10-16 | Adopt let_else across the compiler | est31 | -0/+1 |
| 2021-10-15 | emitter: current substitution can be multi-line | David Wood | -1/+1 |
| 2021-10-15 | allow `potential_query_instability` everywhere | lcnr | -0/+1 |
| 2021-09-22 | Rollup merge of #89046 - oli-obk:fix_oflo, r=estebank | the8472 | -1/+3 |
| 2021-09-20 | Add some more tracing | Oli Scherer | -1/+3 |
| 2021-09-20 | Workaround ICE with if-let and RFC 2229 | Mark Rousskov | -4/+2 |
| 2021-09-08 | Bump stage0 compiler to 1.56 | Mark Rousskov | -1/+0 |
| 2021-08-25 | Use if-let guards in the codebase | Léo Lanteri Thauvin | -7/+9 |
| 2021-08-23 | review comments | Esteban Kuber | -5/+26 |
| 2021-08-23 | remove unnecessary `info!()` logging | Esteban Kuber | -2/+1 |
| 2021-08-23 | Fixes to span locations | Esteban Kuber | -2/+1 |
| 2021-08-23 | wip | Esteban Kuber | -1/+2 |
| 2021-08-23 | Account for tabs when highlighting multiline code suggestions | Esteban Kuber | -6/+16 |
| 2021-08-11 | Modify structured suggestion output | Esteban Küber | -7/+76 |
| 2021-08-05 | Remove warnings/errors from compiler when using typeck_body in rustdoc span m... | Guillaume Gomez | -1/+16 |
| 2021-07-11 | Simplify future incompatible reporting. | Eric Huss | -2/+1 |
| 2021-07-06 | Auto merge of #86572 - rylev:force-warnings-always, r=nikomatsakis | bors | -2/+31 |
| 2021-07-06 | Add missing docs and remove dead code | Ryan Levick | -2/+10 |
| 2021-07-01 | New force_warn diagnostic builder and ensure cap-lints doesn't reduce force_w... | Ryan Levick | -0/+18 |
| 2021-06-30 | Force warnings even when can_emit_warnings == false | Ryan Levick | -2/+5 |
| 2021-06-28 | Update to new bootstrap compiler | Mark Rousskov | -1/+0 |
| 2021-06-02 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+2 |
| 2021-05-18 | Stabilize extended_key_value_attributes | Joshua Nelson | -1/+1 |
| 2021-05-12 | Show macro name in 'this error originates in macro' message | Aaron Hill | -0/+1 |
| 2021-05-08 | Note why `Handler::fatal` is different from `Sesssion::fatal` | Joshua Nelson | -0/+1 |
| 2021-05-08 | Make `Diagnostic::span_fatal` unconditionally raise an error | Joshua Nelson | -4/+4 |
| 2021-05-05 | lazify backtrace formatting for delayed diagnostics | The8472 | -5/+22 |
| 2021-04-19 | fix few typos | klensy | -1/+1 |
| 2021-04-04 | Rollup merge of #73945 - est31:unused_externs, r=Mark-Simulacrum | Dylan DPC | -0/+8 |