| Age | Commit message (Expand) | Author | Lines |
| 2025-07-01 | bump ui_test to 0.30.1 | Ralf Jung | -6/+7 |
| 2025-07-01 | fmt | The Miri Cronjob Bot | -2/+0 |
| 2025-07-01 | Make some compiletest errors/warnings/help more visually obvious | Jieyou Xu | -38/+84 |
| 2025-07-01 | Merge from rustc | The Miri Cronjob Bot | -2475/+4266 |
| 2025-07-01 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-07-01 | Rollup merge of #143264 - Muscraft:fix-suggestion-filename, r=compiler-errors | Matthias Krüger | -1/+4 |
| 2025-07-01 | Rollup merge of #143263 - ComputerDruid:linkify_CodeSuggestion, r=compiler-er... | Matthias Krüger | -2/+2 |
| 2025-07-01 | Rollup merge of #143257 - tgross35:run-make-deps, r=jieyouxu | Matthias Krüger | -13/+41 |
| 2025-07-01 | Rollup merge of #143245 - tgross35:metavariable-expr-organization, r=petroche... | Matthias Krüger | -668/+739 |
| 2025-07-01 | Rollup merge of #143234 - GuillaumeGomez:ice-143128, r=oli-obk | Matthias Krüger | -101/+89 |
| 2025-07-01 | Rollup merge of #143178 - eeshvardasikcm:master, r=notriddle | Matthias Krüger | -1/+1 |
| 2025-07-01 | Rollup merge of #143156 - folkertdev:fn-align-inherit-from-trait, r=workingju... | Matthias Krüger | -26/+93 |
| 2025-07-01 | Rollup merge of #143125 - tgross35:aarch64-neon-llvm19-f16, r=cuviper | Matthias Krüger | -0/+8 |
| 2025-07-01 | Auto merge of #141875 - nnethercote:ByteSymbol, r=petrochenkov | bors | -267/+447 |
| 2025-06-30 | Mention as_chunks in the docs for chunks | Scott McMurray | -0/+32 |
| 2025-06-30 | fix: Emit suggestion filename if primary diagnostic span is dummy | Scott Schafer | -1/+4 |
| 2025-06-30 | make compiler_builtins a private dependency | Jeremy Smart | -2/+6 |
| 2025-07-01 | Remove doc comments from TyCtxtFeed | Michael Goulet | -1/+0 |
| 2025-07-01 | Feed explicit_predicates_of instead of predicates_of | Michael Goulet | -2/+1 |
| 2025-07-01 | mir: Mark `Statement` and `BasicBlockData` as `#[non_exhaustive]` | dianqk | -25/+27 |
| 2025-06-30 | linkify CodeSuggestion in doc comments | Dan Johnson | -2/+2 |
| 2025-06-30 | Auto merge of #143254 - matthiaskrgr:rollup-7x8bxek, r=matthiaskrgr | bors | -1/+1 |
| 2025-06-30 | Auto merge of #143254 - matthiaskrgr:rollup-7x8bxek, r=matthiaskrgr | bors | -979/+2454 |
| 2025-06-30 | add failing test, bless incorrect output | Jeremy Smart | -0/+87 |
| 2025-07-01 | moved tests | Kivooeo | -0/+0 |
| 2025-06-30 | Don't recompute DisambiguatorState for every RPITIT in trait definition | Michael Goulet | -46/+47 |
| 2025-06-30 | Upgrade dependencies in run-make-support | Trevor Gross | -13/+41 |
| 2025-06-30 | fix: install correct cc for wasm32-unknown-emscripten | Jayden Qi | -1/+22 |
| 2025-06-30 | fix: wasm-bare targets compiling x86 builtins | Jayden Qi | -3/+19 |
| 2025-06-30 | NoArgsAttributeParser | Pavel Grigorenko | -114/+100 |
| 2025-06-30 | Fix coerce_container_to_any false positive on autoderef (#15057) | llogiq | -20/+64 |
| 2025-06-30 | Do not remove `as` if it changes the type | Samuel Tardieu | -2/+30 |
| 2025-06-30 | mbe: Move `MetaVarExprConcatElem` closer to where it is used | Trevor Gross | -14/+14 |
| 2025-06-30 | mbe: Factor `concat` metavariable handling out | Trevor Gross | -40/+45 |
| 2025-06-30 | mbe: Shorten `MetaVarExpr` -> `Mve` in structural diagnostics | Trevor Gross | -13/+18 |
| 2025-06-30 | mbe: Extend metavariable expression tests | Trevor Gross | -62/+247 |
| 2025-06-30 | mbe: Split metavariable usage tests off from syntax tests | Trevor Gross | -378/+253 |
| 2025-06-30 | Rollup merge of #143248 - rustbot:docs-update, r=ehuss | Matthias Krüger | -0/+0 |
| 2025-06-30 | Rollup merge of #143246 - lnicola:sync-from-ra, r=lnicola | Matthias Krüger | -848/+2252 |
| 2025-06-30 | Rollup merge of #143229 - jieyouxu:compiletest-maintenance-1, r=Kobzol | Matthias Krüger | -42/+50 |
| 2025-06-30 | Rollup merge of #143228 - nnethercote:macro-stats-build-scripts, r=Kobzol | Matthias Krüger | -1/+11 |
| 2025-06-30 | Rollup merge of #143223 - nnethercote:improve-macro-stats-printing, r=petroch... | Matthias Krüger | -9/+25 |
| 2025-06-30 | Rollup merge of #143180 - jieyouxu:forest, r=Kobzol | Matthias Krüger | -28/+49 |
| 2025-06-30 | Rollup merge of #143140 - RalfJung:ptr-into-parts, r=oli-obk | Matthias Krüger | -1/+1 |
| 2025-06-30 | Rollup merge of #143175 - Kobzol:bootstrap-lld-external-llvm-config, r=Jieyouxu | Matthias Krüger | -4/+9 |
| 2025-06-30 | Rollup merge of #143140 - RalfJung:ptr-into-parts, r=oli-obk | Matthias Krüger | -46/+55 |
| 2025-06-30 | Rollup merge of #143019 - danielframpton:codegen-backend-parse, r=bjorn3 | Matthias Krüger | -1/+3 |
| 2025-06-30 | Auto merge of #143239 - GuillaumeGomez:subtree-update_cg_gcc_2025-06-30, r=Gu... | bors | -171/+131 |
| 2025-06-30 | Auto merge of #143239 - GuillaumeGomez:subtree-update_cg_gcc_2025-06-30, r=Gu... | bors | -171/+131 |
| 2025-06-30 | Consider deref'ed argument as non-temporary (#15172) | Timo | -16/+166 |