| Age | Commit message (Expand) | Author | Lines |
| 2024-03-05 | Auto merge of #121780 - nnethercote:diag-renaming2, r=davidtwco | bors | -7/+12 |
| 2024-03-05 | Rename `DiagnosticExt` as `DiagExt`. | Nicholas Nethercote | -4/+4 |
| 2024-03-05 | Rename `DiagnosticMessage` as `DiagMessage`. | Nicholas Nethercote | -3/+8 |
| 2024-03-05 | Auto merge of #120675 - oli-obk:intrinsics3.0, r=pnkfelix | bors | -1/+1 |
| 2024-03-05 | Rename all `ParseSess` variables/fields/lifetimes as `psess`. | Nicholas Nethercote | -13/+13 |
| 2024-03-04 | Add `is_intrinsic` helper | Oli Scherer | -1/+1 |
| 2024-03-02 | Rollup merge of #121841 - tgross35:f16-f128-step2-intrinsics, r=compiler-errors | Guillaume Boisseau | -0/+9 |
| 2024-03-01 | Propegate HIR and AST `f16` and `f128` types to clippy | Trevor Gross | -0/+9 |
| 2024-03-01 | If suggestion would leave an empty line, delete it | clubby789 | -14/+0 |
| 2024-03-01 | Auto merge of #121728 - tgross35:f16-f128-step1-ty-updates, r=compiler-errors | bors | -0/+6 |
| 2024-02-29 | Rollup merge of #121783 - nnethercote:emitter-cleanups, r=oli-obk | Guillaume Gomez | -1/+1 |
| 2024-02-29 | Rollup merge of #121669 - nnethercote:count-stashed-errs-again, r=estebank | Guillaume Gomez | -0/+17 |
| 2024-02-29 | Rename `DiagCtxt::with_emitter` as `DiagCtxt::new`. | Nicholas Nethercote | -1/+1 |
| 2024-02-29 | Overhaul how stashed diagnostics work, again. | Nicholas Nethercote | -0/+17 |
| 2024-02-29 | Rollup merge of #121724 - nnethercote:LitKind-Err-for-floats, r=fmease | Matthias Krüger | -12/+1 |
| 2024-02-28 | Auto merge of #121489 - nnethercote:diag-renaming, r=davidtwco | bors | -34/+34 |
| 2024-02-28 | Add stubs for `f16` and `f128` to clippy | Trevor Gross | -0/+6 |
| 2024-02-28 | Use `LitKind::Err` for floats with empty exponents. | Nicholas Nethercote | -12/+1 |
| 2024-02-28 | Remove the `UntranslatableDiagnosticTrivial` lint. | Nicholas Nethercote | -1/+0 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -34/+34 |
| 2024-02-27 | Merge commit '10136170fe9ed01e46aeb4f4479175b79eb0e3c7' into clippy-subtree-u... | Philipp Krones | -10811/+14122 |
| 2024-02-26 | Auto merge of #120586 - ShE3py:exprkind-err, r=fmease | bors | -2/+4 |
| 2024-02-25 | Add `ErrorGuaranteed` to `ast::ExprKind::Err` | Lieselotte | -2/+2 |
| 2024-02-25 | Add `ast::ExprKind::Dummy` | Lieselotte | -1/+3 |
| 2024-02-25 | Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkin | bors | -73/+86 |
| 2024-02-20 | Auto merge of #120576 - nnethercote:merge-Diagnostic-DiagnosticBuilder, r=dav... | bors | -26/+26 |
| 2024-02-20 | Auto merge of #121087 - oli-obk:eager_const_failures, r=lcnr | bors | -64/+23 |
| 2024-02-20 | Reduce capabilities of `Diagnostic`. | Nicholas Nethercote | -2/+2 |
| 2024-02-19 | Always evaluate free constants and statics, even if previous errors occurred | Oli Scherer | -64/+23 |
| 2024-02-19 | Remove suspicious auto trait lint | Santiago Pastorino | -27/+26 |
| 2024-02-19 | Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers. | Nicholas Nethercote | -24/+24 |
| 2024-02-18 | By tracking import use types to check whether it is scope uses or the other s... | surechen | -1/+0 |
| 2024-02-17 | Allow newly added non_local_definitions lint in clippy | Urgau | -73/+86 |
| 2024-02-17 | remove a couple of redundant clones | Matthias Krüger | -2/+2 |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -1/+1 |
| 2024-02-16 | Rollup merge of #121109 - nnethercote:TyKind-Err-guar-2, r=oli-obk | Guillaume Gomez | -1/+1 |
| 2024-02-15 | Rollup merge of #121120 - nnethercote:LitKind-Err-guar, r=fmease | Guillaume Gomez | -4/+5 |
| 2024-02-15 | Rollup merge of #121107 - estebank:capitalization-suggestion, r=michaelwoerister | Guillaume Gomez | -1/+1 |
| 2024-02-15 | Add `ErrorGuaranteed` to `ast::LitKind::Err`, `token::LitKind::Err`. | Nicholas Nethercote | -4/+5 |
| 2024-02-15 | Add an `ErrorGuaranteed` to `ast::TyKind::Err`. | Nicholas Nethercote | -1/+1 |
| 2024-02-14 | Fix msg for verbose suggestions with confusable capitalization | Esteban Küber | -1/+1 |
| 2024-02-13 | Bump `indexmap` | clubby789 | -10/+20 |
| 2024-02-12 | Rollup merge of #120950 - compiler-errors:miri-async-closurs, r=RalfJung,oli-obk | Matthias Krüger | -1/+1 |
| 2024-02-12 | Rollup merge of #118983 - Urgau:invalid_ref_casting-bigger-layout, r=oli-obk | Matthias Krüger | -11/+11 |
| 2024-02-12 | Avoid UB in clippy transmute_ptr_to_ptr UI test | Urgau | -11/+11 |
| 2024-02-12 | Auto merge of #120980 - matthiaskrgr:rollup-dsjsqql, r=matthiaskrgr | bors | -1/+1 |
| 2024-02-12 | Make `is_intrinsic` query return the intrinsic name | Oli Scherer | -1/+1 |
| 2024-02-12 | Tweak delayed bug mentions. | Nicholas Nethercote | -1/+1 |
| 2024-02-12 | Lower anonymous structs or unions to HIR | Frank King | -1/+3 |
| 2024-02-12 | Auto merge of #120951 - matthiaskrgr:rollup-0nnm7dv, r=matthiaskrgr | bors | -102/+78 |