| Age | Commit message (Expand) | Author | Lines |
| 2024-07-26 | diagnostics: add a macro to make things a bit easier to read | Ralf Jung | -76/+59 |
| 2024-07-26 | better diagnostics for Tree Borrows + int2ptr casts | Ralf Jung | -70/+150 |
| 2024-07-26 | Merge from rustc | The Miri Cronjob Bot | -1/+14 |
| 2024-07-26 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-07-26 | Rollup merge of #128150 - BoxyUwU:std_only_sized_const_params, r=workingjubilee | Matthias Krüger | -1/+14 |
| 2024-07-25 | Stop using `unsized_const_parameters` in core/std | Boxy | -1/+14 |
| 2024-07-25 | Merge from rustc | The Miri Cronjob Bot | -3/+3 |
| 2024-07-25 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-07-24 | show warning when Stacked Borrows skips a reborrow due to 'extern type' | Ralf Jung | -27/+83 |
| 2024-07-24 | Rollup merge of #127733 - GrigorenkoPV:don't-forget, r=Amanieu | Matthias Krüger | -3/+3 |
| 2024-07-24 | Allow getpid in isolation mode, add gettid support | Konstantinos Andrikopoulos | -7/+60 |
| 2024-07-24 | Make unused states of Reserved unrepresentable | Neven Villani | -134/+200 |
| 2024-07-24 | Merge from rustc | The Miri Cronjob Bot | -4/+4 |
| 2024-07-24 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-07-23 | Rollup merge of #125834 - workingjubilee:weaken-thir-unsafeck-for-addr-of-sta... | Matthias Krüger | -4/+4 |
| 2024-07-22 | miri: fixup for allowing &raw UNSAFE_STATIC | Jubilee Young | -4/+4 |
| 2024-07-22 | Auto merge of #3743 - newpavlov:pread_pwrite, r=RalfJung | bors | -21/+205 |
| 2024-07-22 | Add `pread` and `pwrite` shims | Артём Павлов [Artyom Pavlov] | -21/+205 |
| 2024-07-22 | Fix test | Артём Павлов [Artyom Pavlov] | -1/+1 |
| 2024-07-22 | Add `O_NOFOLLOW` flag support | Артём Павлов [Artyom Pavlov] | -3/+55 |
| 2024-07-20 | Merge from rustc | The Miri Cronjob Bot | -6/+8 |
| 2024-07-20 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-07-19 | Rollup merge of #127856 - RalfJung:interpret-cast-sanity, r=oli-obk | Matthias Krüger | -6/+8 |
| 2024-07-18 | interpret: add sanity check in dyn upcast to double-check what codegen does | Ralf Jung | -6/+8 |
| 2024-07-16 | Auto merge of #3742 - Vanille-N:master, r=RalfJung | bors | -6/+211 |
| 2024-07-16 | Merge from rustc | The Miri Cronjob Bot | -4/+1 |
| 2024-07-16 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-07-15 | Rollup merge of #124921 - RalfJung:offset-from-same-addr, r=oli-obk | Matthias Krüger | -3/+0 |
| 2024-07-15 | lib: replace some `mem::forget`'s with `ManuallyDrop` | Pavel Grigorenko | -3/+3 |
| 2024-07-15 | Make normalization regex less exact | Chris Denton | -1/+1 |
| 2024-07-14 | Auto merge of #3745 - joboet:os_unfair_lock, r=RalfJung | bors | -7/+284 |
| 2024-07-14 | implement the `os_unfair_lock` functions on macOS | joboet | -7/+284 |
| 2024-07-14 | add test for intermediate reference in '&(*x).0 as *const i32' | Ralf Jung | -0/+40 |
| 2024-07-13 | Leave a trace of the current suboptimal status of foreign_write | Neven Villani | -0/+6 |
| 2024-07-12 | Clarify comment in tests/fail/tree_borrows/reservedim_spurious_write.rs | Neven Villani | -2/+3 |
| 2024-07-10 | Second byte is not involved in the example; use a Cell<()> instead | Neven Villani | -16/+19 |
| 2024-07-10 | Auto merge of #3720 - safinaskar:read, r=RalfJung | bors | -1/+83 |
| 2024-07-09 | Fix libc::read shim: make it write to a buffer correct amount of bytes. Add t... | Askar Safin | -1/+83 |
| 2024-07-09 | Apply suggestions | Neven Villani | -18/+52 |
| 2024-07-09 | Implement fix for reservedim_spurious_write: ignore IM on protected | Neven Villani | -7/+59 |
| 2024-07-09 | This pattern using lazy protected Reserved IM prevents spurious writes | Neven Villani | -0/+109 |
| 2024-07-09 | Auto merge of #3739 - joboet:macos_tls_dtors, r=RalfJung | bors | -30/+87 |
| 2024-07-09 | Merge from rustc | The Miri Cronjob Bot | -12/+120 |
| 2024-07-09 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2024-07-08 | implement support for multiple TLS destructors on macOS | joboet | -30/+87 |
| 2024-07-08 | Rollup merge of #127355 - aceArt-GmbH:126475, r=oli-obk | Matthias Krüger | -8/+8 |
| 2024-07-08 | Auto merge of #113128 - WaffleLapkin:become_trully_unuwuable, r=oli-obk,RalfJung | bors | -4/+112 |
| 2024-07-07 | Fixup a typo in a comment in a test | Maybe Lapkin | -1/+1 |
| 2024-07-07 | Fix conflicts after rebase | Maybe Lapkin | -2/+2 |
| 2024-07-07 | make `StackPop` field names less confusing | Maybe Waffle | -4/+4 |