| Age | Commit message (Expand) | Author | Lines |
| 2025-08-06 | Revert "Preserve the .debug_gdb_scripts section" | bjorn3 | -48/+45 |
| 2025-08-06 | Revert "Embed GDB pretty printers in rlibs and dylibs" | bjorn3 | -20/+33 |
| 2025-08-06 | Allow function argument mismatch suggestion to be multiline | Sasha Pourcelot | -6/+44 |
| 2025-08-06 | Auto merge of #145003 - Kobzol:rollup-kgb216b, r=Kobzol | bors | -1/+0 |
| 2025-08-06 | [codegen] assume the tag, not the relative discriminant | Scott McMurray | -14/+29 |
| 2025-08-06 | Avoid using unadjusted ABI for the thread-local shim | bjorn3 | -1/+1 |
| 2025-08-06 | Change adjust_for_rust_scalar into arg_attrs_for_rust_scalar | bjorn3 | -16/+9 |
| 2025-08-06 | Track names of existentials | Amanda Stjerna | -6/+8 |
| 2025-08-06 | Proposed format | Amanda Stjerna | -3/+3 |
| 2025-08-06 | Remove unused field from ModuleConfig | bjorn3 | -5/+1 |
| 2025-08-06 | Include allocator module in LLVM_passes timer | bjorn3 | -33/+30 |
| 2025-08-06 | Rollup merge of #144928 - cuviper:rustc_thread_pool-msrv, r=lqd | Jakub Beránek | -1/+0 |
| 2025-08-06 | Introduce ModernIdent type to unify macro 2.0 hygiene handling | xizheyin | -44/+97 |
| 2025-08-06 | Auto merge of #143679 - sebastianpoeplau:preserve-debug-gdb-scripts-section, ... | bors | -60/+50 |
| 2025-08-06 | mir: Do not modify NonUse in `super_projection_elem` | dianqk | -14/+20 |
| 2025-08-06 | coverage: Remove all unstable support for MC/DC instrumentation | Zalathar | -1189/+27 |
| 2025-08-06 | simplifycfg: Mark as changed when start is modified in collapse goto chain | dianqk | -0/+1 |
| 2025-08-06 | replace version placeholder | Boxy | -4/+4 |
| 2025-08-06 | Embed GDB pretty printers in rlibs and dylibs | Sebastian Poeplau | -33/+20 |
| 2025-08-06 | Add annotations to the graphviz region graph on region origins | Amanda Stjerna | -1/+15 |
| 2025-08-06 | Rename some `PrettyPrinter` methods. | Nicholas Nethercote | -33/+33 |
| 2025-08-06 | Rename some `Printer` methods. | Nicholas Nethercote | -61/+71 |
| 2025-08-06 | Move `should_truncate` from trait `Printer` to sub-trait `PrettyPrinter`. | Nicholas Nethercote | -8/+8 |
| 2025-08-06 | Add comments to `Printer`. | Nicholas Nethercote | -17/+39 |
| 2025-08-06 | Fortify generic param default checks | León Orell Valerian Liehr | -99/+101 |
| 2025-08-05 | Add aarch64_be-unknown-none-softfloat target | Jens Reidel | -0/+44 |
| 2025-08-05 | Auto merge of #144863 - cjgillot:live-or-dead, r=Urgau | bors | -274/+199 |
| 2025-08-05 | we only merge candidates for trait and normalizes-to goals | lcnr | -69/+48 |
| 2025-08-05 | Gate const trait syntax | León Orell Valerian Liehr | -0/+3 |
| 2025-08-05 | Mark all deprecation lints in name resolution as deny-by-default and report-i... | Vadim Petrochenkov | -4/+8 |
| 2025-08-05 | Simplify multiple things. | Nicholas Nethercote | -14/+13 |
| 2025-08-05 | Rename most of the printers. | Nicholas Nethercote | -22/+22 |
| 2025-08-05 | Clarify `value_path_str_with_args`. | Nicholas Nethercote | -4/+4 |
| 2025-08-05 | Preserve the .debug_gdb_scripts section | Sebastian Poeplau | -45/+48 |
| 2025-08-04 | Let `RemoveUnneededDrops` also remove `drop_in_place` | Scott McMurray | -7/+24 |
| 2025-08-05 | Added checks for attribute in type case | Kivooeo | -7/+91 |
| 2025-08-05 | Rollup merge of #144920 - compiler-errors:span-arg, r=lqd | Samuel Tardieu | -3/+3 |
| 2025-08-05 | Rollup merge of #144890 - WaffleLapkin:project_fields, r=lcnr | Samuel Tardieu | -33/+44 |
| 2025-08-05 | Rollup merge of #144877 - Zalathar:coverage-various, r=lcnr | Samuel Tardieu | -68/+76 |
| 2025-08-05 | Rollup merge of #144866 - JonathanBrouwer:should_emit_fix, r=jdonszelmann | Samuel Tardieu | -4/+11 |
| 2025-08-05 | Rollup merge of #144817 - WaffleLapkin:reject-referety, r=Urgau | Samuel Tardieu | -3/+50 |
| 2025-08-05 | Rollup merge of #144776 - nnethercote:Printer-cleanups, r=cjgillot | Samuel Tardieu | -693/+649 |
| 2025-08-05 | Rollup merge of #144741 - ShoyuVanilla:tilde-const-in-block, r=fee1-dead | Samuel Tardieu | -16/+55 |
| 2025-08-04 | Gate checking rustc attrs on the feature. | Camille GILLOT | -8/+19 |
| 2025-08-04 | Check for rustc_has_incoherent_inherent_impls in incoherent_impls query. | Camille GILLOT | -18/+10 |
| 2025-08-04 | Add doc-comment. | Camille GILLOT | -0/+1 |
| 2025-08-04 | Update doc-comment. | Camille GILLOT | -4/+3 |
| 2025-08-04 | Simplify maybe_record_as_seed. | Camille GILLOT | -3/+4 |
| 2025-08-04 | Drop `rust-version` from `rustc_thread_pool` | Josh Stone | -1/+0 |
| 2025-08-04 | Dont print arg span in MIR dump for tail call | Michael Goulet | -3/+3 |