| Age | Commit message (Expand) | Author | Lines |
| 2025-07-05 | Move macro tests in `parser` into `macro` directory | Josh Triplett | -0/+0 |
| 2025-07-05 | mbe: Defer checks for `compile_error!` until reporting an unused macro rule | Josh Triplett | -92/+80 |
| 2025-07-05 | mbe: Simplify a match to a let-else | Josh Triplett | -3/+2 |
| 2025-07-05 | mbe: Add a helper to parse a single `TokenTree` | Josh Triplett | -22/+20 |
| 2025-07-05 | Rollup merge of #143494 - cjgillot:no-yield-in-scope, r=compiler-errors | Matthias Krüger | -263/+37 |
| 2025-07-05 | Rollup merge of #143489 - cjgillot:mut-visit-span, r=petrochenkov | Matthias Krüger | -11/+79 |
| 2025-07-05 | Rollup merge of #143486 - husqvarnagroup:af/no-armv5te-target-maintainer, r=p... | Matthias Krüger | -1/+1 |
| 2025-07-05 | Rollup merge of #143478 - RalfJung:miri-sync, r=RalfJung | Matthias Krüger | -475/+1469 |
| 2025-07-05 | Rollup merge of #143441 - compiler-errors:no-key, r=petrochenkov | Matthias Krüger | -19/+16 |
| 2025-07-05 | Rollup merge of #143238 - JonathanBrouwer:ignore_parser, r=jdonszelmann | Matthias Krüger | -40/+117 |
| 2025-07-05 | Auto merge of #142732 - compiler-errors:more-root, r=lcnr | bors | -119/+33 |
| 2025-07-05 | bootstrap: add change_tracker entry for removal of spellcheck:fix | binarycat | -0/+5 |
| 2025-07-05 | compiletest: print slightly more information on fs::write failure | Ralf Jung | -1/+2 |
| 2025-07-05 | Merge pull request #20172 from vxpm/syntax-tree-extension | Chayim Refael Friedman | -18/+0 |
| 2025-07-05 | Fix diverging destructuring assignments | Chayim Refael Friedman | -2/+61 |
| 2025-07-05 | Port `#[ignore]` to the new attribute parsing infrastructure | Jonathan Brouwer | -40/+117 |
| 2025-07-05 | Don't compress input universes | Michael Goulet | -111/+10 |
| 2025-07-06 | restructure try_run_tests | bit-aloo | -18/+13 |
| 2025-07-05 | Canonicalize input ty/ct infer/placeholder in the root universe | Michael Goulet | -8/+23 |
| 2025-07-05 | Stop using Key trait randomly | Michael Goulet | -19/+16 |
| 2025-07-05 | Don't call predicates_of on a dummy obligation cause's body id | Michael Goulet | -13/+57 |
| 2025-07-05 | Auto merge of #143496 - saethlin:rollup-4u43rgj, r=saethlin | bors | -133/+401 |
| 2025-07-05 | Rollup merge of #143447 - jieyouxu:compiletest-maintenance-4, r=Kobzol | Ben Kimock | -93/+353 |
| 2025-07-05 | Rollup merge of #143445 - folkertdev:va-list-intrinsics, r=RalfJung | Ben Kimock | -17/+24 |
| 2025-07-05 | Rollup merge of #143291 - RalfJung:result-isnt-either, r=scottmcm | Ben Kimock | -23/+24 |
| 2025-07-05 | Make tempfile a normal dependency | Diggory Blake | -5/+3 |
| 2025-07-05 | tidy: add specific error message for trying to use `spellcheck:fix`. | binarycat | -0/+7 |
| 2025-07-05 | Remove yields_in_scope from the scope tree. | Camille GILLOT | -263/+37 |
| 2025-07-05 | tidy: use --bless for tidy spellcheck instead of spellcheck:fix | binarycat | -6/+5 |
| 2025-07-05 | Use `object` crate from crates.io to fix windows build error | Diggory Blake | -1/+11 |
| 2025-07-05 | codegen_ssa: replace a Result by an Either | Ralf Jung | -23/+24 |
| 2025-07-05 | Fix Borrow and BorrowMut define from beta std | A4-Tacks | -2/+2 |
| 2025-07-05 | Auto merge of #143474 - jieyouxu:bootstrap-llvm-snapshot, r=Kobzol | bors | -0/+8 |
| 2025-07-05 | Complete mut_visit. | Camille GILLOT | -11/+79 |
| 2025-07-05 | remove armv5te-unknown-linux-gnueabi target maintainer | Adrian Friedli | -1/+1 |
| 2025-07-05 | mbe: Introduce an enum for which part of a rule we're parsing | Josh Triplett | -17/+36 |
| 2025-07-05 | Merge pull request #4444 from devnexen/filemetadata_upd | Ralf Jung | -4/+22 |
| 2025-07-05 | minor cleanup | Ralf Jung | -9/+4 |
| 2025-07-05 | Auto merge of #143473 - workingjubilee:rollup-bxie7zg, r=scottmcm | bors | -948/+1256 |
| 2025-07-05 | shims::fs adding more fields to FileMetadata | David Carlier | -4/+27 |
| 2025-07-05 | Fix short linker error output | ia0 | -4/+11 |
| 2025-07-05 | Merge pull request #4447 from RalfJung/miri-script-msrv | Ralf Jung | -2/+1 |
| 2025-07-05 | use `div_ceil` instead of manual logic | Folkert de Vries | -18/+17 |
| 2025-07-05 | use `is_multiple_of` instead of manual modulo | Folkert de Vries | -16/+16 |
| 2025-07-05 | update lockfile | Ralf Jung | -0/+1 |
| 2025-07-05 | miri-script: set msrv so clippy doesn't suggest too-new features | Ralf Jung | -2/+1 |
| 2025-07-05 | Merge pull request #4445 from RalfJung/rustup | Ralf Jung | -3006/+4731 |
| 2025-07-05 | Improve compiletest config documentation | Jieyou Xu | -93/+353 |
| 2025-07-05 | move the `va_copy`, `va_arg` and `va_end` to `core::intrinsics` | Folkert de Vries | -17/+24 |
| 2025-07-05 | fmt | Ralf Jung | -1/+3 |