| Age | Commit message (Expand) | Author | Lines |
| 2025-03-12 | rustdoc-json: Extract Id handling into its own module | Alona Enraght-Moony | -74/+85 |
| 2025-03-12 | Emit an error when RTN is used in an incorrect place | Chayim Refael Friedman | -2/+80 |
| 2025-03-12 | Lower Return Type Notation (`Type::method(..): Send`) | Chayim Refael Friedman | -80/+125 |
| 2025-03-12 | Merge pull request #19337 from ChayimFriedman2/salsify-crate-graph-final | Chayim Refael Friedman | -2511/+3629 |
| 2025-03-12 | Salsify the crate graph | Chayim Refael Friedman | -2511/+3629 |
| 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 | bless test | tiif | -15/+15 |
| 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 | Remove test | tiif | -25/+0 |
| 2025-03-12 | Implement Display by mapping Conv to ExternAbi | tiif | -3/+3 |
| 2025-03-12 | Remove unnecessary assert | tiif | -1/+0 |
| 2025-03-12 | Add test and change ub message wording | tiif | -4/+30 |
| 2025-03-12 | impl Display for Conv | tiif | -2/+1 |
| 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 | Make GenericParamsCollector::type_or_consts not unnecessarily pub(crate) | ¨Florian | -10/+15 |
| 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 |