| Age | Commit message (Expand) | Author | Lines |
| 2025-03-14 | Auto merge of #138480 - jhpratt:rollup-y3b8wu5, r=jhpratt | bors | -9/+3 |
| 2025-03-14 | Rollup merge of #138441 - tshepang:patch-5, r=jieyouxu | Jacob Pratt | -1/+1 |
| 2025-03-14 | Rollup merge of #138179 - cuviper:x, r=jieyouxu | Jacob Pratt | -8/+2 |
| 2025-03-14 | Merge from rustc | The Miri Cronjob Bot | -299/+191 |
| 2025-03-14 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-03-14 | Auto merge of #138157 - scottmcm:inline-more-tiny-things, r=oli-obk | bors | -2/+2 |
| 2025-03-13 | Do not overwrite original `config.toml` in `opt-dist` | Jakub Beránek | -29/+52 |
| 2025-03-13 | Alphabetize the root workspace members | Josh Stone | -0/+2 |
| 2025-03-13 | Add `src/tools/x` to the main workspace | Josh Stone | -8/+0 |
| 2025-03-13 | internal: don't panic when the crate graph isn't ready #19351 | David Barsky | -30/+50 |
| 2025-03-13 | bump html5ever to 0.29 with deps | klensy | -1/+1 |
| 2025-03-13 | bump html5ever to 0.28 | klensy | -13/+13 |
| 2025-03-13 | Rollup merge of #138417 - RalfJung:interpret-cleanup, r=oli-obk | Matthias Krüger | -50/+60 |
| 2025-03-13 | Rollup merge of #138406 - ehuss:update-mdbook, r=jieyouxu | Matthias Krüger | -3/+12 |
| 2025-03-14 | Stablize feature `anonymous_pipe` | Jiahao XU | -2/+0 |
| 2025-03-13 | Auto merge of #138450 - matthiaskrgr:rollup-4im25vf, r=matthiaskrgr | bors | -1/+9 |
| 2025-03-13 | Rollup merge of #138371 - cuviper:stable-asm-test, r=jieyouxu | Matthias Krüger | -1/+9 |
| 2025-03-13 | Rollup merge of #126856 - onur-ozkan:remove-rls, r=clubby789 | Matthias Krüger | -123/+0 |
| 2025-03-13 | remove fixme | jnyfah | -1/+0 |
| 2025-03-13 | insert braces for closure | jnyfah | -5/+32 |
| 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 | Auto merge of #138416 - Manishearth:rollup-fejor9p, r=Manishearth | bors | -78/+67 |
| 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 | Rollup merge of #137504 - nnethercote:remove-Map-4, r=Zalathar | Manish Goregaokar | -78/+67 |
| 2025-03-12 | bless test | tiif | -15/+15 |
| 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 | intrinsics: remove unnecessary leading underscore from argument names | Ralf Jung | -28/+28 |
| 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-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 | -78/+67 |
| 2025-03-11 | Auto merge of #138366 - matthiaskrgr:rollup-cn16m7q, r=matthiaskrgr | bors | -3/+3 |
| 2025-03-11 | Auto merge of #128440 - oli-obk:defines, r=lcnr | bors | -12/+11 |
| 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 | Implement `#[define_opaque]` attribute for functions. | Oli Scherer | -12/+11 |
| 2025-03-11 | Merge from rustc | The Miri Cronjob Bot | -2026/+4913 |