| Age | Commit message (Expand) | Author | Lines |
| 2022-11-11 | Rollup merge of #104051 - RalfJung:miri, r=RalfJung | Manish Goregaokar | -218/+831 |
| 2022-11-09 | Rollup merge of #104046 - RalfJung:run-miri-run, r=oli-obk | Michael Goulet | -10/+15 |
| 2022-11-09 | Rollup merge of #103570 - lukas-code:stabilize-ilog, r=scottmcm | Dylan DPC | -2/+0 |
| 2022-11-06 | Auto merge of #2638 - DrMeepster:windows-condvars, r=RalfJung | bors | -30/+504 |
| 2022-11-06 | bootstrap: put Miri sysroot into local build dir | Ralf Jung | -10/+15 |
| 2022-11-05 | fix shared behavior and add tests | DrMeepster | -3/+290 |
| 2022-11-05 | use enum for condvar locks | DrMeepster | -44/+76 |
| 2022-11-05 | impl condvars for windows | DrMeepster | -30/+185 |
| 2022-11-05 | Merge from rustc | Ralf Jung | -59/+13 |
| 2022-11-05 | Rollup merge of #103660 - ozkanonur:master, r=jyn514 | Dylan DPC | -59/+11 |
| 2022-11-04 | Auto merge of #2641 - DrMeepster:init_once_acquire, r=RalfJung | bors | -33/+97 |
| 2022-11-04 | improve `filesearch::get_or_default_sysroot` r=ozkanonur | Onur Özkan | -59/+11 |
| 2022-11-03 | clarify no_data_race_after_complete test | DrMeepster | -2/+2 |
| 2022-11-03 | refactor into private functions | DrMeepster | -26/+51 |
| 2022-11-02 | fix ./miri bench | Ralf Jung | -1/+4 |
| 2022-10-31 | Auto merge of #102950 - oli-obk:check_miri, r=RalfJung | bors | -0/+2 |
| 2022-10-31 | bump up recursion limit for miri crate | Ralf Jung | -0/+2 |
| 2022-10-31 | followup for pr 2640 | Rageking8 | -1/+1 |
| 2022-10-30 | add acquire when init once is already complete | DrMeepster | -20/+59 |
| 2022-10-31 | fix dupe word typos | Rageking8 | -2/+2 |
| 2022-10-30 | rustup | Ralf Jung | -2/+2 |
| 2022-10-30 | Merge from rustc | Ralf Jung | -4/+3 |
| 2022-10-30 | Auto merge of #103721 - RalfJung:miri, r=RalfJung | bors | -74/+346 |
| 2022-10-29 | Stacked Borrows: make scalar field retagging the default | Ralf Jung | -42/+76 |
| 2022-10-29 | Auto merge of #2634 - RalfJung:miri-script, r=oli-obk | bors | -111/+146 |
| 2022-10-29 | explain how to go back to rustup-managed Miri | Ralf Jung | -0/+3 |
| 2022-10-29 | merge rustup-toolchain into ./miri | Ralf Jung | -68/+58 |
| 2022-10-29 | teach ./miri how to do Josh syncs | Ralf Jung | -44/+89 |
| 2022-10-28 | relative futex and condvar timeouts can work with isolation | Ralf Jung | -7/+100 |
| 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 | simplify Linux futex impl a bit | Ralf Jung | -22/+7 |
| 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 | -8/+155 |
| 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 | -4/+19 |
| 2022-10-28 | pthread_setname_np returns an int on macOS | Ralf Jung | -4/+19 |
| 2022-10-27 | Implement `ptr_mask` intrinsic | Maybe Waffle | -1/+30 |
| 2022-10-27 | Update miri | Maybe Waffle | -4/+3 |
| 2022-10-27 | change cronjob time | Ralf Jung | -1/+1 |
| 2022-10-26 | Auto merge of #2622 - RalfJung:ci, r=RalfJung | bors | -7/+3 |
| 2022-10-26 | simplify GHA | Ralf Jung | -7/+3 |
| 2022-10-26 | test on windows-gnu target | Ralf Jung | -0/+1 |
| 2022-10-26 | stabilize `int_log` | Lukas Markeffsky | -2/+0 |
| 2022-10-26 | Auto merge of #2620 - RalfJung:getname, r=RalfJung | bors | -36/+152 |
| 2022-10-26 | account for different max thread name lengths on different platforms | Ralf Jung | -7/+23 |
| 2022-10-26 | add pthread_getname_np | Ralf Jung | -31/+131 |
| 2022-10-26 | tweak docs | Ralf Jung | -1/+4 |
| 2022-10-25 | Rename, improve docs, fail better | Ben Kimock | -14/+44 |
| 2022-10-25 | bless clippy | Ralf Jung | -34/+34 |