| Age | Commit message (Expand) | Author | Lines |
| 2025-08-25 | Auto merge of #145711 - lcnr:non-defining-uses-hir-typeck, r=BoxyUwU | bors | -214/+359 |
| 2025-08-25 | change non-defining use error message | lcnr | -41/+40 |
| 2025-08-25 | support non-defining uses in HIR typeck | lcnr | -186/+331 |
| 2025-08-25 | Rollup merge of #145836 - minux-lee:issue-145835, r=RalfJung | Stuart Cook | -5/+0 |
| 2025-08-25 | Rollup merge of #145830 - nnethercote:TokenKind-unref, r=chenyukang | Stuart Cook | -49/+49 |
| 2025-08-25 | Rollup merge of #145820 - mati865:raw-elf-verdefnum, r=bjorn3 | Stuart Cook | -3/+10 |
| 2025-08-25 | Rollup merge of #145817 - Zalathar:llvm-bool, r=workingjubilee | Stuart Cook | -63/+103 |
| 2025-08-25 | Rollup merge of #145788 - JonathanBrouwer:proper-fix-for-macro-call-target, r... | Stuart Cook | -17/+35 |
| 2025-08-25 | Rollup merge of #145620 - compiler-errors:fake-dyn-to-dyn, r=lcnr | Stuart Cook | -62/+74 |
| 2025-08-25 | fold regions, don't erase | lcnr | -3/+4 |
| 2025-08-25 | Remove bug comments from Repeat variant | Ryan Lee | -5/+0 |
| 2025-08-25 | Auto merge of #145480 - cjgillot:sizeless-chunks, r=Mark-Simulacrum | bors | -144/+165 |
| 2025-08-24 | Update documentation. | Camille Gillot | -9/+3 |
| 2025-08-25 | Remove the lifetime from `ExpTokenPair`/`SeqSep`. | Nicholas Nethercote | -49/+49 |
| 2025-08-24 | Make sure to treat only param where clauses as inherent | Michael Goulet | -0/+27 |
| 2025-08-24 | raw-dylib-elf: set correct `DT_VERDEFNUM` | Mateusz Mikuła | -3/+10 |
| 2025-08-24 | Rename `llvm::Bool` aliases to standard const case | Zalathar | -34/+33 |
| 2025-08-24 | Replace the `llvm::Bool` typedef with a proper newtype | Zalathar | -34/+75 |
| 2025-08-24 | Warn on macro calls for attributes that had this behaviour previously | Jonathan Brouwer | -17/+35 |
| 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 | Remove chunk size from each chunk. | Camille GILLOT | -135/+162 |
| 2025-08-23 | Fix ICE when validating transmuting ZST to inhabited enum | Samuel Tardieu | -0/+15 |
| 2025-08-23 | Nits | Michael Goulet | -71/+72 |
| 2025-08-23 | Auto merge of #145567 - clubby789:cargo_update, r=clubby789 | bors | -1/+3 |
| 2025-08-23 | Account for impossible bounds making seemingly unsatisfyable dyn-to-dyn casts | Michael Goulet | -11/+22 |
| 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 |