| Age | Commit message (Expand) | Author | Lines |
| 2025-08-23 | Use unnamed lifetime spans as primary spans for MISMATCHED_LIFETIME_SYNTAXES | Michael Goulet | -119/+116 |
| 2025-08-24 | Prefer verbose suggestions for `integer_to_ptr_transmutes` lint | Urgau | -36/+72 |
| 2025-08-24 | Allow `integer_to_ptr_transmutes` in tests | Urgau | -0/+1 |
| 2025-08-24 | Add lint against integer to pointer transmutes | Urgau | -0/+265 |
| 2025-08-23 | Rollup merge of #145791 - samueltardieu:fix-zst-to-enum-mir-validation, r=com... | Samuel Tardieu | -0/+26 |
| 2025-08-23 | Rollup merge of #145713 - lcnr:const-trait-bootstrap, r=compiler-errors | Samuel Tardieu | -0/+53 |
| 2025-08-23 | Rollup merge of #145670 - jdonszelmann:port-sanitize, r=lcnr | Samuel Tardieu | -64/+96 |
| 2025-08-23 | Rollup merge of #145234 - dianne:1-tuple-witnesses, r=jackh726 | Samuel Tardieu | -8/+8 |
| 2025-08-23 | Auto merge of #145706 - lcnr:uniquification, r=BoxyUwU | bors | -11/+9 |
| 2025-08-23 | Fix ICE when validating transmuting ZST to inhabited enum | Samuel Tardieu | -0/+26 |
| 2025-08-23 | Implement some more checks for `ptr_guaranteed_cmp` in consteval: | Zachary S | -30/+208 |
| 2025-08-23 | Account for impossible bounds making seemingly unsatisfyable dyn-to-dyn casts | Michael Goulet | -0/+16 |
| 2025-08-23 | port attribute to the new parsing infrastructure | Jana Dönszelmann | -64/+96 |
| 2025-08-23 | Auto merge of #145773 - jhpratt:rollup-kocqnzv, r=jhpratt | bors | -335/+2353 |
| 2025-08-22 | Rollup merge of #145765 - lqd:revert-142034, r=fmease | Jacob Pratt | -97/+109 |
| 2025-08-22 | Rollup merge of #145751 - epage:infostring, r=joshtriplett | Jacob Pratt | -0/+28 |
| 2025-08-22 | Rollup merge of #145726 - aapoalas:reborrow-lang-experiment, r=petrochenkov | Jacob Pratt | -0/+16 |
| 2025-08-22 | Rollup merge of #145710 - heiher:issue-145692-2, r=nnethercote | Jacob Pratt | -25/+1019 |
| 2025-08-22 | Rollup merge of #145641 - estebank:point-at-type-in-e0277, r=davidtwco | Jacob Pratt | -189/+976 |
| 2025-08-22 | Rollup merge of #145573 - veluca93:unsafe-force-target-feature, r=davidtwco | Jacob Pratt | -0/+99 |
| 2025-08-22 | Rollup merge of #144897 - fee1-dead-contrib:raw_lifetimes_printing, r=fmease | Jacob Pratt | -16/+79 |
| 2025-08-22 | Rollup merge of #144648 - connortsui20:nonpoison_rwlock, r=Mark-Simulacrum | Jacob Pratt | -8/+8 |
| 2025-08-22 | Rollup merge of #137396 - compiler-errors:param-default, r=fmease | Jacob Pratt | -0/+19 |
| 2025-08-22 | add regression test for issue 142488 | Rémy Rakic | -0/+109 |
| 2025-08-22 | Revert "Detect method not being present that is present in other tuple types" | Rémy Rakic | -97/+0 |
| 2025-08-22 | Fix stderr normalization. | Camille Gillot | -5/+5 |
| 2025-08-22 | Separate transmute checking from typeck. | Camille Gillot | -135/+125 |
| 2025-08-22 | Recover param: Ty = EXPR | Michael Goulet | -0/+19 |
| 2025-08-22 | On E0277, point at type that doesn't implement bound | Esteban Küber | -189/+976 |
| 2025-08-22 | ci: Begin running ui tests with `rust.debuginfo-level-tests=1` | Martin Nordholts | -3/+19 |
| 2025-08-22 | fix(lexer): Allow '-' in the infostring continue set | Ed Page | -12/+2 |
| 2025-08-22 | test(frontmatter): Show current hyphen behavior | Ed Page | -0/+38 |
| 2025-08-22 | change HIR typeck unification handling approach | lcnr | -11/+9 |
| 2025-08-22 | Region inference: Use outlives-static constraints in constraint search | Amanda Stjerna | -28/+25 |
| 2025-08-22 | Auto merge of #144689 - JonathanBrouwer:share_parse_path, r=jdonszelmann | bors | -147/+193 |
| 2025-08-22 | Auto merge of #145358 - Kobzol:symbol-name-sort, r=nnethercote | bors | -40/+40 |
| 2025-08-22 | Updated uitests for new parser | Jonathan Brouwer | -147/+193 |
| 2025-08-22 | address review comments | Deadbeef | -16/+16 |
| 2025-08-22 | don't print invalid labels with `r#` | Deadbeef | -14/+14 |
| 2025-08-22 | print raw lifetime idents with `r#` | Deadbeef | -0/+63 |
| 2025-08-22 | Add an experimental unsafe(force_target_feature) attribute. | Luca Versari | -0/+99 |
| 2025-08-21 | Rollup merge of #145700 - nnethercote:fix-145696, r=lcnr | Jacob Pratt | -1/+17 |
| 2025-08-21 | Rollup merge of #145672 - compiler-errors:query-instab-ice, r=lcnr | Jacob Pratt | -0/+11 |
| 2025-08-21 | Rollup merge of #145661 - folkertdev:s390x-codegen-test-cleanup, r=dianqk | Jacob Pratt | -9/+9 |
| 2025-08-21 | Rollup merge of #145604 - compiler-errors:static-closure, r=fmease | Jacob Pratt | -22/+60 |
| 2025-08-21 | Rollup merge of #145507 - jdonszelmann:refactor-attr-parsing, r=davidtwco | Jacob Pratt | -130/+130 |
| 2025-08-21 | Rollup merge of #144541 - folkertdev:c-variadic-same-program-multiple-abis-ar... | Jacob Pratt | -0/+77 |
| 2025-08-22 | Add reborrow feature gate test | Aapo Alasuutari | -0/+16 |
| 2025-08-21 | next-solver fix const_trait_impl bootstrap | lcnr | -0/+53 |
| 2025-08-21 | Fix the ABI parameter inconsistency issue in debug.rs for LoongArch64 | WANG Rui | -25/+1019 |