]> git.lizzy.rs Git - rust.git/history - src/data_race.rs
Auto merge of #1721 - henryboisdequin:add-atomic-min-and-max, r=oli-obk
[rust.git] / src / data_race.rs
2021-03-02 borsAuto merge of #1721 - henryboisdequin:add-atomic-min...
2021-03-02 Henry BoisdequinAdd in `atomic_{min,max}_x` intrinsics
2021-03-02 Henry Boisdequinfmt data_race.rs and intrinsics.rs
2021-02-20 borsAuto merge of #1716 - tmiasko:rustup, r=RalfJung
2021-02-20 Tomasz Miąskorustup to e7c23ab933ebc1f205c3b59f4ebc85d40f67d404
2021-01-30 borsAuto merge of #1693 - rust-lang:oli-obk-patch-1, r...
2021-01-29 borsAuto merge of #1670 - unseddd:abi, r=RalfJung
2021-01-28 borsAuto merge of #1686 - thomcc:cmpxchg_weak, r=oli-obk
2021-01-26 Thom ChiovoloniAllow configuring the failure rate with -Zmiri-compare...
2021-01-26 Thom ChiovoloniFail 80% of the time on weak cmpxchg, not 50%
2021-01-26 Thom ChiovoloniAdd random failures to compare_exchange_weak
2021-01-15 borsAuto merge of #1673 - RalfJung:rustup, r=RalfJung
2021-01-15 Ralf Jungrustup; make tests pass again
2020-12-13 borsAuto merge of #1644 - JCTyblaidd:detect_race_with_alloc...
2020-12-13 JCTyblaiddTidy new_allocation
2020-12-13 JCTyblaiddRework to work with machine hook.
2020-12-13 JCTyblaiddUpdate src/data_race.rs
2020-12-13 JCTyBlaiddFix review changes
2020-12-13 JCTyBlaiddFix bug with reporting wrong thread for races with...
2020-12-13 JCTyblaiddFix nits
2020-12-13 JCTyBlaiddRemove old FIXME
2020-12-13 JCTyBlaiddMore tests, fix issue 1643 and detect races with alloca...
2020-12-06 borsAuto merge of #1641 - JCTyblaidd:update_release_sequenc...
2020-12-06 JCTyblaiddFix caps
2020-12-06 JCTyBlaiddUpdate release sequence handling to C++20 semantics.
2020-11-29 borsAuto merge of #1617 - JCTyblaidd:data_race_detector...
2020-11-29 Ralf Jungfix some typos
2020-11-28 JCTyBlaiddFix typos - looked into the papers handling of timestam...
2020-11-27 JCTyBlaiddApply review changes, incrementing the clocks twice...
2020-11-15 JCTyBlaiddRun rustfmt on vector_clock.rs and data_race.rs
2020-11-15 JCTyBlaiddAdd comment regarding seq-cst ordering & add test for...
2020-11-15 JCTyBlaiddTidy up comments and function layout, should fix most...
2020-11-06 JCTyBlaiddMore aggressive vector index re-use, and added some...
2020-11-05 JCTyBlaiddMove to use of thread termination hook for vector re...
2020-11-05 JCTyBlaiddSplit out vector_clock to separate file, general tidy...
2020-11-04 JCTyBlaiddDetect races between atomic and non-atomic accesses...
2020-11-02 JCTyBlaiddAdd newlines at end of file + use replace.
2020-11-02 JCTyBlaiddFix & rebase
2020-11-02 JCTyBlaiddAdd tests, and fix bug in atomic RMW relaxed stores
2020-11-02 JCTyBlaiddInitial data-race detector,