]> git.lizzy.rs Git - rust.git/history - src/concurrency/data_race.rs
some clippy-induced cleanup
[rust.git] / src / concurrency / data_race.rs
2022-06-08 Ralf Jungsome clippy-induced cleanup
2022-06-06 borsAuto merge of #1963 - cbeuw:weak-memory, r=RalfJung
2022-06-06 Andy WangRemove unused lifetimes
2022-06-06 Andy WangGive flag temp disabling race detector a better name
2022-06-06 Andy WangRefer to GitHub issue on overwritten init value
2022-06-06 Andy WangForbade all racing mixed size atomic accesses
2022-06-06 Andy WangAllow non-racy mixed size accesses
2022-06-06 Andy WangDestroy store buffers on non-racy non-atomic accesses
2022-06-06 Andy WangDifferentiate between not multithreading and temp disab...
2022-06-06 Andy WangPut the initialisation value into the store buffer
2022-06-06 Andy WangMove buffered functions into their own ext trait
2022-06-06 Andy WangMove data_race and weak_memory into a submodule