| Age | Commit message (Expand) | Author | Lines |
| 2022-03-15 | fix typos | Dylan DPC | -9/+9 |
| 2022-03-14 | Rollup merge of #94670 - xFrednet:rfc-2383-expect-impl-after-party, r=flip199... | Matthias Krüger | -12/+33 |
| 2022-03-12 | Auto merge of #94733 - nnethercote:fix-AdtDef-interning, r=fee1-dead | bors | -43/+46 |
| 2022-03-11 | Improve `AdtDef` interning. | Nicholas Nethercote | -43/+46 |
| 2022-03-09 | Add comment about `unfulfilled_lint_expectation` not being in a group (RFC 2383) | xFrednet | -0/+2 |
| 2022-03-08 | Fix docs, fix incorrect lint source in note | David Koloski | -2/+3 |
| 2022-03-08 | Switch the primary diagnostic to `unknown_lints` | David Koloski | -31/+36 |
| 2022-03-08 | Treat unstable lints as unknown | David Koloski | -35/+57 |
| 2022-03-08 | Rollup merge of #94586 - sunfishcode:sunfishcode/io-lifetimes-tests, r=davidtwco | Matthias Krüger | -1/+3 |
| 2022-03-08 | Rollup merge of #94580 - xFrednet:55112-only-reason-in-lint-attr, r=lcnr | Matthias Krüger | -3/+1 |
| 2022-03-07 | Handle `#[expect(unfulfilled_lint_expectations)]` with a lint message | xFrednet | -12/+31 |
| 2022-03-07 | Clarify `Layout` interning. | Nicholas Nethercote | -3/+3 |
| 2022-03-05 | Review changes | Jack Huey | -4/+6 |
| 2022-03-05 | Change to lint | Jack Huey | -0/+8 |
| 2022-03-05 | Improve unexpected_cfgs lint when their is no value expected | Loïc BRANSTETT | -20/+26 |
| 2022-03-03 | Generalize `get_nullable_type` to allow types where null is all-ones. | Dan Gohman | -1/+3 |
| 2022-03-03 | Emit `unused_attributes` if a level attr only has a reason | xFrednet | -3/+1 |
| 2022-03-03 | Auto merge of #87835 - xFrednet:rfc-2383-expect-attribute-with-ids, r=wesleyw... | bors | -15/+138 |
| 2022-03-02 | Use Vec for expectations to have a constant order (RFC-2383) | xFrednet | -8/+6 |
| 2022-03-02 | Extend unused_doc_comments lint to check on blocks | Guillaume Gomez | -0/+10 |
| 2022-03-02 | Added `panics` for unreachable states for expectations (RFC 2383) | xFrednet | -0/+2 |
| 2022-03-02 | Emit `unfullfilled_lint_expectation` using a `HirId` for performance (RFC-2383) | xFrednet | -58/+27 |
| 2022-03-02 | Reduced the size of `LintExpectationId` by 12 bytes (RFC-2383) | xFrednet | -2/+3 |
| 2022-03-02 | Expect each lint in attribute individually (RFC-2383) | xFrednet | -26/+62 |
| 2022-03-02 | Add UI tests for the `expect` attribute (RFC-2383) | xFrednet | -4/+2 |
| 2022-03-02 | Make `LintExpectationId` stable between compilation sessions (RFC-2383) | xFrednet | -9/+48 |
| 2022-03-02 | Check lint expectations and emit lint if unfulfilled (RFC-2383) | xFrednet | -0/+52 |
| 2022-03-02 | Set `LintExpectationId` in level and collect fulfilled ones (RFC-2383) | xFrednet | -7/+31 |
| 2022-03-02 | Added `Expect` lint level and attribute (RFC-2383) | xFrednet | -0/+4 |
| 2022-02-28 | add `special_module_name` lint | Ibraheem Ahmed | -0/+75 |
| 2022-02-27 | Rollup merge of #94397 - xFrednet:69838-deprecate-pre-expansion, r=cjgillot | Matthias Krüger | -1/+6 |
| 2022-02-26 | Auto merge of #94376 - c410-f3r:more-let-chains, r=petrochenkov | bors | -99/+88 |
| 2022-02-26 | Document that pre-expansion lint passes are deprecated | xFrednet | -1/+6 |
| 2022-02-25 | Initiate the inner usage of `let_chains` | Caio | -99/+88 |
| 2022-02-25 | Auto merge of #94369 - matthiaskrgr:rollup-qtripm2, r=matthiaskrgr | bors | -6/+6 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -2/+2 |
| 2022-02-25 | Fix debug_assert in unused lint pass | flip1995 | -6/+6 |
| 2022-02-25 | Auto merge of #93368 - eddyb:diagbld-guarantee, r=estebank | bors | -27/+32 |
| 2022-02-24 | Rollup merge of #94175 - Urgau:check-cfg-improvements, r=petrochenkov | Dylan DPC | -1/+35 |
| 2022-02-24 | better ObligationCause for normalization errors in can_type_implement_copy | Michael Goulet | -2/+9 |
| 2022-02-23 | Continue improvements on the --check-cfg implementation | Loïc BRANSTETT | -12/+13 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -21/+26 |
| 2022-02-23 | Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`. | Eduard-Mihai Burtescu | -6/+6 |
| 2022-02-22 | Improve diagnostic of the unexpected_cfgs lint | Loïc BRANSTETT | -1/+34 |
| 2022-02-21 | use `List<Ty<'tcx>>` for tuples | lcnr | -3/+3 |
| 2022-02-20 | Auto merge of #94062 - Mark-Simulacrum:drop-print-cfg, r=oli-obk | bors | -7/+7 |
| 2022-02-19 | Adopt let else in more places | est31 | -22/+8 |
| 2022-02-16 | Move ty::print methods to Drop-based scope guards | Mark Rousskov | -7/+7 |
| 2022-02-15 | Overhaul `Const`. | Nicholas Nethercote | -2/+2 |
| 2022-02-15 | Overhaul `RegionKind` and `Region`. | Nicholas Nethercote | -3/+3 |