| Age | Commit message (Expand) | Author | Lines |
| 2025-08-07 | Auto merge of #145043 - Zalathar:rollup-3dbvdrm, r=Zalathar | bors | -232/+474 |
| 2025-08-07 | Auto merge of #144997 - BoxyUwU:bootstrap_bump, r=Mark-Simulacrum | bors | -4/+4 |
| 2025-08-07 | Rollup merge of #145033 - nnethercote:fix-144994, r=fmease | Stuart Cook | -2/+6 |
| 2025-08-07 | Rollup merge of #144682 - nxsaken:strict_overflow_ops, r=Mark-Simulacrum | Stuart Cook | -1/+1 |
| 2025-08-07 | Rollup merge of #144601 - kornelski:cargo-fix-mismatched_lifetime_syntaxes, r... | Stuart Cook | -24/+45 |
| 2025-08-07 | Rollup merge of #144439 - xizheyin:symbol-rs, r=petrochenkov | Stuart Cook | -44/+97 |
| 2025-08-07 | Rollup merge of #144369 - joshtriplett:mbe-expr-semi-deny-by-default, r=petro... | Stuart Cook | -1/+1 |
| 2025-08-07 | Rollup merge of #143929 - petrochenkov:depresolve, r=lcnr | Stuart Cook | -4/+8 |
| 2025-08-07 | Rollup merge of #143808 - JonathanBrouwer:should_panic_parser, r=jdonszelmann | Stuart Cook | -38/+78 |
| 2025-08-07 | Rollup merge of #143764 - dianne:primary-binding-drop-order, r=Nadrieril,trav... | Stuart Cook | -43/+118 |
| 2025-08-07 | Rollup merge of #143028 - dianne:let-else-storage, r=oli-obk,traviscross | Stuart Cook | -55/+9 |
| 2025-08-07 | Rollup merge of #138689 - jedbrown:jed/nvptx-target-feature, r=ZuseZ4 | Stuart Cook | -9/+95 |
| 2025-08-07 | Rollup merge of #137831 - estebank:auto-trait-err, r=compiler-errors | Stuart Cook | -11/+16 |
| 2025-08-07 | Auto merge of #145014 - bjorn3:revert_preserve_debug_gdb_scripts, r=lqd | bors | -50/+60 |
| 2025-08-07 | Reimplement `print_region` in `type_name.rs`. | Nicholas Nethercote | -2/+6 |
| 2025-08-06 | Port `#[should_panic]` to the new attribute parsing infrastructure | Jonathan Brouwer | -38/+78 |
| 2025-08-06 | Rollup merge of #144998 - dianqk:visit-no-use-proj, r=cjgillot | Guillaume Gomez | -14/+20 |
| 2025-08-06 | Rollup merge of #144996 - dianqk:simplifycfg-collapse_goto_chain-changed, r=c... | Guillaume Gomez | -0/+1 |
| 2025-08-06 | Rollup merge of #144977 - fmease:fortify-param-default-checks, r=compiler-errors | Guillaume Gomez | -99/+101 |
| 2025-08-06 | Rollup merge of #144956 - fmease:gate-const-trait-syntax, r=BoxyUwU | Guillaume Gomez | -0/+3 |
| 2025-08-06 | Rollup merge of #144948 - lcnr:change-candidate-handling, r=compiler-errors | Guillaume Gomez | -69/+48 |
| 2025-08-06 | Rollup merge of #144917 - compiler-errors:tail-call-linked-lifetimes, r=lcnr | Guillaume Gomez | -56/+54 |
| 2025-08-06 | Rollup merge of #144835 - compiler-errors:tail-call-sig-binder, r=WaffleLapkin | Guillaume Gomez | -1/+5 |
| 2025-08-06 | Rollup merge of #144794 - scrabsha:push-noqrrttovmwy, r=jdonszelmann | Guillaume Gomez | -17/+33 |
| 2025-08-06 | Rollup merge of #144195 - Kivooeo:bad-attr, r=fmease,compiler-errors | Guillaume Gomez | -7/+91 |
| 2025-08-06 | lower bindings in the order they're written | dianne | -15/+95 |
| 2025-08-06 | base drop order on the first sub-branch | dianne | -9/+3 |
| 2025-08-06 | don't schedule unnecessary drops when lowering or-patterns | dianne | -28/+29 |
| 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 | Auto merge of #145003 - Kobzol:rollup-kgb216b, r=Kobzol | bors | -1/+0 |
| 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 | 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 | Fortify generic param default checks | León Orell Valerian Liehr | -99/+101 |
| 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 | Preserve the .debug_gdb_scripts section | Sebastian Poeplau | -45/+48 |
| 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 |