| Age | Commit message (Expand) | Author | Lines |
| 2025-08-29 | unix read/write: fix zero-size handling | Ralf Jung | -9/+28 |
| 2025-08-29 | Rollup merge of #145982 - Zalathar:logv, r=jieyouxu | Matthias Krüger | -83/+30 |
| 2025-08-29 | Merge pull request #20560 from ChayimFriedman2/analysis-stats-improve | Lukas Wirth | -3/+52 |
| 2025-08-29 | Don't print captures in `TestCx::normalize_platform_differences` | Zalathar | -7/+4 |
| 2025-08-29 | Move module `compute_diff` into `compiletest::runtest` | Zalathar | -5/+4 |
| 2025-08-29 | Change the `logv` function into a `TestCx` method. | Zalathar | -23/+19 |
| 2025-08-29 | Don't bother logging an arbitrary subset of the compiletest config | Zalathar | -48/+3 |
| 2025-08-29 | Rollup merge of #145947 - nnethercote:workspace-members-2, r=Kobzol | Stuart Cook | -18/+18 |
| 2025-08-29 | compiler: Add `{x86_64,aarch64,riscv64gc}-unknown-managarm-mlibc` targets | no92 | -0/+3 |
| 2025-08-28 | std: Start supporting WASIp2 natively | Alex Crichton | -1/+5 |
| 2025-08-28 | When mapping next-solver's `dyn` type, add `Self` (aka. bound var ^1.0) to au... | Chayim Refael Friedman | -1/+70 |
| 2025-08-28 | Rollup merge of #142472 - GuillaumeGomez:doc-attribute-attribute, r=fmease | Guillaume Gomez | -0/+4 |
| 2025-08-28 | Don't require a full `InferenceTable` for `CastTy` | Chayim Refael Friedman | -59/+52 |
| 2025-08-28 | Add progress bars to more places in analysis-stats | Chayim Refael Friedman | -3/+52 |
| 2025-08-28 | Add new `doc(attribute = "...")` attribute | Guillaume Gomez | -0/+4 |
| 2025-08-28 | Merge pull request #4539 from Stypox/tracing-docs | Ralf Jung | -0/+292 |
| 2025-08-28 | Rollup merge of #145953 - robertbastian:master, r=Manishearth | Stuart Cook | -6/+6 |
| 2025-08-28 | Rollup merge of #145926 - Zalathar:no-libtest, r=jieyouxu | Stuart Cook | -88/+53 |
| 2025-08-28 | Add documentation for tracing | Stypox | -0/+292 |
| 2025-08-28 | Add `rustc-demangle` to `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 |
| 2025-08-28 | Add `rustc-hash` to `[workspace.dependencies]`. | Nicholas Nethercote | -2/+2 |
| 2025-08-28 | Add `indexmap` to `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 |
| 2025-08-28 | Add `tempfile` to `[workspace.dependencies]`. | Nicholas Nethercote | -2/+2 |
| 2025-08-28 | Add `serde_json` to `[workspace.dependencies]`. | Nicholas Nethercote | -10/+10 |
| 2025-08-28 | Add `libc` to `[workspace.dependencies]`. | Nicholas Nethercote | -2/+2 |
| 2025-08-28 | Use default locale fallback data | Robert Bastian | -1/+1 |
| 2025-08-28 | Bump icu_list to 2.0 | Robert Bastian | -5/+5 |
| 2025-08-28 | Attach the db in one more place in highlighting | Chayim Refael Friedman | -1/+2 |
| 2025-08-27 | fix target-pointer-width in tests | Waffle Lapkin | -1/+1 |
| 2025-08-27 | accept integer `target-pointer-width` in compiletest | Waffle Lapkin | -7/+1 |
| 2025-08-27 | Merge pull request #20547 from ChayimFriedman2/highlight-related-unsafe-scope | Laurențiu Nicola | -10/+44 |
| 2025-08-27 | Stabilize BTree{Map,Set}::extract_if | Sidney Cammeresi | -1/+0 |
| 2025-08-27 | Auto merge of #145909 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2025-08-27 | Remove several remnants of the old libtest-based executor | Zalathar | -88/+53 |
| 2025-08-27 | Rollup merge of #145885 - madsmtm:lldb-inherit-tcc, r=Kobzol | Matthias Krüger | -0/+29 |
| 2025-08-27 | Rollup merge of #145740 - nnethercote:workspace-members, r=Kobzol | Matthias Krüger | -4/+4 |
| 2025-08-27 | Rollup merge of #145335 - clarfonthey:wtf8-core-alloc, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2025-08-27 | Merge ref '269d5b56bcfd' from rust-lang/rust | The Miri Cronjob Bot | -8/+87 |
| 2025-08-27 | Prepare for merging from rust-lang/rust | The Miri Cronjob Bot | -1/+1 |
| 2025-08-27 | Merge pull request #20527 from ChayimFriedman2/cache-next-solver | Shoyu Vanilla (Flint) | -66/+140 |
| 2025-08-27 | Add `itertools` to `[workspace.dependencies]`. | Nicholas Nethercote | -1/+1 |
| 2025-08-27 | Add `tracing` to `[workspace.dependencies]`. | Nicholas Nethercote | -3/+3 |
| 2025-08-26 | Update cargo submodule | Weihang Lo | -0/+0 |
| 2025-08-26 | Rollup merge of #145892 - jdonszelmann:codegen-fn-attrs-foreign-item, r=bjorn3 | Samuel Tardieu | -4/+3 |
| 2025-08-26 | In highlight_related, when on an unsafe block, don't highlight unsafe operati... | Chayim Refael Friedman | -10/+44 |
| 2025-08-26 | Remove `SolverDefId::ForeignId` | Chayim Refael Friedman | -7/+4 |
| 2025-08-27 | fix: Prevent invalid transformation in 'Replace match with if let' assist | sgasho | -1/+23 |
| 2025-08-26 | Bless clippy tests. | Mara Bos | -22/+38 |
| 2025-08-26 | Inherit TCC in debuginfo tests on macOS | Mads Marquart | -0/+29 |
| 2025-08-26 | add a flag to codegen fn attrs for foreign items | Jana Dönszelmann | -4/+3 |