]> git.lizzy.rs Git - rust.git/history - src
add './miri many-seeds', and respect MIRIFLAGS in './miri run'
[rust.git] / src /
2022-07-01 borsAuto merge of #2295 - RalfJung:better-alloc-tracking...
2022-07-01 Ralf Jungallocation tracking: also print size, alignment, kind...
2022-06-30 borsAuto merge of #2293 - RalfJung:env, r=RalfJung
2022-06-30 Ralf Jungmake -Zmiri-env-forward take precedence over -Zmiri...
2022-06-30 borsAuto merge of #2290 - RalfJung:snakessss, r=RalfJung
2022-06-30 Ralf Junguse Rust SnakeCase
2022-06-29 borsAuto merge of #2287 - RalfJung:field-retagging, r=RalfJung
2022-06-29 borsAuto merge of #2286 - LegNeato:patch-2, r=RalfJung
2022-06-29 Ralf Jungadd option for recursive field retagging
2022-06-29 Christian LegnittoSupport `gettimeofday` on more than macos
2022-06-29 borsAuto merge of #2283 - RalfJung:color, r=RalfJung
2022-06-29 borsAuto merge of #2281 - RalfJung:rustup, r=RalfJung
2022-06-29 Ralf Jungfmt
2022-06-29 Ralf Jungalso prune caller_location frames when backtrace=off
2022-06-29 Ralf Jungrustup
2022-06-28 borsAuto merge of #2280 - RalfJung:int2ptr, r=RalfJung
2022-06-28 Ralf Jungtweak int2ptr diagnostics
2022-06-28 borsAuto merge of #2279 - RalfJung:adjacent-allocs, r=RalfJung
2022-06-28 Ralf Jungfinally we can actually have adjacent allocations :)
2022-06-28 borsAuto merge of #2278 - RalfJung:rustup, r=RalfJung
2022-06-28 Ralf Jungmake use of get_alloc_info
2022-06-28 borsAuto merge of #2275 - RalfJung:permissive-provenance...
2022-06-28 Ralf Jungshow int2ptr warning once for each span (but don't...
2022-06-28 Ralf Jungfix warning text
2022-06-27 borsAuto merge of #2221 - InfRandomness:freebsd-target...
2022-06-27 Ralf Jungimprove old comment
2022-06-27 borsAuto merge of #2276 - RalfJung:join, r=RalfJung
2022-06-27 Ralf Jungtypo
2022-06-27 Ralf Jungavoid unnecessary indirection in miri-track-raw-pointer...
2022-06-27 Ralf Jungfmt
2022-06-27 Ralf Jungremove support for untagged pointers
2022-06-27 Ralf Jungmore int2ptr cast tests, and fix casting of addresses...
2022-06-27 Ralf Jungmake permissive provenance and raw-ptr tagging the...
2022-06-26 infrandomnessCargo fmt
2022-06-26 infrandomnessAddress code review
2022-06-26 infrandomnessAdd `pthread_attr_get_np` shim
2022-06-26 infrandomnessAdd `pthread_attr_getstack` shim
2022-06-26 infrandomnessFix panicking ui_tests framework
2022-06-26 infrandomnessFix pending reviews
2022-06-26 infrandomnessInitial freebsd work
2022-06-26 borsAuto merge of #2272 - RalfJung:progress, r=RalfJung
2022-06-26 Ralf Jungadd -Zmiri-report-progress to regularly print a stacktr...
2022-06-26 borsAuto merge of #2245 - saethlin:color-always, r=RalfJung
2022-06-25 borsAuto merge of #2264 - RalfJung:not-a-fixme, r=RalfJung
2022-06-25 Ralf Jungremove a FIXME that is not actually a bug
2022-06-25 borsAuto merge of #2196 - carbotaniuman:permissive-stacked...
2022-06-25 Ralf Jungtweaks and feedback
2022-06-25 Ralf Jungimplement 'delimited' expose tracking so we still detec...
2022-06-24 Ralf Jungmake the tests pass
2022-06-24 Ralf Jungreorganize exposure code a bit
2022-06-24 carbotaniumanTry fix stuff
2022-06-24 carbotaniumanMaybe this wil work
2022-06-24 carbotaniumanHandle wildcard pointers in SB
2022-06-23 borsAuto merge of #2261 - RalfJung:fmt, r=oli-obk
2022-06-23 borsAuto merge of #2250 - rust-lang:gesundheit, r=oli-obk
2022-06-22 borsAuto merge of #2248 - RalfJung:arc-drop-fix, r=RalfJung
2022-06-22 borsAuto merge of #2252 - dtolnay-contrib:rustfmt5, r=oli-obk
2022-06-22 borsAuto merge of #2251 - dtolnay-contrib:rustfmt4, r=RalfJung
2022-06-22 borsAuto merge of #2241 - RalfJung:extern_static_in_const...
2022-06-22 Ralf Jungfix ICE when const refers to extern static
2022-06-22 Ralf Jungcheck that tag_alloc_base_pointer is not called on...
2022-06-21 Ralf Jungdo not protect SRW items
2022-06-19 borsAuto merge of #2240 - RalfJung:readme, r=RalfJung
2022-06-18 borsAuto merge of #2228 - cbeuw:futex-fix, r=RalfJung
2022-06-18 Ralf Jungtweak correctness comment
2022-06-15 Andy WangElaborate correctness comments
2022-06-13 borsAuto merge of #2232 - rust-lang:gesundheit, r=oli-obk
2022-06-13 borsAuto merge of #2179 - RalfJung:rustc, r=oli-obk
2022-06-13 borsAuto merge of #2203 - RalfJung:deprecate, r=oli-obk
2022-06-13 borsAuto merge of #2230 - scottmcm:master, r=RalfJung
2022-06-13 Scott McMurrayAdd `#![feature(yeet_expr)]`
2022-06-13 borsAuto merge of #2229 - DrMeepster:patch-1, r=RalfJung
2022-06-12 borsAuto merge of #2195 - RalfJung:vtable-validation, r...
2022-06-12 Ralf Jungrename ExperimentalUb → StackedBorrowsUb
2022-06-12 borsAuto merge of #2226 - InfRandomness:unix-helpers, r...
2022-06-11 Andy WangPrevent futex_wait from reading outdated value
2022-06-11 infrandomnessAdd `assert_target_os_is_unix` function
2022-06-11 infrandomnessAdd target_os_is_unix helper
2022-06-11 borsAuto merge of #2227 - RalfJung:doc, r=RalfJung
2022-06-11 borsAuto merge of #2215 - InfRandomness:getpid_shim, r...
2022-06-11 Ralf Jungmake some rustdoc comments more readable
2022-06-11 borsAuto merge of #2222 - InfRandomness:cargo-docs, r=RalfJung
2022-06-11 InfRandomnessAdd getpid shim
2022-06-11 infrandomnessAdd mandatory cargo_doc
2022-06-11 borsAuto merge of #2225 - RalfJung:frame-in-std-inlined...
2022-06-11 Ralf Jungmake frame_in_std check work with inlining
2022-06-08 borsAuto merge of #2218 - Nilstrieb:faster-tag-partial...
2022-06-08 NilstriebAdd comment to explain manual optimization
2022-06-08 NilstriebAllow `clippy::derive_hash_xor_eq`
2022-06-08 NilstriebOptimize `SbTag::eq`
2022-06-08 borsAuto merge of #2217 - RalfJung:rustup, r=RalfJung
2022-06-08 Ralf Jungrustup
2022-06-08 borsAuto merge of #2216 - RalfJung:rustup, r=RalfJung
2022-06-08 Ralf Jungsome clippy-induced cleanup
2022-06-07 borsAuto merge of #2213 - RalfJung:clippy, r=RalfJung
2022-06-07 Ralf Jungsilence another clippy lint
2022-06-07 borsAuto merge of #2212 - RalfJung:cargo-miri, r=RalfJung
2022-06-07 borsAuto merge of #2211 - InfRandomness:typo, r=RalfJung
2022-06-07 InfRandomnessFix typo
2022-06-07 borsAuto merge of #2208 - RalfJung:preempt, r=RalfJung
next