| Age | Commit message (Expand) | Author | Lines |
| 2024-02-25 | Add `ErrorGuaranteed` to `ast::ExprKind::Err` | Lieselotte | -4/+4 |
| 2024-02-25 | Add `ast::ExprKind::Dummy` | Lieselotte | -2/+5 |
| 2024-02-25 | Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkin | bors | -73/+87 |
| 2024-02-25 | Auto merge of #121337 - ChrisDenton:ProcessPrng, r=Mark-Simulacrum | bors | -0/+8 |
| 2024-02-25 | more dealing with macOS being slow | Ralf Jung | -1/+1 |
| 2024-02-25 | Add ProcessPrng shim to Miri | Chris Denton | -0/+8 |
| 2024-02-25 | Auto merge of #118724 - onur-ozkan:refactor-x-install, r=Mark-Simulacrum | bors | -2/+15 |
| 2024-02-25 | Auto merge of #121581 - lnicola:sync-from-ra, r=lnicola | bors | -704/+1828 |
| 2024-02-25 | Merge from rustc | Ralf Jung | -72/+147 |
| 2024-02-25 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-02-25 | Auto merge of #121579 - RalfJung:miri, r=RalfJung | bors | -320/+457 |
| 2024-02-25 | Avoid using cfg(FALSE) | Laurențiu Nicola | -2/+1 |
| 2024-02-25 | Add missing imports | Laurențiu Nicola | -1/+1 |
| 2024-02-25 | Merge commit '4a8d0f7f565b6df45da5522dd7366a4df3460cd7' into sync-from-ra | Laurențiu Nicola | -703/+1828 |
| 2024-02-25 | fix use of platform_intrinsics in tests | Ralf Jung | -49/+21 |
| 2024-02-24 | Auto merge of #3318 - RalfJung:compiletest-rebuilds, r=oli-obk | bors | -10/+7 |
| 2024-02-24 | Auto merge of #3312 - RossSmyth:miri-clean, r=RalfJung | bors | -16/+84 |
| 2024-02-24 | compiletest: call cargo-miri directly rather than via 'cargo run' | Ralf Jung | -10/+7 |
| 2024-02-24 | Add "cargo miri clean" command | Ross Smyth | -16/+84 |
| 2024-02-24 | Auto merge of #3316 - RossSmyth:windows-script, r=RalfJung | bors | -0/+10 |
| 2024-02-24 | Windows miri-script execution egronomics | Ross Smyth | -0/+10 |
| 2024-02-24 | Rollup merge of #121531 - saethlin:ignore-less-debug, r=compiler-errors | Matthias Krüger | -2/+5 |
| 2024-02-24 | Rollup merge of #121522 - RalfJung:insert-extract-boundscheck, r=oli-obk | Matthias Krüger | -6/+27 |
| 2024-02-23 | Ignore less tests in debug builds | Ben Kimock | -2/+5 |
| 2024-02-23 | rustc: Fix wasm64 metadata object files | Alex Crichton | -0/+3 |
| 2024-02-23 | Auto merge of #3314 - RalfJung:up, r=RalfJung | bors | -272/+248 |
| 2024-02-23 | cargo update | Ralf Jung | -272/+248 |
| 2024-02-23 | interpret: do no ICE on OOB shuffle/insert/extract indices | Ralf Jung | -6/+27 |
| 2024-02-23 | Get rid of some `#[allow(static_mut_refs)]` | Pavel Grigorenko | -15/+14 |
| 2024-02-23 | Auto merge of #121491 - matthiaskrgr:rollup-wkzqawy, r=matthiaskrgr | bors | -5/+23 |
| 2024-02-23 | Rollup merge of #121487 - nnethercote:fix-121450, r=oli-obk | Matthias Krüger | -5/+23 |
| 2024-02-23 | Auto merge of #121448 - klensy:bump-22-02-24, r=clubby789 | bors | -11/+11 |
| 2024-02-23 | Auto merge of #121432 - mj10021:issue-119851-fix, r=nnethercote | bors | -1/+0 |
| 2024-02-23 | Explicitly call `emit_stashed_diagnostics`. | Nicholas Nethercote | -5/+23 |
| 2024-02-23 | Allow tests to specify a `//@ filecheck-flags:` header | Zalathar | -5/+14 |
| 2024-02-23 | Simplify existing code for setting `filecheck` flags | Zalathar | -11/+17 |
| 2024-02-22 | Update tidy target_specific_tests to account for `//@` directives | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-02-22 | Update tidy target_policy to account for `//@` directives | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-02-22 | Update compiletest to only accept `//@` directives | 许杰友 Jieyou Xu (Joe) | -30/+13 |
| 2024-02-22 | Update list of known directive names for diagnostics | 许杰友 Jieyou Xu (Joe) | -0/+52 |
| 2024-02-22 | remove exception | James Dietz | -1/+0 |
| 2024-02-22 | dedupe env_logger, drop is-terminal | klensy | -2/+2 |
| 2024-02-22 | bump tabled | klensy | -4/+4 |
| 2024-02-22 | bump sysinfo | klensy | -5/+5 |
| 2024-02-22 | fmt | The Miri Conjob Bot | -3/+5 |
| 2024-02-22 | Merge from rustc | The Miri Conjob Bot | -288/+4726 |
| 2024-02-22 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-02-22 | Auto merge of #121415 - matthiaskrgr:rollup-o9zzet4, r=matthiaskrgr | bors | -66/+82 |
| 2024-02-22 | support `no-op` compression profile in rust-installer | onur-ozkan | -2/+15 |
| 2024-02-21 | Rollup merge of #121373 - Zalathar:test-revision, r=oli-obk | Matthias Krüger | -65/+81 |