| Age | Commit message (Expand) | Author | Lines |
| 2025-08-24 | Make sure to treat only param where clauses as inherent | Michael Goulet | -0/+27 |
| 2025-08-24 | fix ICE on stable related to attrs on macros | Jana Dönszelmann | -29/+12 |
| 2025-08-24 | Port crate name to the new attribute system | Jana Dönszelmann | -57/+142 |
| 2025-08-24 | Support lints in early attribute parsing | Jana Dönszelmann | -17/+53 |
| 2025-08-24 | Allow errors to be emitted as fatal during attribute parsing | Jana Dönszelmann | -22/+66 |
| 2025-08-23 | Rollup merge of #145798 - compiler-errors:unnamed-lt-primary, r=lqd | Jacob Pratt | -4/+4 |
| 2025-08-23 | Rollup merge of #144531 - Urgau:int_to_ptr_transmutes, r=jackh726 | Jacob Pratt | -1/+143 |
| 2025-08-23 | Auto merge of #145796 - samueltardieu:rollup-linfi86, r=samueltardieu | bors | -160/+248 |
| 2025-08-23 | Use unnamed lifetime spans as primary spans for MISMATCHED_LIFETIME_SYNTAXES | Michael Goulet | -4/+4 |
| 2025-08-24 | Prefer verbose suggestions for `integer_to_ptr_transmutes` lint | Urgau | -2/+4 |
| 2025-08-24 | Add lint against integer to pointer transmutes | Urgau | -1/+141 |
| 2025-08-23 | Rollup merge of #145791 - samueltardieu:fix-zst-to-enum-mir-validation, r=com... | Samuel Tardieu | -0/+15 |
| 2025-08-23 | Rollup merge of #145744 - RalfJung:miri-inplace-aliasing, r=compiler-errors | Samuel Tardieu | -7/+16 |
| 2025-08-23 | Rollup merge of #145713 - lcnr:const-trait-bootstrap, r=compiler-errors | Samuel Tardieu | -9/+16 |
| 2025-08-23 | Rollup merge of #145670 - jdonszelmann:port-sanitize, r=lcnr | Samuel Tardieu | -127/+185 |
| 2025-08-23 | Rollup merge of #145540 - nia-e:prov-map-range, r=RalfJung | Samuel Tardieu | -0/+11 |
| 2025-08-23 | Rollup merge of #145234 - dianne:1-tuple-witnesses, r=jackh726 | Samuel Tardieu | -17/+5 |
| 2025-08-23 | Auto merge of #145706 - lcnr:uniquification, r=BoxyUwU | bors | -117/+159 |
| 2025-08-23 | Fix ICE when validating transmuting ZST to inhabited enum | Samuel Tardieu | -0/+15 |
| 2025-08-23 | Auto merge of #145567 - clubby789:cargo_update, r=clubby789 | bors | -1/+3 |
| 2025-08-23 | port attribute to the new parsing infrastructure | Jana Dönszelmann | -127/+185 |
| 2025-08-23 | Auto merge of #145506 - cjgillot:live-or-dead-onescan, r=fee1-dead | bors | -13/+16 |
| 2025-08-23 | Auto merge of #145773 - jhpratt:rollup-kocqnzv, r=jhpratt | bors | -759/+857 |
| 2025-08-22 | Rollup merge of #145765 - lqd:revert-142034, r=fmease | Jacob Pratt | -121/+2 |
| 2025-08-22 | Rollup merge of #145762 - jdonszelmann:attrs-strings-to-symbols, r=lqd | Jacob Pratt | -31/+36 |
| 2025-08-22 | Rollup merge of #145761 - Gelbpunkt:hermit-aarch64_be, r=wesleywiser | Jacob Pratt | -0/+26 |
| 2025-08-22 | Rollup merge of #145751 - epage:infostring, r=joshtriplett | Jacob Pratt | -2/+2 |
| 2025-08-22 | Rollup merge of #145747 - joshtriplett:builtin-diag-dyn, r=jdonszelmann | Jacob Pratt | -276/+264 |
| 2025-08-22 | Rollup merge of #145738 - cjgillot:union-find-uplift, r=Zalathar | Jacob Pratt | -8/+7 |
| 2025-08-22 | Rollup merge of #145726 - aapoalas:reborrow-lang-experiment, r=petrochenkov | Jacob Pratt | -0/+5 |
| 2025-08-22 | Rollup merge of #145695 - cjgillot:place-elem-map, r=oli-obk,lcnr | Jacob Pratt | -93/+66 |
| 2025-08-22 | Rollup merge of #145641 - estebank:point-at-type-in-e0277, r=davidtwco | Jacob Pratt | -55/+88 |
| 2025-08-22 | Rollup merge of #145597 - petrochenkov:nolateset, r=b-naber | Jacob Pratt | -53/+62 |
| 2025-08-22 | Rollup merge of #145573 - veluca93:unsafe-force-target-feature, r=davidtwco | Jacob Pratt | -58/+125 |
| 2025-08-22 | Rollup merge of #144897 - fee1-dead-contrib:raw_lifetimes_printing, r=fmease | Jacob Pratt | -57/+113 |
| 2025-08-22 | Rollup merge of #142185 - saethlin:refprop-moves, r=cjgillot | Jacob Pratt | -3/+36 |
| 2025-08-22 | Rollup merge of #137396 - compiler-errors:param-default, r=fmease | Jacob Pratt | -2/+25 |
| 2025-08-23 | Auto merge of #145469 - cjgillot:split-transmute, r=nnethercote | bors | -120/+131 |
| 2025-08-22 | Auto merge of #145494 - cjgillot:span-decode-once, r=lqd | bors | -10/+9 |
| 2025-08-22 | convert strings to symbols in attr diagnostics | Jana Dönszelmann | -31/+36 |
| 2025-08-22 | Revert "Detect method not being present that is present in other tuple types" | Rémy Rakic | -121/+2 |
| 2025-08-22 | Simplify implementation. | Camille Gillot | -44/+46 |
| 2025-08-22 | Separate transmute checking from typeck. | Camille Gillot | -119/+128 |
| 2025-08-22 | interpret/allocation: get_range on ProvenanceMap | Nia Espera | -0/+11 |
| 2025-08-22 | Recover param: Ty = EXPR | Michael Goulet | -2/+25 |
| 2025-08-22 | Add aarch64_be-unknown-hermit target | Jens Reidel | -0/+26 |
| 2025-08-22 | On E0277, point at type that doesn't implement bound | Esteban Küber | -55/+88 |
| 2025-08-22 | fix(lexer): Allow '-' in the infostring continue set | Ed Page | -2/+2 |
| 2025-08-22 | resolve: Remove `ScopeSet::Late` | Vadim Petrochenkov | -23/+32 |
| 2025-08-22 | resolve: Remove derive fallback lint id from `ScopeSet::Late` | Vadim Petrochenkov | -11/+13 |