| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2024-04-22 | Stabilize generic `NonZero`. | Markus Reiter | -2/+0 |
| 2024-04-22 | Add localtime_r shim | tiif | -0/+273 |
| 2024-04-21 | Add `-Zmiri-env-set` to set environment variables without modifying the host ... | Eduardo Sánchez Muñoz | -12/+43 |
| 2024-04-21 | Miri: detect wrong vtables in wide pointers | Ralf Jung | -30/+116 |
| 2024-04-21 | the mir-validation ICE test behaves strangely on Windows hosts | Ralf Jung | -5/+8 |
| 2024-04-20 | ensure the ICE-to-file logic does not affect our test | Ralf Jung | -0/+1 |
| 2024-04-20 | more consistently talk about the 'active thread', not the 'current thread' | Ralf Jung | -29/+29 |
| 2024-04-20 | global allocations: don't make up a super-high VectorIdx, just use the main t... | Ralf Jung | -19/+21 |
| 2024-04-20 | Auto merge of #3495 - RalfJung:data-race-clocks, r=RalfJung | bors | -124/+119 |
| 2024-04-20 | restrict VClock API surface | Ralf Jung | -26/+44 |
| 2024-04-20 | reuse_pool: only do acquire_clock if we reused from a different thread | Ralf Jung | -4/+8 |
| 2024-04-20 | data_race: make the release/acquire API more clear | Ralf Jung | -94/+67 |
| 2024-04-20 | re-bless tests | Ralf Jung | -0/+2 |
| 2024-04-20 | fix clippy warning | Ralf Jung | -1/+0 |
| 2024-04-20 | Merge from rustc | The Miri Cronjob Bot | -0/+31 |
| 2024-04-20 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-04-19 | Auto merge of #3475 - RalfJung:reduce-reuse-recycle, r=RalfJung | bors | -126/+321 |
| 2024-04-19 | Auto merge of #3489 - rust-lang:rustup-2024-04-19, r=RalfJung | bors | -5/+6 |
| 2024-04-19 | make test not leak rustc crate hash | Ralf Jung | -1/+2 |
| 2024-04-19 | share code between win-to-unix and unix-to-win path conversion | Ralf Jung | -81/+67 |
| 2024-04-19 | Merge from rustc | The Miri Cronjob Bot | -3/+3 |
| 2024-04-19 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-04-18 | Rollup merge of #124116 - RalfJung:miri-rust-backtrace, r=Nilstrieb | Jubilee | -0/+31 |
| 2024-04-18 | when reusing an address, most of the time only reuse from the current thread | Ralf Jung | -109/+183 |
| 2024-04-18 | comment clarification and typo fix | Ralf Jung | -4/+14 |