| Age | Commit message (Expand) | Author | Lines |
| 2025-08-31 | Provide suggestion when encountering `match () { () => 1 } + match () { () =>... | Esteban Küber | -0/+11 |
| 2025-08-30 | Detect negative literal inferred to unsigned integer | Esteban Küber | -1/+40 |
| 2025-08-30 | review comment: move `Visitor` | Esteban Küber | -27/+29 |
| 2025-08-30 | Avoid unnecessary suggestion in or-pattern | Esteban Küber | -18/+24 |
| 2025-08-30 | Suggest constant on unused binding in a pattern | Esteban Küber | -2/+19 |
| 2025-08-30 | On unused binding in pattern, suggest unit struct/variant with similar name | Esteban Küber | -1/+51 |
| 2025-08-30 | Update target spec metadata of Arm64EC Windows and Trusty targets | Taiki Endo | -5/+5 |
| 2025-08-30 | Explicity disable LSX feature for `loongarch64-unknown-none` target | WANG Rui | -1/+1 |
| 2025-08-30 | Fix stage 1 compiler tests | Jakub Beránek | -4/+7 |
| 2025-08-30 | Remove incorrect FIXME | Jonathan Brouwer | -1/+1 |
| 2025-08-30 | compiler: Include span of too huge array with `-Cdebuginfo=2` | Martin Nordholts | -4/+10 |
| 2025-08-30 | Auto merge of #123319 - no92:managarm-target, r=davidtwco | bors | -0/+92 |
| 2025-08-30 | On binding not present in all patterns, look at consts and unit structs/varia... | Esteban Küber | -2/+111 |
| 2025-08-29 | Rollup merge of #145990 - lcnr:final-ty-no-resolve, r=davidtwco | Trevor Gross | -16/+10 |
| 2025-08-29 | Rollup merge of #145967 - Enselic:big-enum-debuginfo-span, r=wesleywiser | Trevor Gross | -6/+19 |
| 2025-08-29 | Rollup merge of #145756 - okaneco:stabilize_char_boundary, r=scottmcm | Trevor Gross | -2/+2 |
| 2025-08-29 | Move to 0.50.1 | Daniel Paoliello | -9/+11 |
| 2025-08-29 | Update to ar_archive_writer 0.5.1 | Daniel Paoliello | -45/+69 |
| 2025-08-29 | resolve: Merge `ExternPreludeEntry::only_item` into `flag_binding` | Vadim Petrochenkov | -37/+37 |
| 2025-08-29 | resolve: Merge `ExternPreludeEntry::introduced_by_item` into `item_binding` | Vadim Petrochenkov | -18/+21 |
| 2025-08-29 | resolve: Avoid a regression from splitting prelude into two scopes | Vadim Petrochenkov | -3/+20 |
| 2025-08-29 | Rollup merge of #145984 - nnethercote:TokenStream-cleanups, r=chenyukang | Matthias Krüger | -76/+65 |
| 2025-08-29 | autoderef final ty is already resolved | lcnr | -16/+10 |
| 2025-08-29 | Correctly handle different crate types disagreeing if the allocator shim is e... | bjorn3 | -29/+46 |
| 2025-08-29 | Fix typo in comment | bjorn3 | -1/+1 |
| 2025-08-29 | Ensure we emit an allocator shim when only some crate types need one | bjorn3 | -9/+35 |
| 2025-08-29 | cleanup proof tree implementation and add cache | lcnr | -441/+331 |
| 2025-08-29 | Put `TokenStream` stuff in a sensible order. | Nicholas Nethercote | -67/+65 |
| 2025-08-29 | Remove very outdated comment about token streams. | Nicholas Nethercote | -9/+0 |
| 2025-08-29 | Auto merge of #145978 - Zalathar:rollup-0dzk72g, r=Zalathar | bors | -94/+71 |
| 2025-08-29 | Rollup merge of #145947 - nnethercote:workspace-members-2, r=Kobzol | Stuart Cook | -64/+62 |
| 2025-08-29 | Rollup merge of #145387 - zachs18:remove-tmplayout, r=cjgillot | Stuart Cook | -30/+9 |
| 2025-08-29 | Auto merge of #145377 - ChayimFriedman2:solver-def-id, r=lcnr | bors | -177/+233 |
| 2025-08-29 | compiler: Add `{x86_64,aarch64,riscv64gc}-unknown-managarm-mlibc` targets | no92 | -0/+92 |
| 2025-08-28 | Auto merge of #145970 - GuillaumeGomez:rollup-pr11qds, r=GuillaumeGomez | bors | -126/+195 |
| 2025-08-28 | Rollup merge of #145965 - bjorn3:sanitize_symbol_export_improvements, r=lqd | Guillaume Gomez | -54/+33 |
| 2025-08-28 | Rollup merge of #145937 - jdonszelmann:doc-hidden-prelude, r=fmease | Guillaume Gomez | -1/+11 |
| 2025-08-28 | Rollup merge of #145853 - JonathanBrouwer:fix-lit-parsing, r=jdonszelmann | Guillaume Gomez | -35/+52 |
| 2025-08-28 | Rollup merge of #145368 - rcvalle:rust-cfi-fix-142284, r=dianqk | Guillaume Gomez | -12/+1 |
| 2025-08-28 | Rollup merge of #142472 - GuillaumeGomez:doc-attribute-attribute, r=fmease | Guillaume Gomez | -24/+98 |
| 2025-08-28 | Move ___asan_globals_registered export | bjorn3 | -6/+4 |
| 2025-08-28 | Only export the sanitizer symbols for LTO and move export code to cg_llvm | bjorn3 | -48/+29 |
| 2025-08-28 | fix(lexer): Don't require frontmatters to be escaped with indented fences | Ed Page | -21/+13 |
| 2025-08-28 | compiler: Include span of too huge enum with -Cdebuginfo=2 | Martin Nordholts | -6/+19 |
| 2025-08-28 | Improve error messages around invalid literals in attribute arguments | Jonathan Brouwer | -35/+52 |
| 2025-08-28 | Auto merge of #145807 - zachs18:only-consider-auto-traits-empty, r=compiler-e... | bors | -1/+6 |
| 2025-08-28 | Add ui test for unsupported `doc(attribute = "...")` case for attributes with... | Guillaume Gomez | -0/+1 |
| 2025-08-28 | Create new `Item::is_fake_item` method as equivalent to check for `is_primiti... | Guillaume Gomez | -21/+45 |
| 2025-08-28 | Add new `doc(attribute = "...")` attribute | Guillaume Gomez | -22/+71 |
| 2025-08-28 | Rollup merge of #145953 - robertbastian:master, r=Manishearth | Stuart Cook | -251/+138 |