| Age | Commit message (Expand) | Author | Lines |
| 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-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 | Auto merge of #145304 - m-ou-se:simplify-panic, r=oli-obk | bors | -9/+6 |
| 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-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 | 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 | Implement `#[derive(From)]` | Jakub Beránek | -5/+161 |
| 2025-08-15 | Create unstable `From` builtin macro and register it | Jakub Beránek | -0/+15 |
| 2025-08-15 | Add `derive_from` unstable feature | Jakub Beránek | -0/+3 |
| 2025-08-15 | Fix wrong spans with external macros in the `dropping_copy_types` lint | Urgau | -1/+1 |
| 2025-08-15 | Use `LLVMGetTypeKind` | Zalathar | -61/+11 |
| 2025-08-15 | Port `#[custom_mir(..)]` to the new attribute system | Sasha Pourcelot | -91/+318 |
| 2025-08-15 | Auto merge of #145423 - Zalathar:rollup-9jtefpl, r=Zalathar | bors | -1295/+980 |
| 2025-08-15 | fix: Reject async assoc fns of const traits/impls in ast_passes | Shoyu Vanilla | -0/+33 |
| 2025-08-15 | Rollup merge of #145392 - Zalathar:create-mappings, r=petrochenkov | Stuart Cook | -77/+31 |
| 2025-08-15 | Rollup merge of #145378 - xizheyin:144968, r=davidtwco | Stuart Cook | -34/+94 |
| 2025-08-15 | Rollup merge of #145369 - estebank:issue-145367, r=compiler-errors | Stuart Cook | -3/+3 |
| 2025-08-15 | Rollup merge of #145322 - LorrensP-2158466:early-prelude-processing, r=petroc... | Stuart Cook | -24/+19 |
| 2025-08-15 | Rollup merge of #145275 - StackOverflowExcept1on:fix-wasm32v1-none, r=alexcri... | Stuart Cook | -1/+16 |
| 2025-08-15 | Rollup merge of #145235 - compiler-errors:comment, r=BoxyUwU | Stuart Cook | -61/+2 |
| 2025-08-15 | Rollup merge of #145120 - maurer:llvm-time, r=nikic | Stuart Cook | -1/+5 |
| 2025-08-15 | Rollup merge of #145065 - petrochenkov:riblock, r=davidtwco | Stuart Cook | -91/+78 |
| 2025-08-15 | Rollup merge of #145012 - Kivooeo:fun-problem-fun-fix, r=compiler-errors | Stuart Cook | -1/+10 |
| 2025-08-15 | Rollup merge of #145005 - tardyp:lto_big_filesize, r=bjorn3 | Stuart Cook | -2/+21 |
| 2025-08-15 | Rollup merge of #145004 - bjorn3:remove_unused_fields, r=WaffleLapkin | Stuart Cook | -51/+37 |
| 2025-08-15 | Rollup merge of #144944 - He1pa:E0793, r=compiler-errors | Stuart Cook | -1/+33 |
| 2025-08-15 | Rollup merge of #144865 - WaffleLapkin:track-tail, r=lqd | Stuart Cook | -7/+91 |
| 2025-08-15 | Rollup merge of #143075 - workingjubilee:interrupts-may-return-nevermore, r=d... | Stuart Cook | -3/+15 |
| 2025-08-15 | Rollup merge of #142640 - Sa4dUs:ad-intrinsic, r=ZuseZ4 | Stuart Cook | -920/+468 |
| 2025-08-15 | Rollup merge of #122661 - estebank:assert-macro-span, r=petrochenkov | Stuart Cook | -18/+57 |
| 2025-08-15 | Auto merge of #144591 - RalfJung:pattern-valtrees, r=BoxyUwU | bors | -173/+144 |
| 2025-08-15 | Use `LLVMSetTailCallKind` | Zalathar | -28/+3 |
| 2025-08-14 | Auto merge of #145407 - Kobzol:rollup-g6yhx82, r=Kobzol | bors | -57/+67 |
| 2025-08-14 | mbe: Handle applying `macro_rules` derives | Josh Triplett | -14/+163 |
| 2025-08-14 | mbe: Parse macro `derive` rules | Josh Triplett | -7/+58 |
| 2025-08-14 | Deduplicate `-L` paths passed to rustc | Jakub Beránek | -10/+21 |
| 2025-08-14 | Rollup merge of #145403 - shepmaster:grammar, r=estebank | Jakub Beránek | -1/+1 |
| 2025-08-14 | Rollup merge of #145401 - estebank:remove-useless-iter, r=compiler-errors | Jakub Beránek | -2/+2 |