| Age | Commit message (Expand) | Author | Lines |
| 2024-03-05 | Rename `DiagnosticMessage` as `DiagMessage`. | Nicholas Nethercote | -2/+2 |
| 2024-03-03 | Auto merge of #121936 - RalfJung:miri, r=RalfJung | bors | -343/+607 |
| 2024-03-03 | Auto merge of #3345 - RalfJung:win-get-thread-name, r=RalfJung | bors | -44/+145 |
| 2024-03-03 | Windows: support getting the thread name | Ralf Jung | -20/+94 |
| 2024-03-03 | fix wording of alloc access tracking message | Ralf Jung | -1/+1 |
| 2024-03-03 | readme | Ralf Jung | -0/+2 |
| 2024-03-03 | move thread-panic tests to their own file; test getting the thread name | Ralf Jung | -24/+51 |
| 2024-03-02 | Tree Borrows: print where the forbidden access happens; make tag tracking les... | Ralf Jung | -104/+125 |
| 2024-03-02 | add option to track all read/write accesses to tracked allocations | Ralf Jung | -14/+38 |
| 2024-03-02 | print thread name in miri error backtraces | Ralf Jung | -170/+219 |
| 2024-03-01 | Auto merge of #121728 - tgross35:f16-f128-step1-ty-updates, r=compiler-errors | bors | -0/+10 |
| 2024-02-29 | add regression test | Ralf Jung | -0/+25 |
| 2024-02-29 | Merge from rustc | Ralf Jung | -1/+1 |
| 2024-02-29 | Preparing for merge from rustc | Ralf Jung | -1/+1 |
| 2024-02-29 | Merge from rustc | The Miri Conjob Bot | -3/+3 |
| 2024-02-29 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-02-29 | Stop miri if delayed bugs are present. | Nicholas Nethercote | -1/+1 |
| 2024-02-28 | Add stubs for `f16` and `f128` to miri | Trevor Gross | -0/+10 |
| 2024-02-28 | remove a wrong bitwise negation | Ralf Jung | -1/+1 |
| 2024-02-28 | Rename `DiagnosticArg{,Map,Name,Value}` as `DiagArg{,Map,Name,Value}`. | Nicholas Nethercote | -1/+1 |
| 2024-02-28 | Rename `DiagnosticBuilder` as `Diag`. | Nicholas Nethercote | -2/+2 |
| 2024-02-27 | Auto merge of #3332 - RalfJung:trophy, r=RalfJung | bors | -0/+1 |
| 2024-02-27 | Auto merge of #3331 - rust-lang:rustup-2024-02-27, r=RalfJung | bors | -77/+49 |
| 2024-02-27 | add mpsc memory leak to trophy case | Ralf Jung | -0/+1 |
| 2024-02-27 | Merge from rustc | The Miri Conjob Bot | -76/+48 |
| 2024-02-27 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 2024-02-27 | Auto merge of #121655 - matthiaskrgr:rollup-qpx3kks, r=matthiaskrgr | bors | -27/+27 |
| 2024-02-27 | Rollup merge of #121598 - RalfJung:catch_unwind, r=oli-obk | Matthias Krüger | -27/+27 |
| 2024-02-26 | Auto merge of #121516 - RalfJung:platform-intrinsics-begone, r=oli-obk | bors | -49/+21 |
| 2024-02-26 | Fix miri.bat not bailing early on error | Ross Smyth | -1/+4 |
| 2024-02-26 | Auto merge of #3328 - RalfJung:many-seeds, r=RalfJung | bors | -7/+14 |
| 2024-02-26 | ./miri many-seeds: support MIRI_SEED_END to control the end of the tried seed... | Ralf Jung | -7/+14 |
| 2024-02-26 | miri: rename miri_start_panic → miri_start_unwind | Ralf Jung | -22/+22 |
| 2024-02-26 | rename 'try' intrinsic to 'catch_unwind' | Ralf Jung | -5/+5 |
| 2024-02-26 | tree borrows: add a test to sb_fails | Ralf Jung | -2/+16 |
| 2024-02-26 | add direct test for new ProcessPrng shim | Ralf Jung | -0/+17 |
| 2024-02-26 | fix clippy | Ralf Jung | -1/+1 |
| 2024-02-26 | Merge from rustc | The Miri Conjob Bot | -0/+8 |
| 2024-02-26 | Preparing for merge from rustc | The Miri Conjob Bot | -1/+1 |
| 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 | Merge from rustc | Ralf Jung | -21/+41 |
| 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 | 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 |