| Age | Commit message (Expand) | Author | Lines |
| 2022-12-06 | Bless after rebase | Oli Scherer | -4/+4 |
| 2022-12-06 | Reintroduce the span printing in miri (plus point to spans where possible) | Oli Scherer | -419/+419 |
| 2022-12-06 | Remove now-redundant file/line info from const backtraces | Oli Scherer | -492/+492 |
| 2022-12-03 | for now, do not do fake reads on non-Unpin mutable references | Ralf Jung | -45/+0 |
| 2022-12-03 | add test for self-referential future | Ralf Jung | -0/+102 |
| 2022-12-01 | Bump ui_test crate | Oli Scherer | -6/+6 |
| 2022-11-28 | add many-seeds capabilities to CI | Ralf Jung | -0/+8 |
| 2022-11-28 | add scoped thread test | Ralf Jung | -0/+24 |
| 2022-11-27 | Auto merge of #2694 - RalfJung:retag-deref-check, r=saethlin | bors | -42/+233 |
| 2022-11-27 | make Stacked Borrows retags act like data races | Ralf Jung | -42/+144 |
| 2022-11-27 | !Unpin retags must still be reads, to check dereferenceable | Ralf Jung | -0/+89 |
| 2022-11-26 | support no_std on Windows | Ralf Jung | -4/+0 |
| 2022-11-22 | update test_dependencies | Ralf Jung | -2/+2 |
| 2022-11-22 | ensure current getrandom works with strict provenance | Ralf Jung | -5/+11 |
| 2022-11-20 | add a weak form of protection that justifies Box noalias | Ralf Jung | -27/+71 |
| 2022-11-20 | make align_offset always work on no-provenance pointers | Ralf Jung | -0/+6 |
| 2022-11-20 | fix unused warning in a test | Ralf Jung | -1/+1 |
| 2022-11-20 | Merge from rustc | Ralf Jung | -24/+0 |
| 2022-11-19 | implement clock_gettime on macos | Ralf Jung | -6/+14 |
| 2022-11-18 | Delete miri test | Michael Goulet | -24/+0 |
| 2022-11-16 | Auto merge of #104456 - RalfJung:miri, r=RalfJung | bors | -14/+32 |
| 2022-11-16 | cleanup and dedupe CTFE and Miri error reporting | Ralf Jung | -13/+4 |
| 2022-11-15 | Auto merge of #104054 - RalfJung:byte-provenance, r=oli-obk | bors | -42/+207 |
| 2022-11-13 | Auto merge of #2657 - mkroening:miri-alloc, r=RalfJung | bors | -0/+29 |
| 2022-11-13 | final tweaks | Ralf Jung | -1/+1 |
| 2022-11-11 | Rollup merge of #104051 - RalfJung:miri, r=RalfJung | Manish Goregaokar | -56/+400 |
| 2022-11-10 | Merge from rustc | Ralf Jung | -1/+0 |
| 2022-11-09 | Rollup merge of #103570 - lukas-code:stabilize-ilog, r=scottmcm | Dylan DPC | -1/+0 |
| 2022-11-08 | Bump ui test | Oli Scherer | -3/+3 |
| 2022-11-07 | Add miri_alloc, miri_dealloc | Martin Kröning | -0/+29 |
| 2022-11-06 | add test for printing per-byte provenance | Ralf Jung | -0/+64 |
| 2022-11-06 | interpret: support for per-byte provenance | Ralf Jung | -42/+143 |
| 2022-11-06 | remove a stray stderr file | Ralf Jung | -11/+0 |
| 2022-11-05 | fix shared behavior and add tests | DrMeepster | -0/+287 |
| 2022-11-05 | impl condvars for windows | DrMeepster | -18/+4 |
| 2022-11-03 | clarify no_data_race_after_complete test | DrMeepster | -2/+2 |
| 2022-10-30 | add acquire when init once is already complete | DrMeepster | -0/+38 |
| 2022-10-29 | Stacked Borrows: make scalar field retagging the default | Ralf Jung | -38/+71 |
| 2022-10-28 | relative futex and condvar timeouts can work with isolation | Ralf Jung | -0/+94 |
| 2022-10-28 | cleanup some test cfg | Ralf Jung | -13/+11 |
| 2022-10-28 | test most sync primitives on Windows | Ralf Jung | -5/+16 |
| 2022-10-28 | threadleak_ignored should now pass with preemption (the issue has been fixed ... | Ralf Jung | -2/+1 |
| 2022-10-28 | implement thread parking on Windows | Ralf Jung | -3/+0 |
| 2022-10-28 | update ignore-windows comments | Ralf Jung | -7/+5 |
| 2022-10-28 | Auto merge of #2626 - RalfJung:pthread_setname_np, r=RalfJung | bors | -3/+15 |
| 2022-10-28 | pthread_setname_np returns an int on macOS | Ralf Jung | -3/+15 |
| 2022-10-27 | Implement `ptr_mask` intrinsic | Maybe Waffle | -0/+18 |
| 2022-10-26 | stabilize `int_log` | Lukas Markeffsky | -1/+0 |
| 2022-10-26 | Auto merge of #2620 - RalfJung:getname, r=RalfJung | bors | -0/+25 |
| 2022-10-26 | add pthread_getname_np | Ralf Jung | -0/+25 |