| Age | Commit message (Expand) | Author | Lines |
| 2025-08-19 | Rollup merge of #145243 - jdonszelmann:inner-attr-errors, r=petrochenkov | Stuart Cook | -13/+35 |
| 2025-08-19 | Rollup merge of #145041 - lcnr:borrowck-limitations-error, r=BoxyUwU | Stuart Cook | -14/+73 |
| 2025-08-19 | Rollup merge of #145013 - fee1-dead-contrib:push-vwvsqsqnrxqm, r=nnethercote | Stuart Cook | -365/+408 |
| 2025-08-19 | Rollup merge of #144804 - WaffleLapkin:reach-for-the-casts, r=compiler-errors | Stuart Cook | -0/+3 |
| 2025-08-19 | Rollup merge of #142681 - 1c3t3a:sanitize-off-on, r=rcvalle | Stuart Cook | -93/+182 |
| 2025-08-19 | completely remove rva23s64 | Zhongyao Chen | -75/+1 |
| 2025-08-19 | remove rva23s64 from riscv64a23-unknown-linux-gnu target | Zhongyao Chen | -1/+1 |
| 2025-08-18 | Add tracing to various miscellaneous functions | Stypox | -5/+13 |
| 2025-08-18 | interpret: fix in-place return place semantics when the return place expressi... | Ralf Jung | -3/+16 |
| 2025-08-18 | interpret: avoid forcing all integer newtypes into memory during clear_proven... | Ralf Jung | -0/+17 |
| 2025-08-18 | Specify linker scripts after user link args | Lewis McClelland | -2/+7 |
| 2025-08-18 | Add VEXos "linked files" support to `armv7a-vex-v5` | Lewis McClelland | -8/+19 |
| 2025-08-18 | comment style changes | Deadbeef | -35/+34 |
| 2025-08-18 | Turn invalid index suffixes into hard errors | Jieyou Xu | -28/+10 |
| 2025-08-18 | ignore frontmatters in `TokenStream::new` | Deadbeef | -4/+15 |
| 2025-08-18 | cargo update | github-actions | -1/+3 |
| 2025-08-18 | Remove the no_sanitize attribute in favor of sanitize | Bastian Kersting | -137/+35 |
| 2025-08-18 | Implement the #[sanitize(..)] attribute | Bastian Kersting | -4/+195 |
| 2025-08-18 | Allow stability attributes on extern crates | Jonathan Brouwer | -0/+1 |
| 2025-08-18 | nll-relate: improve hr opaque types support | lcnr | -9/+22 |
| 2025-08-18 | Rollup merge of #145485 - JonathanBrouwer:fix-deprecation-targets, r=jdonszel... | Stuart Cook | -0/+5 |
| 2025-08-18 | Rollup merge of #145420 - Zalathar:llvm-c, r=WaffleLapkin | Stuart Cook | -89/+14 |
| 2025-08-18 | Rollup merge of #145309 - winstonallo:issue-145271-fix, r=tgross35 | Stuart Cook | -0/+9 |
| 2025-08-18 | Rollup merge of #145208 - joshtriplett:mbe-derive, r=petrochenkov | Stuart Cook | -20/+220 |
| 2025-08-18 | Rollup merge of #145206 - scrabsha:push-uxovoqzrxnlx, r=jdonszelmann | Stuart Cook | -91/+318 |
| 2025-08-18 | change riscv64a23 target reqirements comments: linux kernel 6.8.0, glibc 2.39 | Zhongyao Chen | -1/+1 |
| 2025-08-17 | Do not consider a `T: !Sized` candidate to satisfy a `T: !MetaSized` obligation. | Zachary S | -7/+18 |
| 2025-08-17 | Add `-Zindirect-branch-cs-prefix` option | Miguel Ojeda | -1/+13 |
| 2025-08-17 | Add -Zindirect-branch-cs-prefix (from draft PR) | Alice Ryhl | -0/+12 |
| 2025-08-17 | resolve: debug for block module | bohan | -1/+4 |
| 2025-08-17 | Auto merge of #145284 - nnethercote:type_name-print-regions, r=lcnr | bors | -45/+62 |
| 2025-08-17 | Auto merge of #144081 - RalfJung:const-ptr-fragments, r=oli-obk | bors | -202/+230 |
| 2025-08-16 | tidy now installs typos-cli as-needed via cargo | binarycat | -3/+3 |
| 2025-08-16 | Visit and print async_fut local for async drop. | Camille Gillot | -2/+12 |
| 2025-08-16 | Only unpack span data once. | Camille Gillot | -7/+7 |
| 2025-08-17 | refactor return type of `suggest_ampmut` into an enum | Deadbeef | -171/+178 |
| 2025-08-16 | Only scan each definition once. | Camille GILLOT | -13/+16 |
| 2025-08-16 | Simplify span_data_to_lines_and_cols. | Camille Gillot | -16/+14 |
| 2025-08-16 | Simplify decode_span. | Camille Gillot | -28/+23 |
| 2025-08-16 | run spellcheck as a tidy extra check in ci | binarycat | -2/+2 |
| 2025-08-16 | overhaul `&mut` suggestions in borrowck errors | Deadbeef | -323/+360 |
| 2025-08-16 | Clean up parsers related to generic bounds | León Orell Valerian Liehr | -97/+79 |
| 2025-08-16 | remove `should_render` in `PrintAttribute` derive | Deadbeef | -40/+20 |
| 2025-08-16 | Auto merge of #145304 - m-ou-se:simplify-panic, r=oli-obk | bors | -9/+6 |
| 2025-08-16 | take attr style into account in attr diagnostics | Jana Dönszelmann | -13/+35 |
| 2025-08-16 | Fix deprecation attribute on foreign statics & types | Jonathan Brouwer | -0/+2 |
| 2025-08-16 | Don't show foreign types as an allowed target if the feature is not enabled | Jonathan Brouwer | -0/+3 |
| 2025-08-16 | Add parentheses for closure when suggesting calling closure | Mu001999 | -6/+10 |
| 2025-08-16 | Remove `LlvmArchiveBuilder` and supporting code/bindings | Zalathar | -543/+6 |
| 2025-08-16 | Properly recover from parenthesized use-bounds (precise capturing) | León Orell Valerian Liehr | -16/+26 |