| Age | Commit message (Expand) | Author | Lines |
| 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 | Rollup merge of #122249 - RalfJung:machine-read-hook, r=oli-obk | Jubilee | -0/+62 |
| 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 | 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 | 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 | Merge commit '574e23ec508064613783cba3d1833a95fd9a5080' into sync-from-ra | Laurențiu Nicola | -2350/+4709 |
| 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 | interpret: do not call machine read hooks during validation | Ralf Jung | -0/+62 |
| 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 | 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 |
| 2024-03-09 | Merge from rustc | The Miri Cronjob Bot | -113/+121 |
| 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 `target.*.runner` configuration for targets | Alex Crichton | -7/+9 |
| 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 |
| 2024-03-08 | Rollup merge of #121194 - beetrees:rustc-raw-args, r=petrochenkov | Matthias Krüger | -6/+8 |
| 2024-03-08 | remove unused derive_more dep | klensy | -1/+0 |
| 2024-03-08 | Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu | Matthias Krüger | -0/+4 |
| 2024-03-08 | fix clippy lints | Ralf Jung | -5/+5 |
| 2024-03-08 | Merge from rustc | The Miri Cronjob Bot | -2521/+4285 |
| 2024-03-08 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-03-08 | Bless tidy issues order | yukang | -100/+109 |
| 2024-03-07 | Auto merge of #122151 - GuillaumeGomez:rollup-hfxr9kv, r=GuillaumeGomez | bors | -14/+1 |
| 2024-03-07 | Rollup merge of #122136 - Kobzol:opt-dist-lookup-logic, r=Mark-Simulacrum | Guillaume Gomez | -14/+1 |