| Age | Commit message (Expand) | Author | Lines |
| 2025-07-14 | Bootstrap's `tool.TOOL_NAME.features` now works on any subcommand | Stypox | -15/+20 |
| 2025-07-14 | Fix `manual_abs_diff` suggests wrongly behind refs (#15265) | Jason Newcomb | -6/+33 |
| 2025-07-14 | Merge pull request #20234 from Hmikihiro/migrate_ted_remove_default | Shoyu Vanilla (Flint) | -62/+19 |
| 2025-07-14 | Add test array-type-no-semi.rs | xizheyin | -0/+74 |
| 2025-07-14 | Merge pull request #4467 from rust-lang/rustup-2025-07-14 | Ralf Jung | -3998/+6167 |
| 2025-07-14 | tests: Test line debuginfo for linebreaked function parameters | Martin Nordholts | -0/+22 |
| 2025-07-14 | Merge from rustc | The Miri Cronjob Bot | -319/+274 |
| 2025-07-14 | Merge from rustc | The Miri Cronjob Bot | -3997/+6166 |
| 2025-07-14 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-07-14 | Auto merge of #143779 - JonathanBrouwer:automatically_derived_parser, r=oli-obk | bors | -4/+5 |
| 2025-07-14 | Auto merge of #143779 - JonathanBrouwer:automatically_derived_parser, r=oli-obk | bors | -50/+92 |
| 2025-07-13 | Auto merge of #143357 - cjgillot:no-assoc-item-kind, r=compiler-errors | bors | -898/+663 |
| 2025-07-13 | Auto merge of #143357 - cjgillot:no-assoc-item-kind, r=compiler-errors | bors | -256/+220 |
| 2025-07-13 | docs(alloc::fmt): Make `type` optional, instead of matching the empty string | Nik Revenco | -2/+2 |
| 2025-07-13 | Fixes for Arm64EC | Daniel Paoliello | -2/+6 |
| 2025-07-14 | moved tests | Kivooeo | -0/+0 |
| 2025-07-13 | core: make `str::split_at_unchecked()` inline | René Kijewski | -0/+1 |
| 2025-07-13 | Fix LTO test | Antoni Boucher | -1/+1 |
| 2025-07-13 | Fix no-f16-f128 feature name | Antoni Boucher | -3/+3 |
| 2025-07-13 | Ignore failing test | Antoni Boucher | -0/+2 |
| 2025-07-13 | Fix empty backtrace | Antoni Boucher | -0/+3 |
| 2025-07-13 | Simplify make_query_region_constraints | Michael Goulet | -23/+15 |
| 2025-07-13 | Make sure that users don't take region obligations in a snapshot | Michael Goulet | -1/+4 |
| 2025-07-13 | Auto merge of #143461 - folkertdev:cfg-select-builtin-macro, r=petrochenkov | bors | -52/+299 |
| 2025-07-13 | Merge pull request #20236 from gvozdvmozgu/patch-1 | Chayim Refael Friedman | -12/+7 |
| 2025-07-13 | Imply always-const host effects the same as any other item bound | Michael Goulet | -0/+20 |
| 2025-07-13 | Dont collect assoc ty item bounds from trait where clause for host effect pre... | Michael Goulet | -50/+47 |
| 2025-07-13 | Ensure proper item queries for assoc tys | Michael Goulet | -4/+6 |
| 2025-07-14 | fix: `manual_assert` suggests wrongly for macros | yanglsh | -3/+54 |
| 2025-07-13 | update issue number for `const_trait_impl` | Deadbeef | -67/+67 |
| 2025-07-13 | Auto merge of #143888 - matthiaskrgr:rollup-fv9x7kf, r=matthiaskrgr | bors | -581/+1032 |
| 2025-07-13 | Update manual_is_variant_and documentation to include equality comparison (#1... | Alejandra González | -1/+12 |
| 2025-07-13 | Lint: Improve manual_is_variant_and to support equality comparison | Krishna Ketan Rai | -1/+12 |
| 2025-07-13 | Compiletest: Simplify {Html,Json}DocCk directive handling | León Orell Valerian Liehr | -359/+294 |
| 2025-07-13 | Merge pull request #20235 from A4-Tacks/assoctype-where-comp | Shoyu Vanilla (Flint) | -5/+75 |
| 2025-07-13 | Bless incremental tests. | Camille GILLOT | -3/+3 |
| 2025-07-13 | Retire hir::*ItemRef. | Camille GILLOT | -151/+141 |
| 2025-07-13 | Retire hir::*ItemRef. | Camille GILLOT | -308/+244 |
| 2025-07-13 | Remove hir::AssocItemKind. | Camille GILLOT | -111/+85 |
| 2025-07-13 | Retire hir::ForeignItemRef. | Camille GILLOT | -66/+40 |
| 2025-07-13 | Generalize TyCtxt::item_name. | Camille GILLOT | -10/+14 |
| 2025-07-13 | Remove hir::AssocItemKind. | Camille GILLOT | -456/+294 |
| 2025-07-13 | Move trait_item_def_id from ImplItemRef to ImplItem. | Camille GILLOT | -74/+64 |
| 2025-07-13 | Delegation: self parameter must be named exactly `self`. | Camille GILLOT | -7/+33 |
| 2025-07-13 | Remove usused depth. | Camille GILLOT | -4/+1 |
| 2025-07-13 | fix: `manual_abs_diff` suggests wrongly behind refs | yanglsh | -6/+33 |
| 2025-07-13 | Rollup merge of #143825 - RalfJung:clippy-test-filter, r=llogiq | Matthias Krüger | -1/+10 |
| 2025-07-13 | Rollup merge of #143826 - Shourya742:2025-07-12-fix-command-trace, r=Kobzol | Matthias Krüger | -4/+29 |
| 2025-07-13 | Rollup merge of #143825 - RalfJung:clippy-test-filter, r=llogiq | Matthias Krüger | -3/+12 |
| 2025-07-13 | Rollup merge of #143786 - nikic:ci-job-name-fallback, r=marcoieni | Matthias Krüger | -1/+1 |