| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2025-08-15 | Auto merge of #145475 - jhpratt:rollup-jr0wado, r=jhpratt | bors | -2/+209 |
| 2025-08-15 | Rollup merge of #144922 - Kobzol:derive-from, r=nnethercote | Jacob Pratt | -2/+176 |
| 2025-08-15 | Rollup merge of #144907 - ShoyuVanilla:no-const-async, r=fmease | Jacob Pratt | -0/+33 |
| 2025-08-15 | Auto merge of #142071 - lcnr:revealing-use, r=compiler-errors | bors | -1/+12 |
| 2025-08-15 | Extend `QueryStability` to handle `IntoIterator` implementations | Samuel Moelius | -50/+92 |
| 2025-08-15 | Demote x86_64-apple-darwin to Tier 2 with host tools | Jake Goulding | -1/+1 |
| 2025-08-15 | Detect missing `derive` on unresolved attribute even when not imported | Esteban Küber | -27/+39 |
| 2025-08-15 | Auto merge of #145450 - Kobzol:rollup-cqclix0, r=Kobzol | bors | -11/+22 |
| 2025-08-15 | Rollup merge of #145430 - Urgau:drop_forget_useless-145427, r=lqd | Jakub Beránek | -1/+1 |
| 2025-08-15 | Rollup merge of #145408 - Kobzol:deduplicate-search-paths, r=petrochenkov | Jakub Beránek | -10/+21 |
| 2025-08-15 | Auto merge of #144991 - lcnr:ignore-usages-from-ignored-candidates, r=BoxyUwU | bors | -149/+386 |
| 2025-08-15 | Sort mono items by symbol name | Jakub Beránek | -3/+20 |
| 2025-08-15 | Simplify the `args_cstr_buff` assertion | Zalathar | -5/+4 |
| 2025-08-15 | Avoid an unnecessary intermediate `&mut` reference | Zalathar | -1/+1 |
| 2025-08-15 | Avoid an explicit cast from `*const c_uchar` to `*const c_char` | Zalathar | -3/+3 |
| 2025-08-15 | Declare module `rustc_codegen_llvm::back` in the normal way | Zalathar | -8/+6 |
| 2025-08-15 | Implement `#[derive(From)]` | Jakub Beránek | -5/+161 |
| 2025-08-15 | Create unstable `From` builtin macro and register it | Jakub Beránek | -0/+15 |