| Age | Commit message (Expand) | Author | Lines |
| 2024-03-10 | Rollup merge of #121860 - mu001999:master, r=Nilstrieb | Matthias Krüger | -6/+96 |
| 2024-03-10 | Rollup merge of #121567 - Nilstrieb:less-interning, r=albertlarsan68 | Matthias Krüger | -140/+128 |
| 2024-03-10 | Auto merge of #122246 - RalfJung:miri, r=RalfJung | bors | -260/+238 |
| 2024-03-10 | Bring back in-rust-tree feature to ide | Laurențiu Nicola | -0/+3 |
| 2024-03-10 | remove unnecessary frame parameter from after_local_allocated | Ralf Jung | -2/+1 |
| 2024-03-10 | Introduce perma-unstable `wasm-c-abi` flag | daxpedda | -0/+10 |
| 2024-03-10 | Merge commit '574e23ec508064613783cba3d1833a95fd9a5080' into sync-from-ra | Laurențiu Nicola | -2350/+4709 |
| 2024-03-10 | doc/rustc: Move loongarch64-unknown-linux-musl to Tier 3 | WANG Rui | -1/+1 |
| 2024-03-10 | fmt | The Miri Cronjob Bot | -12/+4 |
| 2024-03-10 | Merge from rustc | The Miri Cronjob Bot | -45/+304 |
| 2024-03-10 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-03-10 | Auto merge of #122042 - GuillaumeGomez:subtree-update_cg_gcc_2024-03-05, r=Ma... | bors | -8/+59 |
| 2024-03-10 | Auto merge of #121662 - saethlin:precondition-unification, r=RalfJung | bors | -1/+1 |
| 2024-03-10 | Use full commit hash and remove `libgccjit.version` file | Guillaume Gomez | -5/+2 |
| 2024-03-09 | Auto merge of #122256 - Nadrieril:rollup-rc232xh, r=Nadrieril | bors | -8/+8 |
| 2024-03-09 | Rollup merge of #121584 - klensy:itertools-up, r=Mark-Simulacrum | Guillaume Boisseau | -2/+1 |
| 2024-03-09 | Rollup merge of #121526 - onur-ozkan:minor-improvement, r=Mark-Simulacrum | Guillaume Boisseau | -6/+7 |
| 2024-03-09 | windows: remove support for slim rwlock | Ralf Jung | -602/+0 |
| 2024-03-09 | interpret: do not call machine read hooks during validation | Ralf Jung | -0/+62 |
| 2024-03-09 | miri: add some chance to reuse addresses of previously freed allocations | Ralf Jung | -39/+182 |
| 2024-03-09 | simplify no-std tests | Ralf Jung | -17/+9 |
| 2024-03-09 | Respect COMPILETEST_FORCE_STAGE0 sysroot when compiling rmake.rs | 许杰友 Jieyou Xu (Joe) | -30/+36 |
| 2024-03-09 | rustdoc-search: depth limit `T<U>` -> `U` unboxing | Michael Howell | -31/+108 |
| 2024-03-09 | Auto merge of #120985 - Kobzol:linux-update-host-llvm, r=Mark-Simulacrum | bors | -1/+1 |
| 2024-03-09 | remove some frame parameters that are no longer needed | Ralf Jung | -1/+1 |
| 2024-03-09 | Merge remote-tracking branch 'upstream/master' into HEAD | Guillaume Gomez | -3064/+5045 |
| 2024-03-09 | Rollup merge of #122233 - RalfJung:custom-alloc-box, r=oli-obk | Matthias Krüger | -13/+205 |
| 2024-03-09 | Rollup merge of #122209 - onur-ozkan:fix-tidy-path-resolution, r=compiler-errors | Matthias Krüger | -3/+4 |
| 2024-03-09 | Rollup merge of #122178 - cuviper:ci-llvm-18, r=Kobzol | Matthias Krüger | -0/+64 |
| 2024-03-09 | rename intptrcast -> alloc_addresses, and make a folder for it | Ralf Jung | -13/+16 |
| 2024-03-09 | interpret: pass Size and Align to before_memory_deallocation | Ralf Jung | -13/+14 |
| 2024-03-09 | miri: do not apply aliasing restrictions to Box with custom allocator | Ralf Jung | -13/+205 |
| 2024-03-09 | Auto merge of #3367 - rust-lang:rustup-2024-03-09, r=RalfJung | bors | -125/+154 |
| 2024-03-09 | fix clippy lints | Ralf Jung | -1/+1 |
| 2024-03-09 | rename tests/compiletest → tests/ui | Ralf Jung | -4/+4 |
| 2024-03-09 | fix incorrect path resolution in tidy | onur-ozkan | -3/+4 |
| 2024-03-09 | fmt | The Miri Cronjob Bot | -1/+2 |
| 2024-03-09 | Merge from rustc | The Miri Cronjob Bot | -124/+152 |
| 2024-03-09 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-03-09 | Auto merge of #118879 - Nadrieril:lint-range-gap, r=estebank | bors | -19/+21 |
| 2024-03-09 | Allow lint where we don't care | Nadrieril | -19/+21 |
| 2024-03-08 | Distinguish between library and lang UB in assert_unsafe_precondition | Ben Kimock | -1/+1 |
| 2024-03-09 | compiletest: create fresh tempdir for tests to use | Ralf Jung | -15/+32 |
| 2024-03-08 | Rollup merge of #122076 - WaffleLapkin:mplace-args, r=RalfJung | Matthias Krüger | -11/+4 |
| 2024-03-08 | Add a change entry | Alex Crichton | -0/+5 |
| 2024-03-08 | Auto merge of #122190 - matthiaskrgr:rollup-9ol4y30, r=matthiaskrgr | bors | -117/+121 |
| 2024-03-08 | Add `target.*.runner` configuration for targets | Alex Crichton | -7/+27 |
| 2024-03-08 | Auto merge of #121500 - oli-obk:track_errors12, r=petrochenkov | bors | -11/+0 |
| 2024-03-08 | Tweak the way we protect in-place function arguments in interpreters | Maybe Waffle | -11/+4 |
| 2024-03-08 | Rollup merge of #122175 - chenyukang:yukang-fix-tidy-issues, r=workingjubilee | Matthias Krüger | -100/+109 |