| Age | Commit message (Expand) | Author | Lines |
| 2024-10-23 | nightly feature tracking: get rid of the per-feature bool fields | Ralf Jung | -3/+3 |
| 2024-10-22 | Represent TraitBoundModifiers as distinct parts in HIR | Michael Goulet | -14/+26 |
| 2024-10-22 | Auto merge of #131321 - RalfJung:feature-activation, r=nnethercote | bors | -5/+1 |
| 2024-10-22 | terminology: #[feature] *enables* a feature (instead of "declaring" or "activ... | Ralf Jung | -5/+1 |
| 2024-10-22 | Auto merge of #129935 - RalfJung:unsupported_calling_conventions, r=compiler-... | bors | -14/+14 |
| 2024-10-21 | Move COGNITIVE_COMPLEXITY to use macro again | blyxyas | -45/+41 |
| 2024-10-21 | Auto merge of #131988 - matthiaskrgr:rollup-tx173wn, r=matthiaskrgr | bors | -23/+1 |
| 2024-10-20 | Rip out old effects var handling code from traits | Michael Goulet | -23/+1 |
| 2024-10-20 | make unsupported_calling_conventions a hard error | Ralf Jung | -14/+14 |
| 2024-10-19 | Fix tests | Michael Goulet | -27/+23 |
| 2024-10-19 | Apply review comments + use `shallow_lint_levels_on` | blyxyas | -2/+2 |
| 2024-10-19 | Remove module passes filtering | blyxyas | -36/+22 |
| 2024-10-19 | Follow review comments (optimize the filtering) | blyxyas | -29/+97 |
| 2024-10-19 | Do not run lints that cannot emit | blyxyas | -5/+14 |
| 2024-10-18 | Hotfix TRAIT_METHODS static->const | Philipp Krones | -1/+2 |
| 2024-10-18 | Merge commit 'a109190d7060236e655fc75533373fa274ec5343' into clippy-subtree-u... | Philipp Krones | -1745/+4025 |
| 2024-10-16 | Auto merge of #131481 - nnethercote:rm-GenKillSet, r=cjgillot | bors | -2/+2 |
| 2024-10-15 | Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgr | bors | -22/+23 |
| 2024-10-15 | Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errors | Matthias Krüger | -0/+3 |
| 2024-10-14 | Move trait bound modifiers into ast::PolyTraitRef | Michael Goulet | -2/+3 |
| 2024-10-14 | Move trait bound modifiers into hir::PolyTraitRef | Michael Goulet | -20/+20 |
| 2024-10-14 | Remove `ResultsCursor::contains`. | Nicholas Nethercote | -2/+2 |
| 2024-10-12 | Rollup merge of #131120 - tgross35:stabilize-const_option, r=RalfJung | Trevor Gross | -2/+2 |
| 2024-10-12 | Stabilize `const_option` | Trevor Gross | -2/+2 |
| 2024-10-12 | Rollup merge of #131277 - ismailarilik:handle-potential-query-instability-lin... | Matthias Krüger | -34/+32 |
| 2024-10-11 | Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiser | bors | -10/+0 |
| 2024-10-10 | Auto merge of #13464 - y21:issue13458, r=flip1995 | bors | -111/+154 |
| 2024-10-08 | Stabilize `isqrt` feature | Chai T. Rex | -93/+92 |
| 2024-10-07 | Add sugar for &pin (const|mut) types | Eric Holk | -0/+3 |
| 2024-10-07 | Auto merge of #131354 - matthiaskrgr:rollup-hprnng2, r=matthiaskrgr | bors | -0/+1 |
| 2024-10-07 | Avoid another `&Lrc<..>` in a return value. | Nicholas Nethercote | -0/+1 |
| 2024-10-06 | Rename NestedMetaItem to MetaItemInner | codemountains | -20/+20 |
| 2024-10-06 | Auto merge of #130540 - veera-sivarajan:fix-87525, r=estebank | bors | -6/+12 |
| 2024-10-05 | Add a Lint for Pointer to Integer Transmutes in Consts | Veera | -6/+12 |
| 2024-10-05 | Rollup merge of #131256 - RalfJung:f16-f128-const, r=ibraheemdev | Matthias Krüger | -4/+4 |
| 2024-10-05 | move f16/f128 const fn under f16/f128 feature gate | Ralf Jung | -4/+4 |
| 2024-10-05 | Auto merge of #129244 - cjgillot:opaque-hir, r=compiler-errors | bors | -39/+14 |
| 2024-10-05 | Handle `clippy` cases of `rustc::potential_query_instability` lint | ismailarilik | -34/+32 |
| 2024-10-04 | Rollup merge of #129517 - cjgillot:known-panic-array, r=pnkfelix | Jubilee | -5/+9 |
| 2024-10-05 | Bless clippy. | Camille GILLOT | -5/+9 |
| 2024-10-04 | Adapt clippy. | Camille GILLOT | -38/+13 |
| 2024-10-04 | rm `ItemKind::OpaqueTy` | Noah Lev | -1/+1 |
| 2024-10-04 | Rollup merge of #130518 - scottmcm:stabilize-controlflow-extra, r=dtolnay | Jubilee | -2/+0 |
| 2024-10-03 | Rollup merge of #131183 - compiler-errors:opaque-ty-origin, r=estebank | Matthias Krüger | -6/+5 |
| 2024-10-03 | Merge commit 'aa0d551351a9c15d8a95fdb3e2946b505893dda8' into clippy-subtree-u... | Philipp Krones | -848/+2484 |
| 2024-10-02 | Use named fields for OpaqueTyOrigin | Michael Goulet | -1/+1 |
| 2024-10-02 | Remove redundant in_trait from hir::TyKind::OpaqueDef | Michael Goulet | -5/+4 |
| 2024-10-01 | make InterpResult a dedicated type to avoid accidentally discarding the error | Ralf Jung | -5/+5 |
| 2024-10-01 | Remove crashes and fix tests | Michael Goulet | -10/+0 |
| 2024-09-26 | Rollup merge of #130912 - estebank:point-at-arg-type, r=compiler-errors | Jubilee | -2/+2 |