about summary refs log tree commit diff
path: root/src/tools/miri
AgeCommit message (Expand)AuthorLines
2024-08-05interpret: move nullary-op evaluation into operator.rsRalf Jung-1/+1
2024-08-05Auto merge of #3789 - RalfJung:deps, r=RalfJungbors-310/+300
2024-08-05bump dependenciesRalf Jung-307/+297
2024-08-05use a Miri-specific folder for ui testsRalf Jung-1/+1
2024-08-05bump rustc-build-sysroot dependencyRalf Jung-3/+3
2024-08-05fmtRalf Jung-1/+4
2024-08-05Merge from rustcRalf Jung-29/+58
2024-08-05Preparing for merge from rustcRalf Jung-1/+1
2024-08-03Promote aarch64-apple-darwin to Tier 1Evelyn Harthbrooke-2/+1
2024-08-03Miri: add a flag to do recursive validity checkingRalf Jung-29/+57
2024-08-03Merge from rustcThe Miri Cronjob Bot-25/+0
2024-08-03Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-08-02Auto merge of #3769 - primoly:miri-start, r=RalfJungbors-11/+140
2024-08-02docsRalf Jung-9/+24
2024-08-02Add `miri_start` supportprimoly-11/+125
2024-08-02fmtThe Miri Cronjob Bot-3/+6
2024-08-02Merge from rustcThe Miri Cronjob Bot-103/+97
2024-08-02Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-08-02Rollup merge of #128453 - RalfJung:raw_eq, r=saethlinMatthias Krüger-25/+0
2024-08-01bless miri testsjoboet-4/+4
2024-08-01interpret: simplify pointer arithmetic logicRalf Jung-58/+40
2024-08-01on a signed deref check, mention the right pointer in the errorRalf Jung-43/+53
2024-08-01Auto merge of #3782 - RalfJung:josh-roundtrip-error, r=RalfJungbors-1/+4
2024-08-01when josh-proxy screws up the roundtrip, say what the involved commits areRalf Jung-1/+4
2024-08-01flock: a bit of cleanupRalf Jung-10/+9
2024-07-31raw_eq: using it on bytes with provenance is not UB (outside const-eval)Ralf Jung-25/+0
2024-07-31FD table: rename dup to get_refRalf Jung-6/+6
2024-07-30Rollup merge of #128382 - RalfJung:cargo-miri-assert, r=oli-obkMatthias Krüger-1/+4
2024-07-30FD: refactor API names a littleRalf Jung-17/+17
2024-07-30Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68bors-1/+0
2024-07-30Use Scalar consistently in foreign item emulationOli Scherer-245/+239
2024-07-30cargo-miri: better error when we seem to run inside bootstrap but something i...Ralf Jung-1/+4
2024-07-30Auto merge of #3770 - oli-obk:duplicator, r=oli-obkbors-33/+37
2024-07-30Auto merge of #3759 - newpavlov:flock, r=oli-obkbors-2/+230
2024-07-30Merge from rustcThe Miri Cronjob Bot-88/+100
2024-07-30Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-07-29Rename all `file_descriptor` variables to `file_description` to match the nam...Oli Scherer-24/+24
2024-07-29Rename `FileDescriptor` to `FileDescriptionRef`Oli Scherer-8/+8
2024-07-29Split out actual `FileDescriptor` creationOli Scherer-4/+8
2024-07-29Make field private. It is not used outside the module and it should not be di...Oli Scherer-1/+1
2024-07-29Rollup merge of #128333 - RalfJung:miri-sync, r=RalfJungMatthias Krüger-204/+807
2024-07-28step cfg(bootstrap)Mark Rousskov-1/+0
2024-07-27improve dangling/oob errors and make them more uniformRalf Jung-84/+86
2024-07-27miri: fix offset_from behavior on wildcard pointersRalf Jung-6/+16
2024-07-27fix clippyRalf Jung-1/+1
2024-07-27Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-07-26Add `flock` shimАртём Павлов [Artyom Pavlov]-2/+230
2024-07-26Auto merge of #3763 - tiif:global-fd-id, r=oli-obkbors-34/+24
2024-07-26Let insert_fd takes in FileDescription instead of FileDescriptortiif-34/+24
2024-07-26Auto merge of #3766 - RalfJung:tree-borrows-int2ptr, r=RalfJungbors-138/+201