about summary refs log tree commit diff
path: root/src/tools/miri
AgeCommit message (Expand)AuthorLines
2022-12-09Auto merge of #104449 - oli-obk:unhide_unknown_spans, r=estebank,RalfJungbors-80/+82
2022-12-08add graceful shim for the custom `O_TMPFILE` linux file opening flag plus tes...Pointerbender-1/+40
2022-12-06Emit full spans in miriOli Scherer-3/+2
2022-12-06Bless after rebaseOli Scherer-4/+4
2022-12-06Reintroduce the span printing in miri (plus point to spans where possible)Oli Scherer-420/+423
2022-12-06Remove now-redundant file/line info from const backtracesOli Scherer-492/+492
2022-12-06Stacked Borrows: factor the logic determining the new permissions on retag in...Ralf Jung-167/+187
2022-12-06make retagging work even with 'unstable' placesRalf Jung-32/+72
2022-12-05Preparing for merge from rustcRalf Jung-1/+1
2022-12-03for now, do not do fake reads on non-Unpin mutable referencesRalf Jung-54/+14
2022-12-03add test for self-referential futureRalf Jung-0/+102
2022-12-03clippyRalf Jung-42/+15
2022-12-02Merge from rustcRalf Jung-1/+1
2022-12-02Preparing for merge from rustcRalf Jung-1/+1
2022-12-02Auto merge of #2710 - RalfJung:ptr-tracking-ice, r=oli-obkbors-27/+13
2022-12-02Auto merge of #2711 - RalfJung:btrack, r=RalfJungbors-84/+62
2022-12-02fix ICE in pointer trackingRalf Jung-27/+13
2022-12-02rename some more types for consistencyRalf Jung-26/+26
2022-12-02slight simplifications for borrow trackingRalf Jung-58/+36
2022-12-02Auto merge of #2708 - RalfJung:verbose-setup, r=RalfJungbors-3/+6
2022-12-02forward verbosity to cargo setupRalf Jung-3/+6
2022-12-02fix importsVanille-N-5/+9
2022-12-02other renames, introduction of BorrowTrackerMethod and AllocExtraVanille-N-76/+56
2022-12-02SbTag -> BorTag everywhereVanille-N-62/+62
2022-12-02move stacked_borrows to borrow_tracker/stacked_borrowsVanille-N-291/+116
2022-12-02extract common borrow tracking logicVanille-N-0/+365
2022-12-01Bump ui_test crateOli Scherer-9/+9
2022-12-01Auto merge of #2699 - RalfJung:schedule-refactor, r=RalfJungbors-327/+412
2022-11-28Rollup merge of #104933 - RalfJung:interpret-partial-ord, r=oli-obkMatthias Krüger-1/+1
2022-11-28decreasw yield count a bit and explain reasoning a bit moreRalf Jung-1/+5
2022-11-28Auto merge of #2698 - RalfJung:miri-in-rustc, r=oli-obkbors-47/+14
2022-11-28add many-seeds capabilities to CIRalf Jung-3/+16
2022-11-28make ./miri run a bit more silent; add option to control seeds tested by many...Ralf Jung-9/+16
2022-11-28move interpreter loop into thread manager; they are pretty tightly coupled an...Ralf Jung-78/+76
2022-11-28fix TLS on partially supported OSesRalf Jung-3/+9
2022-11-28add scoped thread testRalf Jung-0/+24
2022-11-28yield the main thread a number of times after its TLS dtors are doneRalf Jung-14/+37
2022-11-28cleanup global imports a bitRalf Jung-5/+12
2022-11-28refactor scheduling of TLS dtorsRalf Jung-265/+268
2022-11-27clippyRalf Jung-19/+15
2022-11-27advice on josh pushingRalf Jung-0/+7
2022-11-27Preparing for merge from rustcRalf Jung-1/+1
2022-11-27Auto merge of #2694 - RalfJung:retag-deref-check, r=saethlinbors-157/+339
2022-11-27Auto merge of #2685 - Nilstrieb:cargo-miri-wasm, r=RalfJungbors-1/+3
2022-11-27Auto merge of #2701 - RalfJung:smoke, r=RalfJungbors-1/+1
2022-11-27run_tests_minimal: actually run the smoke test on the desired targetRalf Jung-1/+1
2022-11-27CI: fix begingroup printingRalf Jung-1/+1
2022-11-27Use `.wasm` extension when building for wasm in cargo-mirinils-1/+3
2022-11-27replace 'locally built rustc' instructions by 'Miri in rustc'Ralf Jung-47/+14
2022-11-27nitsRalf Jung-2/+2