| Age | Commit message (Expand) | Author | Lines |
| 2024-03-12 | Change `DefKind::Static` to a struct variant | Oli Scherer | -5/+5 |
| 2024-03-12 | Merge from rustc | The Miri Cronjob Bot | -2546/+5428 |
| 2024-03-12 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-03-12 | rustdoc: fix up old test | León Orell Valerian Liehr | -1/+0 |
| 2024-03-12 | Auto merge of #122036 - alexcrichton:test-wasm-with-wasi, r=oli-obk | bors | -82/+34 |
| 2024-03-11 | compiletest: Automatically compare output by subset with runners | Alex Crichton | -49/+20 |
| 2024-03-11 | Remove old support for emscripten/wasm32-u-u | Alex Crichton | -29/+1 |
| 2024-03-11 | Convert some WebAssembly run-make tests to Rust | Alex Crichton | -4/+13 |
| 2024-03-11 | Rename `wasm32-wasi-preview1-threads` to `wasm32-wasip1-threads` | Alex Crichton | -1/+1 |
| 2024-03-11 | Rollup merge of #122249 - RalfJung:machine-read-hook, r=oli-obk | Jubilee | -0/+62 |
| 2024-03-11 | Vendor rustc_codegen_gcc | Guillaume Gomez | -4/+1 |
| 2024-03-11 | LLVM Bitcode Linker: Added crate | Kjetil Kjeka | -0/+324 |
| 2024-03-11 | Rollup merge of #122298 - RalfJung:raw-vec-into-box, r=cuviper | Jacob Pratt | -4/+14 |
| 2024-03-11 | Rollup merge of #122108 - alexcrichton:target-config-runtool, r=WaffleLapkin | Jacob Pratt | -7/+9 |
| 2024-03-11 | Rollup merge of #121633 - ChrisDenton:precise, r=Nilstrieb | Jacob Pratt | -4/+5 |
| 2024-03-11 | chore: remove repetitive word | tgolang | -1/+1 |
| 2024-03-11 | Auto merge of #121752 - mu001999:dead_code/improve, r=pnkfelix | bors | -64/+2 |
| 2024-03-10 | test into_boxed_slice with custom allocator in Miri | Ralf Jung | -4/+14 |
| 2024-03-10 | Auto merge of #121561 - jieyouxu:compiletest-directive-typo-check, r=onur-ozkan | bors | -31/+172 |
| 2024-03-10 | Remove unused structs in clippy | r0cky | -64/+2 |
| 2024-03-10 | Auto merge of #122272 - lnicola:sync-from-ra, r=lnicola | bors | -2348/+4710 |
| 2024-03-10 | Error on invalid compiletest directives in Rust test files | 许杰友 Jieyou Xu (Joe) | -31/+172 |
| 2024-03-10 | Fix `miri` tests. | Markus Reiter | -4/+4 |
| 2024-03-10 | Auto merge of #122283 - matthiaskrgr:rollup-w3sau3u, r=matthiaskrgr | bors | -6/+96 |
| 2024-03-10 | Rollup merge of #121860 - mu001999:master, r=Nilstrieb | Matthias Krüger | -6/+96 |
| 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 | Merge commit '574e23ec508064613783cba3d1833a95fd9a5080' into sync-from-ra | Laurențiu Nicola | -2350/+4709 |
| 2024-03-10 | fmt | The Miri Cronjob Bot | -12/+4 |
| 2024-03-10 | Merge from rustc | The Miri Cronjob Bot | -37/+231 |
| 2024-03-10 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-03-10 | Auto merge of #121662 - saethlin:precondition-unification, r=RalfJung | bors | -1/+1 |
| 2024-03-09 | Rollup merge of #121584 - klensy:itertools-up, r=Mark-Simulacrum | Guillaume Boisseau | -1/+0 |
| 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 | remove some frame parameters that are no longer needed | Ralf Jung | -1/+1 |
| 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 | 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 | -114/+123 |
| 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 |