| Age | Commit message (Expand) | Author | Lines |
| 2025-08-07 | Add test. | Camille Gillot | -0/+142 |
| 2025-08-07 | add more tests for `if let` guard drop order | dianne | -0/+89 |
| 2025-08-07 | Add minimal `armv7a-vex-v5` support | Lewis McClelland | -8/+11 |
| 2025-08-07 | Do not provide field typo suggestions for tuples and tuple structs | Esteban Küber | -50/+10 |
| 2025-08-07 | Do not suggest pinning missing `.get_ref()` | Esteban Küber | -17/+6 |
| 2025-08-07 | Account for bare tuples in field searching logic | Esteban Küber | -0/+142 |
| 2025-08-07 | Use `tcx.short_string()` in more diagnostics | Esteban Küber | -123/+157 |
| 2025-08-07 | Add regression test for `saturating_sub` bounds check issue | okaneco | -0/+19 |
| 2025-08-08 | Clean up some resolved test regressions of const trait removals in std | Shoyu Vanilla | -4/+4 |
| 2025-08-07 | Auto merge of #145043 - Zalathar:rollup-3dbvdrm, r=Zalathar | bors | -312/+870 |
| 2025-08-07 | Port `#[allow_internal_unsafe]` to the new attribute system | Sasha Pourcelot | -6/+9 |
| 2025-08-07 | Prevent name collisions with internal implementation details | bjorn3 | -69/+1 |
| 2025-08-07 | add multiple known-bugs for the linked-list cursor-like pattern of 46859/48001 | Rémy Rakic | -0/+186 |
| 2025-08-07 | add filtering lending iterator known-bug | Rémy Rakic | -0/+70 |
| 2025-08-07 | add multiple known-bugs for NLL problem case 3 | Rémy Rakic | -0/+778 |
| 2025-08-07 | add opaque type member constraint tests | lcnr | -1/+101 |
| 2025-08-07 | move member-constraints tests | lcnr | -0/+0 |
| 2025-08-07 | Auto merge of #144997 - BoxyUwU:bootstrap_bump, r=Mark-Simulacrum | bors | -48/+48 |
| 2025-08-07 | Rollup merge of #145033 - nnethercote:fix-144994, r=fmease | Stuart Cook | -4/+77 |
| 2025-08-07 | Rollup merge of #144650 - Borgerr:additional-tce-tests, r=WaffleLapkin,tgross35 | Stuart Cook | -2/+64 |
| 2025-08-07 | Rollup merge of #144369 - joshtriplett:mbe-expr-semi-deny-by-default, r=petro... | Stuart Cook | -43/+40 |
| 2025-08-07 | Rollup merge of #144133 - oli-obk:stabilize-const-type-id, r=lcnr | Stuart Cook | -19/+12 |
| 2025-08-07 | Rollup merge of #143929 - petrochenkov:depresolve, r=lcnr | Stuart Cook | -38/+289 |
| 2025-08-07 | Rollup merge of #143808 - JonathanBrouwer:should_panic_parser, r=jdonszelmann | Stuart Cook | -63/+94 |
| 2025-08-07 | Rollup merge of #143764 - dianne:primary-binding-drop-order, r=Nadrieril,trav... | Stuart Cook | -96/+79 |
| 2025-08-07 | Rollup merge of #143028 - dianne:let-else-storage, r=oli-obk,traviscross | Stuart Cook | -14/+27 |
| 2025-08-07 | Rollup merge of #138689 - jedbrown:jed/nvptx-target-feature, r=ZuseZ4 | Stuart Cook | -1/+86 |
| 2025-08-07 | Rollup merge of #137831 - estebank:auto-trait-err, r=compiler-errors | Stuart Cook | -32/+102 |
| 2025-08-07 | Auto merge of #145014 - bjorn3:revert_preserve_debug_gdb_scripts, r=lqd | bors | -26/+15 |
| 2025-08-07 | Reimplement `print_region` in `type_name.rs`. | Nicholas Nethercote | -4/+77 |
| 2025-08-07 | Auto merge of #115746 - tgross35:unnamed-threads-panic-message, r=cuviper | bors | -103/+119 |
| 2025-08-06 | explicit tail call tests with indirect operands in LLVM, small test for index... | ash | -2/+64 |
| 2025-08-06 | Print thread ID in panic message if thread name is unknown | Trevor Gross | -103/+119 |
| 2025-08-06 | Add support for shortening `Instance` and use it | Esteban Küber | -41/+61 |
| 2025-08-06 | Changes to the tests for the `#[should_panic]` port | Jonathan Brouwer | -63/+94 |
| 2025-08-06 | Rollup merge of #145008 - GuillaumeGomez:fix-rustdoc-scrape-examples-crash, r... | Guillaume Gomez | -0/+35 |
| 2025-08-06 | Rollup merge of #144977 - fmease:fortify-param-default-checks, r=compiler-errors | Guillaume Gomez | -186/+196 |
| 2025-08-06 | Rollup merge of #144970 - lolbinarycat:rustdoc-macro-wrong-link-144965, r=Gui... | Guillaume Gomez | -0/+35 |
| 2025-08-06 | Rollup merge of #144956 - fmease:gate-const-trait-syntax, r=BoxyUwU | Guillaume Gomez | -3/+26 |
| 2025-08-06 | Rollup merge of #144917 - compiler-errors:tail-call-linked-lifetimes, r=lcnr | Guillaume Gomez | -0/+26 |
| 2025-08-06 | Rollup merge of #144835 - compiler-errors:tail-call-sig-binder, r=WaffleLapkin | Guillaume Gomez | -0/+13 |
| 2025-08-06 | Rollup merge of #144794 - scrabsha:push-noqrrttovmwy, r=jdonszelmann | Guillaume Gomez | -6/+9 |
| 2025-08-06 | Rollup merge of #144195 - Kivooeo:bad-attr, r=fmease,compiler-errors | Guillaume Gomez | -16/+304 |
| 2025-08-06 | lower bindings in the order they're written | dianne | -50/+33 |
| 2025-08-06 | base drop order on the first sub-branch | dianne | -46/+46 |
| 2025-08-06 | Explicitly disable vector feature on s390x baseline of bad-reg test | Paul Murphy | -1/+1 |
| 2025-08-06 | Revert "Preserve the .debug_gdb_scripts section" | bjorn3 | -24/+15 |
| 2025-08-06 | Revert "Embed GDB pretty printers in rlibs and dylibs" | bjorn3 | -2/+0 |
| 2025-08-06 | Allow function argument mismatch suggestion to be multiline | Sasha Pourcelot | -14/+14 |
| 2025-08-06 | Auto merge of #145003 - Kobzol:rollup-kgb216b, r=Kobzol | bors | -60/+193 |