| Age | Commit message (Expand) | Author | Lines |
| 2022-11-20 | Delete miri test | Michael Goulet | -24/+0 |
| 2022-10-27 | Update miri | Maybe Waffle | -4/+3 |
| 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 |
| 2022-10-25 | rustup | Ralf Jung | -1/+1 |
| 2022-10-25 | Merge branch 'master' of http://localhost:8000/rust-lang/rust.git:at_commit=7... | Ralf Jung | -3/+3 |
| 2022-10-25 | Auto merge of #103392 - RalfJung:miri, r=oli-obk | bors | -465/+1467 |
| 2022-10-25 | Rollup merge of #103122 - ouz-a:mir-technical-debt, r=oli-obk | Dylan DPC | -3/+3 |
| 2022-10-24 | rustup | Ralf Jung | -8/+1 |
| 2022-10-24 | Auto merge of #2615 - RalfJung:josh, r=oli-obk | bors | -3/+2 |
| 2022-10-24 | point to my fork of josh for now | Ralf Jung | -3/+2 |
| 2022-10-23 | remove misc_cast and validate types | ouz-a | -3/+3 |
| 2022-10-23 | Auto merge of #2613 - RalfJung:scalar-only-field-retagging, r=RalfJung | bors | -10/+128 |
| 2022-10-22 | add scalar-abi-only field retagging option | Ralf Jung | -10/+128 |
| 2022-10-21 | add GetFileType stub | Chris Denton | -0/+7 |
| 2022-10-21 | Update libffi-sys to 2.0.1 | Patrick Mooney | -2/+2 |
| 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 | use is_terminal to implement isatty | Ralf Jung | -30/+41 |
| 2022-10-21 | add always-failing GetFileInformationByHandleEx stub | Ralf Jung | -15/+20 |
| 2022-10-21 | rustup | Ralf Jung | -1/+2 |
| 2022-10-21 | merge rustc history | Ralf Jung | -7/+21 |
| 2022-10-20 | Auto merge of #2601 - DrMeepster:windows_init_once, r=RalfJung | bors | -194/+616 |
| 2022-10-21 | slight refactoring | Ralf Jung | -305/+310 |
| 2022-10-20 | change rust version to fix CI | DrMeepster | -1/+1 |
| 2022-10-20 | remove redundant Ok(...?) | DrMeepster | -9/+3 |
| 2022-10-20 | code reuse for sync ids | DrMeepster | -162/+110 |
| 2022-10-20 | use Default derive for InitOnceStatus | DrMeepster | -7/+2 |
| 2022-10-20 | update rust version | DrMeepster | -1/+1 |
| 2022-10-20 | add test for init once | DrMeepster | -0/+144 |
| 2022-10-20 | add windows one time initialization | DrMeepster | -32/+368 |
| 2022-10-19 | Magic functions for writing to stdout/stderr. | Cliff L. Biffle | -3/+111 |
| 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 | -4/+29 |
| 2022-10-19 | Never start the Stack::retain loop at offset 0 so that the left element is al... | Ben Kimock | -4/+29 |
| 2022-10-19 | Auto merge of #2604 - RalfJung:ret-scalar, r=RalfJung | bors | -35/+39 |
| 2022-10-19 | use Scalar return types for Windows shims | Ralf Jung | -35/+39 |
| 2022-10-19 | Auto merge of #2322 - saethlin:stack-inspection-tools, r=oli-obk | bors | -0/+79 |
| 2022-10-18 | Add docs | Ben Kimock | -0/+11 |
| 2022-10-16 | Support DirEntry metadata calls in miri | Alex Saveau | -0/+8 |
| 2022-10-16 | fix caching check in CI | Ralf Jung | -2/+2 |
| 2022-10-15 | Replace tags in stdout | Ben Kimock | -5/+7 |
| 2022-10-14 | Add a test | Ben Kimock | -0/+34 |
| 2022-10-14 | Implement a crude stack printing mechanism | Ben Kimock | -0/+32 |