| Age | Commit message (Expand) | Author | Lines |
| 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 | Auto merge of #2620 - RalfJung:getname, r=RalfJung | bors | -0/+25 |
| 2022-10-26 | add pthread_getname_np | Ralf Jung | -0/+25 |
| 2022-10-25 | Rename, improve docs, fail better | Ben Kimock | -7/+25 |
| 2022-10-22 | add scalar-abi-only field retagging option | Ralf Jung | -1/+83 |
| 2022-10-21 | Auto merge of #2610 - RalfJung:issue-1909, r=RalfJung | bors | -0/+57 |
| 2022-10-21 | add test for #1909 | Ralf Jung | -0/+57 |
| 2022-10-21 | test is_terminal | Ralf Jung | -1/+13 |
| 2022-10-21 | split libc tests from stdlib tests | Ralf Jung | -120/+176 |
| 2022-10-21 | merge rustc history | Ralf Jung | -7/+21 |
| 2022-10-20 | Auto merge of #2601 - DrMeepster:windows_init_once, r=RalfJung | bors | -0/+144 |
| 2022-10-20 | add test for init once | DrMeepster | -0/+144 |
| 2022-10-19 | Magic functions for writing to stdout/stderr. | Cliff L. Biffle | -2/+83 |
| 2022-10-19 | Make miri read_dir test a little more robust | Alex Saveau | -11/+17 |
| 2022-10-19 | Auto merge of #2600 - saethlin:ice, r=RalfJung | bors | -0/+21 |
| 2022-10-19 | Never start the Stack::retain loop at offset 0 so that the left element is al... | Ben Kimock | -0/+21 |
| 2022-10-19 | Auto merge of #2322 - saethlin:stack-inspection-tools, r=oli-obk | bors | -0/+36 |
| 2022-10-16 | Support DirEntry metadata calls in miri | Alex Saveau | -0/+8 |
| 2022-10-15 | Replace tags in stdout | Ben Kimock | -5/+7 |
| 2022-10-14 | Add a test | Ben Kimock | -0/+34 |
| 2022-10-14 | print the target also when running tests on the host | Ralf Jung | -22/+24 |
| 2022-10-12 | merge rustc history | Ralf Jung | -2/+2 |
| 2022-10-11 | rename rustc_allocator_nounwind to rustc_nounwind | Ralf Jung | -2/+2 |
| 2022-10-10 | merge rustc history | Ralf Jung | -0/+3 |
| 2022-10-09 | Auto merge of #93668 - SUPERCILEX:path_alloc, r=joshtriplett | bors | -0/+3 |
| 2022-10-09 | 1/1000 events do happen sometimes... | Ralf Jung | -6/+6 |
| 2022-10-09 | merge rustc history | Ralf Jung | -42/+7 |
| 2022-10-08 | Auto merge of #102315 - RalfJung:assert_unsafe_precondition, r=thomcc | bors | -2/+2 |
| 2022-10-07 | make const_err a hard error | Ralf Jung | -40/+5 |
| 2022-10-07 | rustup | Ralf Jung | -2/+3 |
| 2022-10-07 | fix Miri | Ralf Jung | -2/+2 |
| 2022-10-06 | Auto merge of #102573 - RalfJung:mirisync, r=oli-obk | bors | -3/+60 |
| 2022-10-03 | Reduce CString allocations in std as much as possible | Alex Saveau | -0/+3 |
| 2022-10-01 | bless a miri test | Maybe Waffle | -1/+1 |
| 2022-09-27 | Stabilize bench_black_box | Urgau | -3/+2 |
| 2022-09-27 | Auto merge of #2562 - pvdrz:miri-num-cpus, r=RalfJung | bors | -0/+8 |