| Age | Commit message (Expand) | Author | Lines |
| 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-14 | Rollup merge of #145323 - scrabsha:push-pqwvmznzzmpr, r=jdonszelmann | Guillaume Gomez | -3/+6 |
| 2025-08-14 | Rollup merge of #145266 - camsteffen:reduce-queries, r=petrochenkov | Guillaume Gomez | -24/+19 |
| 2025-08-13 | Port the `#[linkage]` attribute to the new attribute system | Sasha Pourcelot | -3/+6 |
| 2025-08-13 | Rollup merge of #145241 - tomtor:avr-layout, r=nikic | Guillaume Gomez | -0/+6 |
| 2025-08-13 | Cleanup assoc parent utils | Cameron Steffen | -24/+19 |
| 2025-08-13 | Auto merge of #145093 - nikic:dead-on-return, r=nnethercote | bors | -1/+12 |
| 2025-08-12 | [AVR] Changed data_layout | Tom Vijlbrief | -0/+6 |
| 2025-08-11 | Set dead_on_return attribute for indirect arguments | Nikita Popov | -1/+12 |
| 2025-08-08 | Stop using uadd.with.overflow | Scott McMurray | -7/+19 |
| 2025-08-08 | Rollup merge of #144987 - tgross35:llvm21-f16-f128, r=nikic | Trevor Gross | -11/+13 |
| 2025-08-08 | Rollup merge of #144192 - RalfJung:atomicrmw-ptr, r=nikic | Trevor Gross | -8/+6 |
| 2025-08-08 | Rollup merge of #145051 - bjorn3:prevent_linkage_symbol_name_collision, r=pet... | Stuart Cook | -3/+3 |
| 2025-08-08 | Rollup merge of #144999 - Zalathar:remove-mcdc, r=oli-obk | Stuart Cook | -232/+8 |
| 2025-08-07 | Enable f16 and f128 on targets that were fixed in LLVM21 | Trevor Gross | -11/+13 |
| 2025-08-07 | Auto merge of #145043 - Zalathar:rollup-3dbvdrm, r=Zalathar | bors | -6/+12 |
| 2025-08-07 | Prevent name collisions with internal implementation details | bjorn3 | -3/+3 |
| 2025-08-07 | Rollup merge of #138689 - jedbrown:jed/nvptx-target-feature, r=ZuseZ4 | Stuart Cook | -6/+12 |
| 2025-08-06 | Revert "Preserve the .debug_gdb_scripts section" | bjorn3 | -44/+34 |
| 2025-08-06 | Revert "Embed GDB pretty printers in rlibs and dylibs" | bjorn3 | -11/+32 |
| 2025-08-06 | coverage: Remove all unstable support for MC/DC instrumentation | Zalathar | -232/+8 |
| 2025-08-06 | Embed GDB pretty printers in rlibs and dylibs | Sebastian Poeplau | -32/+11 |
| 2025-08-05 | Preserve the .debug_gdb_scripts section | Sebastian Poeplau | -34/+44 |
| 2025-08-04 | coverage: Represent `CovmapVersion` as an enum | Zalathar | -15/+32 |
| 2025-08-04 | coverage: Simplify access to debug/testing `-Zcoverage-options` flags | Zalathar | -1/+1 |
| 2025-08-04 | coverage: Hoist `counter_for_bcb` out of its loop | Zalathar | -10/+10 |
| 2025-08-04 | coverage: Include an `Instance` in `CovfunRecord` for debug messages | Zalathar | -1/+6 |
| 2025-08-01 | Remove the omit_gdb_pretty_printer_section attribute | bjorn3 | -7/+1 |
| 2025-07-31 | remove rustc_attr_data_structures | Jana Dönszelmann | -3/+4 |
| 2025-07-31 | Rollup merge of #144663 - Zalathar:empty-span, r=petrochenkov | Stuart Cook | -24/+4 |
| 2025-07-31 | Rollup merge of #144232 - xacrimon:explicit-tail-call, r=WaffleLapkin | Stuart Cook | -1/+35 |
| 2025-07-30 | coverage: Re-land "Enlarge empty spans during MIR instrumentation" | Zalathar | -24/+4 |
| 2025-07-29 | Rollup merge of #144407 - godzie44:godzie44/fix_dwarf_inconsistency, r=wesley... | Stuart Cook | -2/+2 |
| 2025-07-28 | Rename impl_of_method -> impl_of_assoc | Cameron Steffen | -1/+1 |
| 2025-07-28 | Auto merge of #144562 - matthiaskrgr:rollup-mlvn7qo, r=matthiaskrgr | bors | -83/+37 |
| 2025-07-28 | Rollup merge of #144530 - Zalathar:instances-used, r=lqd | Matthias Krüger | -22/+28 |
| 2025-07-28 | Rollup merge of #144503 - bjorn3:lto_refactors3, r=petrochenkov | Matthias Krüger | -61/+9 |
| 2025-07-28 | Auto merge of #144469 - Kivooeo:chains-cleanup, r=SparrowLii | bors | -8/+8 |
| 2025-07-28 | use let chains in ast, borrowck, codegen, const_eval | Kivooeo | -8/+8 |
| 2025-07-27 | coverage: Clarify that getting a PGO name also makes a function "used" | Zalathar | -4/+7 |
| 2025-07-27 | coverage: Infer `instances_used` from `pgo_func_name_var_map` | Zalathar | -18/+21 |
| 2025-07-27 | fix(debuginfo): disable overflow check for | godzie44 | -2/+2 |
| 2025-07-27 | Rollup merge of #144455 - TDecking:ctlz-cttz, r=SparrowLii | Matthias Krüger | -19/+9 |
| 2025-07-26 | Rollup merge of #144480 - Zalathar:revert-empty-span, r=Zalathar | Jacob Pratt | -4/+24 |
| 2025-07-26 | Rollup merge of #144383 - ZuseZ4:disable-f128-on-amdgcn, r=oli-obk | Jacob Pratt | -0/+2 |
| 2025-07-26 | Remove support for -Zcombine-cgu | bjorn3 | -30/+0 |
| 2025-07-26 | Disable has_reliable_f128_math on musl targets | Jens Reidel | -0/+3 |
| 2025-07-26 | Revert "coverage: Enlarge empty spans during MIR instrumentation, not codegen" | Zalathar | -4/+24 |
| 2025-07-26 | Implement support for explicit tail calls in the MIR block builders and the L... | Joel Wejdenstål | -1/+35 |