| Age | Commit message (Expand) | Author | Lines |
| 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 | -9/+5 |
| 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/+5 |
| 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 | -88/+155 |
| 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 | -28/+26 |
| 2024-04-25 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-04-25 | Rollup merge of #124335 - ChrisDenton:stabilize-absolute, r=dtolnay | Matthias Krüger | -2/+0 |
| 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 | 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 | Error on using `yield` without also using `#[coroutine]` on the closure | Oli Scherer | -25/+25 |
| 2024-04-24 | Auto merge of #3507 - RalfJung:let-underscore, r=RalfJung | bors | -15/+15 |
| 2024-04-24 | avoid 'let _' in tests where we actually want the value to be computed | Ralf Jung | -15/+15 |
| 2024-04-24 | Auto merge of #3502 - RalfJung:GetUserProfileDirectoryW, r=RalfJung | bors | -67/+184 |
| 2024-04-24 | avoid some unnecessary Scalar-i32-Scalar roundtrips | Ralf Jung | -10/+10 |
| 2024-04-24 | make the obsucre truncating variant of this.write_os_str_to_wide_str a non-de... | Ralf Jung | -51/+52 |
| 2024-04-24 | windows buffer size protocol: turns out std resets last_error to 0; let's req... | Ralf Jung | -11/+15 |
| 2024-04-24 | windows: basic support for GetUserProfileDirectoryW | Ralf Jung | -2/+114 |
| 2024-04-24 | Merge from rustc | The Miri Cronjob Bot | -33/+119 |
| 2024-04-24 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-04-23 | Rollup merge of #124003 - WaffleLapkin:dellvmization, r=scottmcm,RalfJung,antoyo | Matthias Krüger | -3/+3 |
| 2024-04-23 | Fix wording in shift functions doc comments | Eduardo Sánchez Muñoz | -2/+2 |
| 2024-04-23 | Configure clippy not to generate warnings about arithmetic operations on `rus... | Eduardo Sánchez Muñoz | -4/+1 |
| 2024-04-23 | Implement LLVM x86 AVX2 intrinsics | Eduardo Sánchez Muñoz | -256/+2476 |
| 2024-04-23 | CI: don't run cron-fail-notify when the job just got canceled | Ralf Jung | -1/+1 |
| 2024-04-23 | Auto merge of #3504 - forcedebug:master, r=RalfJung | bors | -8/+8 |
| 2024-04-23 | add Windows TLS bug to trophy case | Ralf Jung | -1/+3 |
| 2024-04-23 | chore: fix some typos in comments | forcedebug | -8/+8 |
| 2024-04-23 | Auto merge of #3493 - eduardosm:env-set, r=oli-obk | bors | -12/+43 |
| 2024-04-23 | Missing word at the end of sentence | Oli Scherer | -1/+1 |
| 2024-04-23 | Merge from rustc | The Miri Cronjob Bot | -7/+244 |
| 2024-04-23 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-04-23 | Rollup merge of #124220 - RalfJung:interpret-wrong-vtable, r=oli-obk | Matthias Krüger | -30/+116 |
| 2024-04-23 | Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obk | bors | -0/+235 |