about summary refs log tree commit diff
path: root/src/tools/miri
AgeCommit message (Expand)AuthorLines
2023-08-22make sure './miri many-seeds ./miri run' does not re-invoke the auto-opsRalf Jung-1/+2
2023-08-22respect CARGO_EXTRA_FLAGS in more placesRalf Jung-7/+18
2023-08-22bump serdeRalf Jung-34/+33
2023-08-21fix MIRI_AUTO_OPS not having an effect any moreRalf Jung-2/+8
2023-08-21update recommended RA configRalf Jung-4/+5
2023-08-21fmtThe Miri Conjob Bot-1/+1
2023-08-21Merge from rustcThe Miri Conjob Bot-93/+252
2023-08-21Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-08-20Auto merge of #3032 - RalfJung:serde, r=RalfJung,oli-obkbors-2/+8
2023-08-20pin a version of serde without intransparent unreproducible binary blobsRalf Jung-2/+8
2023-08-20interpret: have assert_* intrinsics call the panic machinery instead of a dir...Ralf Jung-19/+84
2023-08-20interpret/miri: call panic_cannot_unwind lang item instead of hard-coding the...Ralf Jung-39/+133
2023-08-19custom_mir: change Call() terminator syntax to something more readableRalf Jung-35/+35
2023-08-17Auto merge of #3031 - RalfJung:foreign-read, r=RalfJungbors-3/+17
2023-08-17tree borrows: more comments in foreign_read transitionRalf Jung-3/+17
2023-08-16Auto merge of #3027 - ttsugriy:range-map, r=RalfJungbors-5/+2
2023-08-16Avoid unnecessary Vec resize.Taras Tsugrii-5/+2
2023-08-16on out-of-bounds error, show where the allocation was createdRalf Jung-8/+46
2023-08-16Auto merge of #2940 - saethlin:use-after-free-spans, r=RalfJungbors-18/+229
2023-08-16Auto merge of #3028 - ttsugriy:range-map-find-offset, r=RalfJungbors-20/+15
2023-08-16Merge from rustcThe Miri Conjob Bot-1/+0
2023-08-16Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-08-16Auto merge of #114689 - m-ou-se:stabilize-thread-local-cell-methods, r=thomccbors-1/+0
2023-08-15Replace hand-written binary search with Vec::binary_search_by.Taras Tsugrii-20/+15
2023-08-15Tidy up the implementationBen Kimock-12/+9
2023-08-15Explain why we save spans for some memory types and not othersBen Kimock-0/+2
2023-08-15Auto merge of #2972 - RalfJung:c-mem-functions, r=RalfJungbors-6/+46
2023-08-15C string function shims: consistently treat "invalid" pointers as UBRalf Jung-6/+46
2023-08-15Auto merge of #3018 - ttsugriy:ttsugriy-patch-1, r=RalfJungbors-1/+1
2023-08-12Merge from rustcThe Miri Conjob Bot-1/+1
2023-08-12Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-08-11Include spans in use-after-free diagnosticsBen Kimock-18/+230
2023-08-11Auto merge of #3025 - eduardosm:float-to-int, r=RalfJungbors-117/+132
2023-08-11Auto merge of #114735 - RalfJung:miri, r=RalfJungbors-55/+1795
2023-08-11Remove `float_to_int_unchecked` and inline it into its call sitesEduardo Sánchez Muñoz-39/+56
2023-08-11Add checked float-to-int helper functionEduardo Sánchez Muñoz-83/+81
2023-08-11llvm.prefetch is not a math functionRalf Jung-2/+1
2023-08-11Auto merge of #2989 - eduardosm:x86-intrinsics, r=RalfJungbors-0/+1720
2023-08-11Auto merge of #3023 - RalfJung:gamma, r=RalfJungbors-3/+43
2023-08-11miri: implement some `llvm.x86.sse.*` intrinsics and add testsEduardo Sánchez Muñoz-0/+1720
2023-08-10add gamma function shimsRalf Jung-2/+42
2023-08-10Preparing for merge from rustcRalf Jung-1/+1
2023-08-10replace AsAny hack by trait upcasting :)Ralf Jung-31/+22
2023-08-10Stabilize thread local cell methods.Mara Bos-1/+0
2023-08-09Auto merge of #3021 - ttsugriy:bin-search, r=RalfJungbors-17/+6
2023-08-09expand commentRalf Jung-0/+1
2023-08-09Use Vec's binary search instead of hand-written one.Taras Tsugrii-17/+5
2023-08-09rustc: Move `crate_types` from `Session` to `GlobalCtxt`Vadim Petrochenkov-1/+1
2023-08-08[nit][typo] Remove "currently" that breaks reading flow.Taras Tsugrii-1/+1
2023-08-08Auto merge of #3020 - rust-lang:rustup-2023-08-08, r=RalfJungbors-6/+6