| Age | Commit message (Expand) | Author | Lines |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -1/+1 |
| 2022-03-27 | Make fatal DiagnosticBuilder yield never | Michael Goulet | -4/+44 |
| 2022-03-20 | Filter OnceNote in diagnostic infra. | Camille GILLOT | -5/+49 |
| 2022-03-20 | Take &mut Diagnostic in emit_diagnostic. | Camille GILLOT | -20/+20 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -37/+64 |
| 2022-03-14 | Rollup merge of #94670 - xFrednet:rfc-2383-expect-impl-after-party, r=flip199... | Matthias Krüger | -13/+42 |
| 2022-03-10 | Use implicit capture syntax in format_args | T-O-R-U-S | -2/+2 |
| 2022-03-09 | Account for suggestions for complete removal of lines | Esteban Kuber | -0/+25 |
| 2022-03-07 | Handle `#[expect(unfulfilled_lint_expectations)]` with a lint message | xFrednet | -0/+1 |
| 2022-03-07 | diagnostics: only talk about `Cargo.toml` if running under Cargo | Michael Howell | -0/+14 |
| 2022-03-07 | Update unstable `ExpectationId`s in stored diagnostics | xFrednet | -13/+41 |
| 2022-03-03 | Auto merge of #87835 - xFrednet:rfc-2383-expect-attribute-with-ids, r=wesleyw... | bors | -4/+92 |
| 2022-03-02 | Address review comments | xFrednet | -2/+6 |
| 2022-03-02 | Added `panics` for unreachable states for expectations (RFC 2383) | xFrednet | -12/+16 |
| 2022-03-02 | Expect each lint in attribute individually (RFC-2383) | xFrednet | -5/+11 |
| 2022-03-02 | Make `LintExpectationId` stable between compilation sessions (RFC-2383) | xFrednet | -2/+48 |
| 2022-03-02 | Set `LintExpectationId` in level and collect fulfilled ones (RFC-2383) | xFrednet | -6/+19 |
| 2022-03-02 | Added `Expect` lint level and attribute (RFC-2383) | xFrednet | -3/+18 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -19/+19 |
| 2022-02-28 | Auto merge of #94427 - cjgillot:inline-fresh-expn, r=oli-obk | bors | -2/+2 |
| 2022-02-27 | Only create a single expansion for each inline integration. | Camille GILLOT | -2/+2 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -1/+1 |
| 2022-02-25 | Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebank | bors | -206/+409 |
| 2022-02-24 | Avoid emitting full macro body into JSON | Mark Rousskov | -2/+8 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -85/+205 |
| 2022-02-23 | rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`. | Eduard-Mihai Burtescu | -55/+99 |
| 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 | -45/+36 |
| 2022-02-23 | rustc_errors: add `downgrade_to_delayed_bug` to `Diagnostic` itself. | Eduard-Mihai Burtescu | -30/+108 |
| 2022-02-20 | Remove support for JSON deserialization to Rust | Mark Rousskov | -12/+15 |
| 2022-02-19 | Adopt let else in more places | est31 | -6/+4 |
| 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 | -30/+24 |
| 2022-01-24 | rustc_errors: remove `allow_suggestions` from `DiagnosticBuilder`. | Eduard-Mihai Burtescu | -126/+59 |
| 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 | -3/+3 |
| 2022-01-11 | Auto merge of #92070 - rukai:replace_vec_into_iter_with_array_into_iter, r=Ma... | bors | -1/+1 |
| 2022-01-09 | Compute most of Public/Exported access level in rustc_resolve | Lamb | -3/+0 |
| 2022-01-09 | eplace usages of vec![].into_iter with [].into_iter | Lucas Kent | -1/+1 |
| 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-30 | Rollup merge of #91358 - kd-collective:fix_typo, r=cjgillot | Yuki Okushi | -1/+1 |
| 2021-11-30 | Fix small typo | kijima | -1/+1 |
| 2021-11-27 | Refactor EmitterWriter::emit_suggestion_default | Lucas Kent | -14/+25 |
| 2021-11-23 | `replace_tabs` -> `normalize_whitespace` | Esteban Kuber | -6/+6 |