| Age | Commit message (Expand) | Author | Lines |
| 2025-03-13 | Rollup merge of #126856 - onur-ozkan:remove-rls, r=clubby789 | Matthias Krüger | -181/+7 |
| 2025-03-13 | Document `fetch.prunetags = true` gotcha during rustc-pull | 许杰友 Jieyou Xu (Joe) | -0/+13 |
| 2025-03-13 | Merge from rustc | 许杰友 Jieyou Xu (Joe) | -31183/+53023 |
| 2025-03-13 | Preparing for merge from rustc | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2025-03-12 | Allow more top-down inlining for single-BB callees | Scott McMurray | -2/+2 |
| 2025-03-13 | update error message | Tshepang Mbambo | -1/+1 |
| 2025-03-13 | less text for same effect | Tshepang Mbambo | -3/+2 |
| 2025-03-13 | Auto merge of #138416 - Manishearth:rollup-fejor9p, r=Manishearth | bors | -134/+137 |
| 2025-03-12 | rustdoc-json: Clean up & Document id handling | Alona Enraght-Moony | -44/+85 |
| 2025-03-12 | rustdoc-json: Extract Id handling into its own module | Alona Enraght-Moony | -74/+85 |
| 2025-03-12 | Merge pull request #4185 from geetanshjuneja/abi_check | Ralf Jung | -7/+161 |
| 2025-03-12 | added check_shim_abi | geetanshjuneja | -7/+161 |
| 2025-03-12 | alloc_addresses: use MemoryKind instead of tcx query to determine global allo... | Ralf Jung | -2/+5 |
| 2025-03-12 | minor interpret cleanups | Ralf Jung | -50/+60 |
| 2025-03-12 | use `expect` instead of `allow` | onur-ozkan | -16/+13 |
| 2025-03-12 | Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan... | Manish Goregaokar | -16/+24 |
| 2025-03-12 | Rollup merge of #138318 - lolbinarycat:rustdoc-js-less-expect-error-part2, r=... | Manish Goregaokar | -37/+52 |
| 2025-03-12 | Rollup merge of #137504 - nnethercote:remove-Map-4, r=Zalathar | Manish Goregaokar | -97/+85 |
| 2025-03-12 | Rollup merge of #138390 - onur-ozkan:fix-invalid-tracing-log, r=jieyouxu | Matthias Krüger | -5/+1 |
| 2025-03-12 | Rollup merge of #138387 - RalfJung:intrinsic-arg-names, r=oli-obk | Matthias Krüger | -28/+28 |
| 2025-03-12 | Rollup merge of #138331 - nnethercote:use-RUSTC_LINT_FLAGS-more, r=onur-ozkan... | Matthias Krüger | -16/+24 |
| 2025-03-12 | Install licenses into `share/doc/rust/licenses` | Josh Stone | -1/+1 |
| 2025-03-12 | Remove `sccache-plus-cl` MSVC hack | Jakub Beránek | -98/+10 |
| 2025-03-12 | Update sccache to 0.10.0 | Jakub Beránek | -5/+7 |
| 2025-03-12 | Use materialize_sysroot in rustdoc | bjorn3 | -4/+1 |
| 2025-03-12 | Don't return an error from get_or_default_sysroot | bjorn3 | -3/+1 |
| 2025-03-12 | Make opts.maybe_sysroot non-optional | bjorn3 | -3/+7 |
| 2025-03-12 | Update mdbook to 0.4.47 | Eric Huss | -3/+12 |
| 2025-03-12 | Enable metrics and verbose tests in PR CI | Jakub Beránek | -14/+5 |
| 2025-03-12 | Auto merge of #137612 - Kobzol:bootstrap-2024, r=onur-ozkan | bors | -53/+83 |
| 2025-03-12 | fix incorrect tracing log | onur-ozkan | -5/+1 |
| 2025-03-12 | Rollup merge of #138313 - rustbot:docs-update, r=jieyouxu | Matthias Krüger | -0/+1 |
| 2025-03-12 | intrinsics: remove unnecessary leading underscore from argument names | Ralf Jung | -28/+28 |
| 2025-03-12 | add change entry for rls removal | onur-ozkan | -0/+5 |
| 2025-03-12 | remove rls source from the repository | onur-ozkan | -116/+0 |
| 2025-03-12 | remove rls specific parts from tidy and build-manifest | onur-ozkan | -7/+0 |
| 2025-03-12 | remove rls support from bootstrap | onur-ozkan | -58/+2 |
| 2025-03-11 | Update compiletest's `has_asm_support` to match rustc | Josh Stone | -1/+9 |
| 2025-03-12 | Move methods from `Map` to `TyCtxt`, part 4. | Nicholas Nethercote | -97/+85 |
| 2025-03-11 | Auto merge of #138366 - matthiaskrgr:rollup-cn16m7q, r=matthiaskrgr | bors | -125/+275 |
| 2025-03-11 | Rollup merge of #138352 - RalfJung:miri-native-calls-exposed, r=oli-obk | Matthias Krüger | -3/+3 |
| 2025-03-11 | Rollup merge of #138245 - onur-ozkan:ci-rustc-test-fix, r=jieyouxu | Matthias Krüger | -2/+11 |
| 2025-03-11 | Rollup merge of #138051 - Kobzol:download-ci-gcc, r=onur-ozkan | Matthias Krüger | -120/+261 |
| 2025-03-11 | Auto merge of #128440 - oli-obk:defines, r=lcnr | bors | -13/+12 |
| 2025-03-11 | Fix `cargo vendor` not working without `rustc` installed | Eric Huss | -0/+1 |
| 2025-03-11 | Do not download GCC in tests | Jakub Beránek | -6/+14 |
| 2025-03-11 | miri native_calls: ensure we actually expose *mutable* provenance to the memo... | Ralf Jung | -3/+3 |
| 2025-03-11 | Rollup merge of #138307 - Kobzol:citool-alias, r=marcoieni | Jakub Beránek | -242/+361 |
| 2025-03-11 | Rollup merge of #138288 - jyn514:crate-attr, r=Noratrieb | Jakub Beránek | -0/+16 |
| 2025-03-11 | Rollup merge of #138147 - daltenty:patch-1, r=jieyouxu | Jakub Beránek | -1/+49 |