| Age | Commit message (Expand) | Author | Lines |
| 2025-09-01 | test(lexer): Ensure frontmatter w/ crlf works | Ed Page | -0/+15 |
| 2025-09-01 | Constify conversion traits | ltdk | -171/+278 |
| 2025-09-02 | Auto merge of #146059 - folkertdev:va-end-lifetime, r=saethlin | bors | -3/+9 |
| 2025-09-02 | Suggest parentheses around if-expressions | Esteban Küber | -76/+301 |
| 2025-09-02 | squash fix `render_call_locations` panic when default span points at file out... | Janis | -16/+73 |
| 2025-09-01 | Auto merge of #145925 - lcnr:revealing-use-closures-2, r=BoxyUwU | bors | -233/+523 |
| 2025-09-01 | use defining uses of all bodies to constrain non-defining uses | lcnr | -232/+518 |
| 2025-09-01 | Remove dead code stemming from an old effects desugaring | León Orell Valerian Liehr | -26/+16 |
| 2025-09-01 | Auto merge of #145721 - dpaoliello:ar050, r=bjorn3 | bors | -56/+82 |
| 2025-09-01 | Fix ui-fulldeps | Jakub Beránek | -1/+3 |
| 2025-09-01 | Make `Parser::parse_for_head` public for rustfmt usage | Moritz Hedtke | -1/+2 |
| 2025-09-01 | fix: `alloc_instead_of_core` FP when `alloc` is an alias | yanglsh | -0/+16 |
| 2025-09-01 | Auto merge of #144783 - folkertdev:loop-match-diverging-loop, r=SparrowLii | bors | -4/+419 |
| 2025-09-01 | fix a constness ordering bug in rustfmt | Nathaniel McCallum | -1/+1 |
| 2025-09-01 | constify impl Try for ControlFlow | Nathaniel McCallum | -2/+4 |
| 2025-09-01 | Consolidate staging of test steps in message groups | Jakub Beránek | -133/+88 |
| 2025-09-01 | Auto merge of #143290 - azhogin:azhogin/link-pub-async-impls, r=oli-obk | bors | -15/+245 |
| 2025-09-01 | Merge pull request #2567 from rust-lang/revert-2556-date-sweep-2025-08-diag-t... | Tshepang Mbambo | -9/+9 |
| 2025-09-01 | Revert "dates: refresh diagnostics/ and tests/ annotated dates to August 2025" | Tshepang Mbambo | -9/+9 |
| 2025-09-01 | Merge pull request #2566 from rust-lang/revert-2557-date-sweep-2025-08-infra | Tshepang Mbambo | -12/+12 |
| 2025-09-01 | Revert "dates: refresh infra/tooling date annotations to Aug 2025" | Tshepang Mbambo | -12/+12 |
| 2025-09-01 | Merge pull request #2565 from rust-lang/revert-2558-date-sweep-2025-08-queries | Tshepang Mbambo | -3/+3 |
| 2025-09-01 | Revert "dates: refresh query-system date annotations to 2025-08 (preserve sty... | Tshepang Mbambo | -3/+3 |
| 2025-09-01 | Merge pull request #2564 from rust-lang/revert-2559-date-sweep-2025-08-types-... | Tshepang Mbambo | -9/+9 |
| 2025-09-01 | Revert "dates: refresh type system & traits date annotations to Aug/2025" | Tshepang Mbambo | -9/+9 |
| 2025-09-01 | Auto merge of #146077 - Zalathar:rollup-l7ip5yi, r=Zalathar | bors | -479/+597 |
| 2025-09-01 | Rollup merge of #146068 - Zalathar:panic-hook, r=jieyouxu | Stuart Cook | -0/+152 |
| 2025-09-01 | Rollup merge of #146060 - WaffleLapkin:fixup-nix-dev-shell-again, r=Noratrieb | Stuart Cook | -0/+3 |
| 2025-09-01 | Rollup merge of #145754 - epage:escape, r=SparrowLii | Stuart Cook | -74/+51 |
| 2025-09-01 | Rollup merge of #145643 - Zalathar:tree, r=SparrowLii | Stuart Cook | -162/+286 |
| 2025-09-01 | Rollup merge of #145468 - karolzwolak:float-tests-dedup, r=tgross35 | Stuart Cook | -243/+105 |
| 2025-09-01 | Merge pull request #4554 from RalfJung/help | Ralf Jung | -12/+27 |
| 2025-09-01 | Do not run `lint-docs` tests in stage 1 `x test` by default | Jakub Beránek | -8/+11 |
| 2025-09-01 | Remove `Compiler::with_stage` | Jakub Beránek | -6/+1 |
| 2025-09-01 | Rename `compiler` to `test_compiler` | Jakub Beránek | -47/+54 |
| 2025-09-01 | Add some compiletest suites snapshot tests | Jakub Beránek | -35/+133 |
| 2025-09-01 | Remove outdated comment | Jakub Beránek | -3/+0 |
| 2025-09-01 | improve output for 'cargo miri test --help' | Ralf Jung | -12/+27 |
| 2025-09-01 | pub async fn implementation coroutine (func::{closure#0}) is monomorphized, w... | Andrew Zhogin | -15/+245 |
| 2025-09-01 | Add compiler error when trying to use concat metavar expr in repetitions | jullang | -6/+35 |
| 2025-09-01 | Merge pull request #4553 from rust-lang/rustup-2025-09-01 | Ralf Jung | -982/+2677 |
| 2025-09-01 | Merge ref '828e45ad11ce' from rust-lang/rust | The Miri Cronjob Bot | -981/+2676 |
| 2025-09-01 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 |
| 2025-09-01 | Auto merge of #146072 - Zalathar:rollup-0svnrfe, r=Zalathar | bors | -591/+691 |
| 2025-09-01 | Capture panic messages via a custom panic hook | Zalathar | -0/+152 |
| 2025-09-01 | Rollup merge of #146051 - LorrensP-2158466:miri-libstd-fix, r=RalfJung | Stuart Cook | -2/+2 |
| 2025-09-01 | Rollup merge of #146046 - chenyukang:yukang-fix-method-exists-for-ret-ty-erro... | Stuart Cook | -1/+39 |
| 2025-09-01 | Rollup merge of #146042 - estebank:issue-83413, r=lcnr | Stuart Cook | -27/+103 |
| 2025-09-01 | Rollup merge of #146004 - petrochenkov:epentry, r=nnethercote | Stuart Cook | -53/+56 |
| 2025-09-01 | Rollup merge of #145968 - connortsui20:bound-copied, r=joboet | Stuart Cook | -2/+30 |