| Age | Commit message (Expand) | Author | Lines |
| 2024-04-27 | Do not implement x86 SIMD abs with host integers | Eduardo Sánchez Muñoz | -4/+10 |
| 2024-04-27 | Clarify behavior of AVX2 gather when dest and offsets have different numbers ... | Eduardo Sánchez Muñoz | -0/+2 |
| 2024-04-27 | Add doc comment to `pack_generic` | Eduardo Sánchez Muñoz | -0/+7 |
| 2024-04-27 | Auto merge of #3520 - RalfJung:josh-check, r=RalfJung | bors | -0/+14 |
| 2024-04-27 | fix: usage of `deprecated` version of `Node.js` | Hamir Mahal | -2/+2 |
| 2024-04-27 | josh rustc-pull: check that no new root commits get created | Ralf Jung | -0/+14 |
| 2024-04-26 | env: split up Windows and Unix environment variable handling | Ralf Jung | -530/+606 |
| 2024-04-26 | add test for concurrent env var access | Ralf Jung | -0/+8 |
| 2024-04-26 | Auto merge of #3516 - RalfJung:pathbuf, r=RalfJung | bors | -37/+60 |
| 2024-04-26 | add smoke tests for basic PathBuf interactions | Ralf Jung | -37/+60 |
| 2024-04-26 | Merge from rustc | The Miri Cronjob Bot | -81/+178 |
| 2024-04-26 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-04-25 | debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[... | Vadim Petrochenkov | -9/+17 |
| 2024-04-25 | Auto merge of #124058 - TechVest:master, r=fmease | bors | -2/+2 |
| 2024-04-25 | Auto merge of #124368 - RalfJung:miri, r=RalfJung | bors | -514/+3261 |
| 2024-04-25 | Auto merge of #3514 - RalfJung:hyperfine, r=RalfJung | bors | -6/+6 |
| 2024-04-25 | CI: run benches with hyperfine rather than bash | Ralf Jung | -6/+6 |
| 2024-04-25 | Auto merge of #3501 - RalfJung:tls-many-seeds, r=RalfJung | bors | -12/+47 |
| 2024-04-25 | run many-seeds tests at least a few times on all tier 1 targets | Ralf Jung | -11/+28 |
| 2024-04-25 | add a test for the TLS memory leak | Ralf Jung | -0/+13 |
| 2024-04-25 | weak memory outdated loads: show where the load was from | Ralf Jung | -5/+10 |
| 2024-04-25 | Auto merge of #3512 - RalfJung:miri-script-build, r=RalfJung | bors | -1/+3 |
| 2024-04-25 | Auto merge of #3513 - rust-lang:rustup-2024-04-25, r=RalfJung | bors | -683/+831 |
| 2024-04-25 | Auto merge of #3505 - RalfJung:ci, r=RalfJung | bors | -1/+1 |
| 2024-04-25 | fmt | The Miri Cronjob Bot | -80/+149 |
| 2024-04-25 | Merge from rustc | The Miri Cronjob Bot | -623/+702 |
| 2024-04-25 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-04-25 | Rollup merge of #124327 - Kobzol:ci-skip-jobs, r=pietroalbini | Matthias Krüger | -69/+29 |
| 2024-04-25 | Rollup merge of #124257 - JoverZhang:rmake-diff, r=jieyouxu | Matthias Krüger | -1/+130 |
| 2024-04-25 | Fix some typos in comments | TechVest | -5/+5 |
| 2024-04-25 | Rewrite `no-input-file.stderr` test in Rust and support diff | Jover Zhang | -1/+130 |
| 2024-04-25 | Rollup merge of #124335 - ChrisDenton:stabilize-absolute, r=dtolnay | Matthias Krüger | -2/+0 |
| 2024-04-25 | Rollup merge of #124333 - Urgau:better-bad-print, r=fmease | Matthias Krüger | -1/+0 |
| 2024-04-25 | Rollup merge of #124322 - whosehang:master, r=Nilstrieb | Matthias Krüger | -6/+6 |
| 2024-04-24 | Auto merge of #124330 - fmease:rollup-a98y7jf, r=fmease | bors | -6/+6 |
| 2024-04-24 | make miri-script a workspace root | Ralf Jung | -1/+3 |
| 2024-04-24 | Upgrade to `actions/checkout@v4` in `ci.yml`. | Predrag Gruevski | -3/+3 |
| 2024-04-24 | Stabilize `std::path::absolute` | Chris Denton | -2/+0 |
| 2024-04-24 | Improve diagnostic for unknown --print request | Urgau | -1/+0 |
| 2024-04-24 | unix_sigpipe: don't inline DEFAULT, just use it from rustc | Ralf Jung | -3/+2 |
| 2024-04-24 | Auto merge of #3492 - eduardosm:intrinsics-x86-avx2, r=oli-obk | bors | -257/+2474 |
| 2024-04-24 | Fix miri test | Gary Guo | -1/+1 |
| 2024-04-24 | Fix and bless clippy tests | Gary Guo | -79/+74 |
| 2024-04-24 | Stabilise `inline_const` | Gary Guo | -34/+0 |
| 2024-04-24 | Rollup merge of #123881 - erickt:bump-fuchsia, r=tmandry | León Orell Valerian Liehr | -6/+6 |
| 2024-04-24 | Turn CI_ONLY_WHEN_CHANNEL from an environment variable to a job attribute | Jakub Beránek | -10/+9 |
| 2024-04-24 | Fix documentation | Jakub Beránek | -2/+2 |
| 2024-04-24 | Remove step YAML anchor and `env.SKIP_JOB` | Jakub Beránek | -30/+2 |
| 2024-04-24 | Remove `should-skip-this.sh` | Jakub Beránek | -25/+0 |
| 2024-04-24 | Skip jobs based on the active channel in Python | Jakub Beránek | -0/+12 |