| Age | Commit message (Expand) | Author | Lines |
| 2025-06-12 | remove 'static in some places | Jana Dönszelmann | -13/+13 |
| 2025-06-12 | add error message for unused duplicate | Jana Dönszelmann | -4/+2 |
| 2025-06-12 | introduce new lint infra | Jana Dönszelmann | -227/+662 |
| 2025-06-12 | Start using new diagnostic logic on all existing `single` parsers | Jonathan Dönszelmann | -43/+14 |
| 2025-06-12 | introduce duplicate attribute diagnostic logic | Jana Dönszelmann | -17/+112 |
| 2025-06-12 | Rollup merge of #142352 - workingjubilee:c-int-width-is-an-integer, r=wesleyw... | Matthias Krüger | -26/+24 |
| 2025-06-12 | Rollup merge of #142318 - Urgau:cleanup-rust-src-remap, r=jieyouxu | Matthias Krüger | -28/+1 |
| 2025-06-12 | Rollup merge of #142261 - folkertdev:unstable-attr-correct-edition, r=compile... | Matthias Krüger | -1/+6 |
| 2025-06-12 | Rollup merge of #142157 - Enselic:trivial-anon-const-use-cases, r=compiler-er... | Matthias Krüger | -1/+1 |
| 2025-06-12 | Rollup merge of #142040 - jswrenn:transmute-ty-region-generic, r=compiler-errors | Matthias Krüger | -348/+346 |
| 2025-06-12 | Rollup merge of #141307 - b-naber:closure-body, r=celinval | Matthias Krüger | -0/+8 |
| 2025-06-11 | Rollup merge of #142369 - jdonszelmann:attr-docs, r=fmease | Matthias Krüger | -12/+23 |
| 2025-06-11 | Rollup merge of #142362 - Veykril:push-rzmrsswqourz, r=oli-obk | Matthias Krüger | -13/+19 |
| 2025-06-11 | Rollup merge of #142356 - Stypox:fix-enter_trace_span, r=RalfJung | Matthias Krüger | -2/+2 |
| 2025-06-11 | Rollup merge of #142305 - GuillaumeGomez:remove-visit_id-EarlyContextAndPass,... | Matthias Krüger | -2/+0 |
| 2025-06-11 | Auto merge of #142358 - matthiaskrgr:rollup-fxe6m7k, r=matthiaskrgr | bors | -111/+109 |
| 2025-06-11 | consistently rename (old) attribute groups | Jana Dönszelmann | -12/+14 |
| 2025-06-11 | document attribute parsers better | Jana Dönszelmann | -0/+9 |
| 2025-06-11 | Add expectation for `{` when parsing lone coroutine qualifiers | Lukas Wirth | -13/+19 |
| 2025-06-11 | Rollup merge of #142324 - scottmcm:less-functioncx, r=workingjubilee | Matthias Krüger | -96/+94 |
| 2025-06-11 | Rollup merge of #142306 - compiler-errors:nit-reveal-param-env-query, r=lcnr | Matthias Krüger | -11/+7 |
| 2025-06-11 | Rollup merge of #142042 - estebank:explicit-lifetime-verbose-suggestion, r=co... | Matthias Krüger | -4/+8 |
| 2025-06-11 | Auto merge of #141763 - lcnr:fixme-gamer, r=BoxyUwU | bors | -36/+67 |
| 2025-06-11 | Fix enter_trace_span!() using wrong $crate paths | Stypox | -2/+2 |
| 2025-06-11 | Auto merge of #141942 - ShoyuVanilla:smir-repr, r=oli-obk | bors | -5/+96 |
| 2025-06-11 | compiler: Update all targets to the new c_int_width type | Jubilee Young | -7/+7 |
| 2025-06-11 | compiler: Change c_int_width to be an integer type | Jubilee Young | -19/+17 |
| 2025-06-11 | Remove useless and wrong std crates special casing when un-remap sysroot | Urgau | -28/+1 |
| 2025-06-11 | Auto merge of #142090 - compiler-errors:perf-stable-root-var, r=lcnr | bors | -17/+6 |
| 2025-06-10 | Auto merge of #141883 - oli-obk:remove-check-mod-loops, r=nnethercote | bors | -204/+187 |
| 2025-06-10 | Remove unneeded `FunctionCx` from some codegen methods | Scott McMurray | -96/+94 |
| 2025-06-10 | Remove unneeded `check_id` calls as they are already called in `visit_id` in ... | Guillaume Gomez | -2/+0 |
| 2025-06-10 | Auto merge of #142299 - fmease:rollup-u86s80a, r=fmease | bors | -1340/+880 |
| 2025-06-10 | Dont unwrap and re-wrap typing envs | Michael Goulet | -11/+7 |
| 2025-06-10 | Rollup merge of #142288 - RalfJung:const-eval-comments, r=oli-obk | León Orell Valerian Liehr | -12/+8 |
| 2025-06-10 | Rollup merge of #142271 - workingjubilee:fn-ptrs-have-two-different-lints, r=... | León Orell Valerian Liehr | -16/+26 |
| 2025-06-10 | Rollup merge of #142240 - fee1-dead-contrib:push-zkkzoxlymslv, r=oli-obk | León Orell Valerian Liehr | -1165/+666 |
| 2025-06-10 | Rollup merge of #142124 - oli-obk:transmute-cast, r=scottmcm | León Orell Valerian Liehr | -31/+19 |
| 2025-06-10 | Rollup merge of #141992 - folkertdev:probestack-naked-function, r=tgross35 | León Orell Valerian Liehr | -2/+3 |
| 2025-06-10 | Rollup merge of #141642 - xizheyin:issue-141619, r=BoxyUwU | León Orell Valerian Liehr | -84/+114 |
| 2025-06-10 | Rollup merge of #140766 - sayantn:stabilize-keylocker, r=traviscross,tgross35 | León Orell Valerian Liehr | -4/+4 |
| 2025-06-10 | Rollup merge of #140372 - mejrs:attrs, r=jdonszelmann | León Orell Valerian Liehr | -26/+40 |
| 2025-06-10 | Auto merge of #141485 - dianqk:early_otherwise_branch_loop, r=oli-obk | bors | -29/+3 |
| 2025-06-10 | Implement representation options to smir | Shoyu Vanilla | -5/+96 |
| 2025-06-10 | Auto merge of #141451 - lcnr:canonicalize-env-cache, r=compiler-errors | bors | -28/+109 |
| 2025-06-10 | const_eval: fix some outdated comments | Ralf Jung | -12/+8 |
| 2025-06-10 | Loop check anon consts on their own | Oli Scherer | -10/+10 |
| 2025-06-10 | Remove check_mod_loops query and run the checks per-body instead | Oli Scherer | -202/+185 |
| 2025-06-10 | use `#[naked]` for `__rust_probestack` | Folkert de Vries | -2/+3 |
| 2025-06-09 | hir_analysis: Elaborate on lint strategy for unsupported ABIs | Jubilee | -1/+3 |