]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-07-01 Ralf Jungmore tweaks
2022-07-01 Ralf Jungadd './miri many-seeds', and respect MIRIFLAGS in ...
2022-07-01 Ralf Jungmake miri script work from other working directories
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 #2291 - RalfJung:no-std-is-minimal, r...
2022-06-30 Ralf Junguse run_tests_minimal for the new no-std test
2022-06-30 borsAuto merge of #2282 - rust-lang:no_std, r=RalfJung
2022-06-30 Oli SchererSupport no-std targets and test it in CI
2022-06-30 borsAuto merge of #2290 - RalfJung:snakessss, r=RalfJung
2022-06-30 Ralf Junguse Rust SnakeCase
2022-06-30 borsAuto merge of #2289 - RalfJung:rustup, r=RalfJung
2022-06-30 Ralf Jungrustup
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 Jungmerge two SB test files
2022-06-29 Ralf Jungadd option for recursive field retagging
2022-06-29 borsAuto merge of #2288 - RalfJung:clippy, r=RalfJung
2022-06-29 Ralf Jungmake ui_test pass clippy
2022-06-29 Ralf Jungadd ./miri clippy
2022-06-29 Christian LegnittoSupport `gettimeofday` on more than macos
2022-06-29 borsAuto merge of #2285 - LegNeato:patch-1, r=RalfJung
2022-06-29 Christian LegnittoUpdate path to passing tests in CONTRIBUTING.md examples
2022-06-29 borsAuto merge of #2283 - RalfJung:color, r=RalfJung
2022-06-29 Ralf Jungrevert --color=always changes
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 Jungimprove atomics test coverage
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 Jungtypo
2022-06-28 Ralf Jungupdate getrandom
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 Jungrustup
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 Jungmake sure a thread is joined
2022-06-27 Ralf Jungtypo
2022-06-27 Ralf Jungavoid unnecessary indirection in miri-track-raw-pointer...
2022-06-27 Ralf Jungmake macOS happy
2022-06-27 Ralf Jungfmt
2022-06-27 Ralf Jungreadme: move some things around
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 Ralf Jungonly test a few tests on FreeBSD
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 #2274 - RalfJung:trophy, r=RalfJung
2022-06-26 Ralf Jungtrophy case: add the data race in thread::scope
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 #2270 - RalfJung:futex-ordering, r=RalfJung
2022-06-26 Ralf Jungtest that futexes induce appropriate synchronization
2022-06-26 borsAuto merge of #2269 - RalfJung:fmt, r=RalfJung
2022-06-26 Ralf Jungmake a bunch of tests look more like how they did befor...
2022-06-26 borsAuto merge of #2245 - saethlin:color-always, r=RalfJung
2022-06-26 Ralf Jungdon't assert the same thing twice
2022-06-25 borsAuto merge of #2268 - RalfJung:not-unpin-protected...
2022-06-25 Ralf Jungtest that &mut !Unpin references are protected
2022-06-25 borsAuto merge of #2267 - RalfJung:rustup, r=RalfJung
2022-06-25 Ralf Jungtest for forgetting locked mutex
2022-06-25 Ralf Jungjoin all the threads
2022-06-25 Ralf Jungrustup
2022-06-25 borsAuto merge of #2265 - RalfJung:readme, r=RalfJung
2022-06-25 Ralf JungREADME: multi-seed loop: also test the 0 seed
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 Ben KimockActually pass through the request for --color=always
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 borsAuto merge of #2263 - wesleywiser:update_measureme...
2022-06-24 Wesley WiserUpdate measureme to the latest version
2022-06-24 Ralf Jungmake the tests pass
2022-06-24 Ralf Jungreorganize exposure code a bit
2022-06-24 Ralf Jungadd exposed_only_ro test
2022-06-24 carbotaniumanTry fix stuff
2022-06-24 carbotaniumanMaybe this wil work
2022-06-24 carbotaniumanHandle wildcard pointers in SB
2022-06-24 borsAuto merge of #2262 - RalfJung:zulip, r=RalfJung
2022-06-24 Ralf Jungonly one Zulip cron job topic per month
2022-06-23 borsAuto merge of #2257 - dtolnay-contrib:rustfmt9, r=RalfJung
2022-06-23 David TolnayBless stderr files after rustfmt
next