| Age | Commit message (Expand) | Author | Lines |
| 2025-04-04 | Merge pull request #4251 from RalfJung/cargo-update | Ralf Jung | -710/+673 |
| 2025-04-04 | Solaris does not have flock | Ralf Jung | -0/+3 |
| 2025-04-04 | fix windows_join_multiple | Ralf Jung | -2/+8 |
| 2025-04-04 | Merge pull request #4250 from asomers/patch-1 | Ralf Jung | -0/+1 |
| 2025-04-04 | Merge pull request #4248 from RalfJung/edition-2024 | Ralf Jung | -44/+59 |
| 2025-04-04 | Update README.md
| Alan Somers | -1/+1 |
| 2025-04-04 | bump parts of test-cargo-miri to edition 2024 | Ralf Jung | -44/+59 |
| 2025-04-04 | cargo update | Ralf Jung | -495/+546 |
| 2025-04-04 | semver-bump some dependencies | Ralf Jung | -230/+133 |
| 2025-04-03 | Add another Miri-detected bug to README.md | Alan Somers | -0/+1 |
| 2025-04-03 | Merge pull request #4249 from RalfJung/test-cargo-miri-strict-provenance | Ralf Jung | -7/+2 |
| 2025-04-03 | test-cargo-miri: permissive provenance should not be needed any more | Ralf Jung | -7/+2 |
| 2025-04-03 | Merge pull request #4247 from RalfJung/foreign-items-comment | Ralf Jung | -2/+1 |
| 2025-04-03 | fix comment nit | Ralf Jung | -2/+1 |
| 2025-04-03 | Merge pull request #4246 from RalfJung/freeze-sensitive-comment | Ralf Jung | -0/+3 |
| 2025-04-03 | visit_freeze_sensitive: add comment | Ralf Jung | -0/+3 |
| 2025-04-02 | Merge pull request #4245 from RalfJung/rustup | Ralf Jung | -16076/+21634 |
| 2025-04-02 | Merge from rustc | Ralf Jung | -16075/+21633 |
| 2025-04-03 | Pass correct param-env to error_implies | Michael Goulet | -29/+98 |
| 2025-04-02 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2025-04-02 | Auto merge of #139269 - matthiaskrgr:rollup-pk78gig, r=matthiaskrgr | bors | -262/+475 |
| 2025-04-02 | Rollup merge of #139264 - freyacodes:fix/bad-turbofish-hints, r=petrochenkov | Matthias Krüger | -7/+58 |
| 2025-04-02 | Rollup merge of #139260 - dianqk:dianqk-codegen-reviewers, r=Urgau | Matthias Krüger | -1/+1 |
| 2025-04-02 | Rollup merge of #139237 - Zoxc:anon-0-deps-kind, r=compiler-errors | Matthias Krüger | -5/+21 |
| 2025-04-02 | Rollup merge of #139235 - nnethercote:AstValidator-tweaks, r=compiler-errors | Matthias Krüger | -188/+189 |
| 2025-04-02 | Rollup merge of #139211 - RalfJung:interpret-run-for-validation, r=oli-obk | Matthias Krüger | -13/+34 |
| 2025-04-02 | Rollup merge of #138992 - dianne:simplify-byte-string-to-pat, r=oli-obk | Matthias Krüger | -48/+172 |
| 2025-04-02 | Fix two incorrect turbofish suggestions | Freya Arbjerg | -7/+58 |
| 2025-04-02 | Add dianqk to codegen reviewers | dianqk | -1/+1 |
| 2025-04-02 | Auto merge of #139257 - TaKO8Ki:rollup-vjzdas7, r=TaKO8Ki | bors | -238/+397 |
| 2025-04-02 | Rollup merge of #139239 - jieyouxu:run-make-aux-build, r=Kobzol | Takayuki Maeda | -19/+5 |
| 2025-04-02 | Rollup merge of #139232 - nnethercote:remove-Map-5, r=Zalathar | Takayuki Maeda | -208/+175 |
| 2025-04-02 | Rollup merge of #139215 - clubby789:std-size-tweaks, r=joboet | Takayuki Maeda | -0/+3 |
| 2025-04-02 | Rollup merge of #139184 - Urgau:crate-root-lint-levels, r=jieyouxu | Takayuki Maeda | -9/+213 |
| 2025-04-02 | Rollup merge of #139178 - apiraino:remove-cjgillot-automated-assighment, r=cj... | Takayuki Maeda | -2/+1 |
| 2025-04-02 | Auto merge of #139018 - oli-obk:incremental-trait-impls, r=compiler-errors | bors | -94/+97 |
| 2025-04-02 | Update `run-make` tests to no longer use `aux_build` | Jieyou Xu | -4/+4 |
| 2025-04-02 | Drop `aux_build` rustc helpers | Jieyou Xu | -15/+1 |
| 2025-04-02 | Only walk local items instead of filtering for them later | Oli Scherer | -23/+19 |
| 2025-04-02 | Remove a function that has no necessary callers | Oli Scherer | -17/+2 |
| 2025-04-02 | Remove a `hir_*` helper that was just forwarding to a query | Oli Scherer | -6/+2 |
| 2025-04-02 | Directly fetch the impl self type | Oli Scherer | -2/+2 |
| 2025-04-02 | Fetch the destructor constness lazily | Oli Scherer | -8/+6 |
| 2025-04-02 | Only look at trait impls in the current crate when looking for `Drop` impls | Oli Scherer | -18/+30 |
| 2025-04-02 | Auto merge of #138848 - clubby789:cargo-update, r=Mark-Simulacrum | bors | -577/+611 |
| 2025-04-02 | Add a dep kind for use of the anon node with zero dependencies | John Kåre Alsaker | -5/+21 |
| 2025-04-02 | Reduce scope of `AstValidator::with_*` calls. | Nicholas Nethercote | -91/+88 |
| 2025-04-01 | add tests for array/slice const patterns | dianne | -0/+137 |
| 2025-04-02 | Auto merge of #139229 - Zalathar:rollup-5cs3f4d, r=Zalathar | bors | -583/+760 |
| 2025-04-02 | Rename span-related names in `AstValidator`. | Nicholas Nethercote | -36/+43 |