| Age | Commit message (Expand) | Author | Lines |
| 2024-07-19 | Auto merge of #125915 - camelid:const-arg-refactor, r=BoxyUwU | bors | -15/+28 |
| 2024-07-18 | Make clippy and rustdoc happy | Michael Goulet | -8/+7 |
| 2024-07-18 | valtree construction: keep track of which type was valtree-incompatible | Ralf Jung | -1/+1 |
| 2024-07-16 | Add `ConstArgKind::Path` and make `ConstArg` its own HIR node | Noah Lev | -7/+6 |
| 2024-07-16 | Use `ConstArg` for array lengths | Noah Lev | -15/+29 |
| 2024-07-14 | Fix trivial gen ident usage in tools | Michael Goulet | -13/+13 |
| 2024-07-11 | Merge commit 'b794b8e08c16517a941dc598bb1483e8e12a8592' into clippy-subtree-u... | Philipp Krones | -1273/+1681 |
| 2024-07-11 | Remove unary neg from `clippy::precedence` lint | Urgau | -55/+1 |
| 2024-07-08 | Move trait selection error reporting to its own top-level module | Michael Goulet | -3/+3 |
| 2024-07-04 | Auto merge of #127127 - notriddle:notriddle/pulldown-cmark-0.11, r=GuillaumeG... | bors | -16/+16 |
| 2024-07-03 | Auto merge of #125507 - compiler-errors:type-length-limit, r=lcnr | bors | -3/+3 |
| 2024-07-02 | Instance::resolve -> Instance::try_resolve, and other nits | Michael Goulet | -3/+3 |
| 2024-07-02 | chore: remove duplicate words | hattizai | -3/+3 |
| 2024-07-01 | clippy: update to pulldown-cmark 0.11 | Michael Howell | -16/+16 |
| 2024-06-29 | Rollup merge of #127045 - compiler-errors:explicit, r=oli-obk | Matthias Krüger | -3/+3 |
| 2024-06-28 | Rollup merge of #127058 - compiler-errors:tighten-async-spans, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-06-27 | Tighten spans for async blocks | Michael Goulet | -1/+1 |
| 2024-06-27 | Merge commit '68a799aea9b65e2444fbecfe32217ce7d5a3604f' into clippy-subtree-u... | Philipp Krones | -330/+922 |
| 2024-06-27 | Make queries more explicit | Michael Goulet | -3/+3 |
| 2024-06-26 | Auto merge of #120924 - xFrednet:rfc-2383-stabilization-party, r=Urgau,blyxyas | bors | -94/+90 |
| 2024-06-25 | Rollup merge of #126893 - dtolnay:prec, r=compiler-errors | Matthias Krüger | -5/+5 |
| 2024-06-25 | RFC 2383: Stabilize `lint_reasons` in Clippy :paperclips: | xFrednet | -94/+90 |
| 2024-06-24 | Replace Deref bounds on Interner in favor of a SliceLike trait | Michael Goulet | -1/+1 |
| 2024-06-24 | Split out IntoIterator and non-Iterator constructors for AliasTy/AliasTerm/Tr... | Michael Goulet | -4/+4 |
| 2024-06-23 | Rename the 2 unambiguous precedence levels to PREC_UNAMBIGUOUS | David Tolnay | -5/+5 |
| 2024-06-19 | Resolve Clippy `f16` and `f128` `unimplemented!`/`FIXME`s | Trevor Gross | -4/+11 |
| 2024-06-17 | Rework precise capturing syntax | Michael Goulet | -1/+1 |
| 2024-06-13 | Merge commit '3e5a02b13b1244545454752c6629b767522a44b1' into clippy-subtree-u... | Philipp Krones | -688/+972 |
| 2024-06-10 | ScalarInt: size mismatches are a bug, do not delay the panic | Ralf Jung | -5/+4 |
| 2024-06-05 | Misc fixes to cranelift/clippy/miri | Boxy | -5/+5 |
| 2024-06-05 | Make top-level `rustc_parse` functions fallible. | Nicholas Nethercote | -2/+2 |
| 2024-06-03 | Align Term methods with GenericArg methods | Michael Goulet | -5/+5 |
| 2024-06-03 | Opt-in diagnostics reporting to avoid doing extra work in the new solver | Michael Goulet | -1/+1 |
| 2024-06-01 | Auto merge of #125775 - compiler-errors:uplift-closure-args, r=lcnr | bors | -2/+2 |
| 2024-06-01 | Uplift TypeRelation and Relate | Michael Goulet | -2/+2 |
| 2024-06-01 | Deduplicate supertrait_def_ids code | Mark Rousskov | -1/+1 |
| 2024-05-31 | Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com... | Matthias Krüger | -44/+37 |
| 2024-05-30 | Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup | León Orell Valerian Liehr | -44/+37 |
| 2024-05-30 | Auto merge of #125764 - flip1995:clippy-subtree-update, r=Manishearth | bors | -518/+695 |
| 2024-05-30 | Merge commit 'c9139bd546d9cd69df817faeab62c5f9b1a51337' into clippy-subtree-u... | Philipp Krones | -518/+695 |
| 2024-05-30 | Auto merge of #125711 - oli-obk:const_block_ice2, r=Nadrieril | bors | -22/+21 |
| 2024-05-29 | Auto merge of #125360 - RalfJung:packed-field-reorder, r=fmease | bors | -1/+1 |
| 2024-05-29 | Make `body_owned_by` return the body directly. | Oli Scherer | -8/+7 |
| 2024-05-29 | Don't require `visit_body` to take a lifetime that must outlive the function ... | Oli Scherer | -14/+14 |
| 2024-05-24 | Remove `DefId` from `EarlyParamRegion` (clippy/smir) | Boxy | -10/+9 |
| 2024-05-21 | Merge commit '2efebd2f0c03dabbe5c3ad7b4ebfbd99238d1fb2' into clippy-subtree-u... | Philipp Krones | -278/+1130 |
| 2024-05-21 | don't inhibit random field reordering on repr(packed(1)) | Ralf Jung | -1/+1 |
| 2024-05-19 | Auto merge of #125294 - matthiaskrgr:rollup-w42c829, r=matthiaskrgr | bors | -1/+1 |
| 2024-05-19 | Rollup merge of #124948 - blyxyas:remove-repeated-words, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-05-19 | Add and use generics.is_empty() and generics.is_own_empty, rather than using ... | Santiago Pastorino | -1/+1 |