summary refs log tree commit diff
path: root/src/tools/miri
AgeCommit message (Expand)AuthorLines
2022-11-20Delete miri testMichael Goulet-24/+0
2022-10-27Update miriMaybe Waffle-4/+3
2022-10-26Auto merge of #2620 - RalfJung:getname, r=RalfJungbors-36/+152
2022-10-26account for different max thread name lengths on different platformsRalf Jung-7/+23
2022-10-26add pthread_getname_npRalf Jung-31/+131
2022-10-26tweak docsRalf Jung-1/+4
2022-10-25Rename, improve docs, fail betterBen Kimock-14/+44
2022-10-25bless clippyRalf Jung-34/+34
2022-10-25rustupRalf Jung-1/+1
2022-10-25Merge branch 'master' of http://localhost:8000/rust-lang/rust.git:at_commit=7...Ralf Jung-3/+3
2022-10-25Auto merge of #103392 - RalfJung:miri, r=oli-obkbors-465/+1467
2022-10-25Rollup merge of #103122 - ouz-a:mir-technical-debt, r=oli-obkDylan DPC-3/+3
2022-10-24rustupRalf Jung-8/+1
2022-10-24Auto merge of #2615 - RalfJung:josh, r=oli-obkbors-3/+2
2022-10-24point to my fork of josh for nowRalf Jung-3/+2
2022-10-23remove misc_cast and validate typesouz-a-3/+3
2022-10-23Auto merge of #2613 - RalfJung:scalar-only-field-retagging, r=RalfJungbors-10/+128
2022-10-22add scalar-abi-only field retagging optionRalf Jung-10/+128
2022-10-21add GetFileType stubChris Denton-0/+7
2022-10-21Update libffi-sys to 2.0.1Patrick Mooney-2/+2
2022-10-21Auto merge of #2610 - RalfJung:issue-1909, r=RalfJungbors-0/+57
2022-10-21add test for #1909Ralf Jung-0/+57
2022-10-21test is_terminalRalf Jung-1/+13
2022-10-21split libc tests from stdlib testsRalf Jung-120/+176
2022-10-21use is_terminal to implement isattyRalf Jung-30/+41
2022-10-21add always-failing GetFileInformationByHandleEx stubRalf Jung-15/+20
2022-10-21rustupRalf Jung-1/+2
2022-10-21merge rustc historyRalf Jung-7/+21
2022-10-20Auto merge of #2601 - DrMeepster:windows_init_once, r=RalfJungbors-194/+616
2022-10-21slight refactoringRalf Jung-305/+310
2022-10-20change rust version to fix CIDrMeepster-1/+1
2022-10-20remove redundant Ok(...?)DrMeepster-9/+3
2022-10-20code reuse for sync idsDrMeepster-162/+110
2022-10-20use Default derive for InitOnceStatusDrMeepster-7/+2
2022-10-20update rust versionDrMeepster-1/+1
2022-10-20add test for init onceDrMeepster-0/+144
2022-10-20add windows one time initializationDrMeepster-32/+368
2022-10-19Magic functions for writing to stdout/stderr.Cliff L. Biffle-3/+111
2022-10-19Make miri read_dir test a little more robustAlex Saveau-11/+17
2022-10-19Auto merge of #2600 - saethlin:ice, r=RalfJungbors-4/+29
2022-10-19Never start the Stack::retain loop at offset 0 so that the left element is al...Ben Kimock-4/+29
2022-10-19Auto merge of #2604 - RalfJung:ret-scalar, r=RalfJungbors-35/+39
2022-10-19use Scalar return types for Windows shimsRalf Jung-35/+39
2022-10-19Auto merge of #2322 - saethlin:stack-inspection-tools, r=oli-obkbors-0/+79
2022-10-18Add docsBen Kimock-0/+11
2022-10-16Support DirEntry metadata calls in miriAlex Saveau-0/+8
2022-10-16fix caching check in CIRalf Jung-2/+2
2022-10-15Replace tags in stdoutBen Kimock-5/+7
2022-10-14Add a testBen Kimock-0/+34
2022-10-14Implement a crude stack printing mechanismBen Kimock-0/+32