rust/tests/compile-fail
bors d473242ecd Auto merge of #1617 - JCTyblaidd:data_race_detector, r=RalfJung
Add simple data-race detector

Partially fixes data-race detection, see #1372, based on Dynamic Race Detection for C++11

- This does not explore weak memory behaviour, only exploring one sequentially consistent ordering.
- Data-race detection is only enabled after the first thread is created, so should have minimal overhead for non-concurrent execution.
- ~~Does not attempt to re-use thread id's so creating and joining threads lots of time in an execution will result in the vector clocks growing in size and slowing down program execution~~ It does now
2020-11-29 18:44:28 +00:00
..
2020-09-24 09:19:03 +02:00
2020-11-05 17:09:44 +01:00
2020-06-26 20:36:08 +02:00
2020-05-25 00:02:54 +02:00
2020-06-20 11:48:42 +02:00
2020-05-07 08:38:59 +02:00
2020-07-23 15:56:38 +02:00
2020-03-19 08:25:08 +01:00
2020-07-09 17:21:09 +02:00
2020-04-25 11:12:50 +02:00
2020-03-09 17:03:39 +01:00
2020-05-22 17:03:25 +02:00
2020-03-25 09:32:15 +01:00
2020-03-19 08:25:08 +01:00