| Age | Commit message (Expand) | Author | Lines |
| 2025-08-08 | Fix some bad formatting in `-Zmacro-stats` output. | Nicholas Nethercote | -5/+5 |
| 2025-08-08 | Augment the test. | Nicholas Nethercote | -5/+32 |
| 2025-08-08 | Rollup merge of #145070 - vexide:minimal-armv7a-vex-v5, r=wesleywiser | Stuart Cook | -8/+8 |
| 2025-08-08 | Rollup merge of #145057 - ShoyuVanilla:const-trait-tests-cleanup, r=petrochenkov | Stuart Cook | -4/+4 |
| 2025-08-08 | Rollup merge of #145053 - lqd:known-bugs, r=jackh726 | Stuart Cook | -0/+1034 |
| 2025-08-08 | Rollup merge of #145051 - bjorn3:prevent_linkage_symbol_name_collision, r=pet... | Stuart Cook | -68/+0 |
| 2025-08-08 | Rollup merge of #144999 - Zalathar:remove-mcdc, r=oli-obk | Stuart Cook | -27/+2 |
| 2025-08-08 | Rollup merge of #144914 - estebank:short-paths-2, r=fee1-dead | Stuart Cook | -41/+61 |
| 2025-08-08 | Rollup merge of #144400 - Kivooeo:issue3, r=jieyouxu | Stuart Cook | -73/+98 |
| 2025-08-07 | Rollup merge of #144857 - scrabsha:push-pwtyrnmqkrtr, r=jdonszelmann | Trevor Gross | -6/+9 |
| 2025-08-07 | only introduce a guard scope for arms with guards | dianne | -14/+14 |
| 2025-08-07 | add a scope for `if let` guard temporaries and bindings | dianne | -17/+16 |
| 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/+8 |
| 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-08 | Clean up some resolved test regressions of const trait removals in std | Shoyu Vanilla | -4/+4 |
| 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 | -68/+0 |
| 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 | 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/+22 |
| 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 | -64/+47 |
| 2025-08-07 | Rollup merge of #143028 - dianne:let-else-storage, r=oli-obk,traviscross | Stuart Cook | -5/+22 |
| 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 | 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 | -92/+106 |
| 2025-08-06 | explicit tail call tests with indirect operands in LLVM, small test for index... | ash | -2/+22 |
| 2025-08-06 | Print thread ID in panic message if thread name is unknown | Trevor Gross | -92/+106 |
| 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 #144977 - fmease:fortify-param-default-checks, r=compiler-errors | Guillaume Gomez | -186/+196 |
| 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 | -14/+14 |