]> git.lizzy.rs Git - rust.git/history - src/concurrency
Auto merge of #1963 - cbeuw:weak-memory, r=RalfJung
[rust.git] / src / concurrency /
2022-06-06 borsAuto merge of #1963 - cbeuw:weak-memory, r=RalfJung
2022-06-06 Andy WangMake racy imperfectly overlapping atomic access unsuppo...
2022-06-06 Andy WangAdd more backgrounds on lazy store buffers
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 WangMove logic out of machine.rs
2022-06-06 Andy WangWording improvements
2022-06-06 Andy WangSplit extra_cpp tests into sound and unsafe
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 WangUpdate src/concurrency/weak_memory.rs
2022-06-06 Andy WangPut the initialisation value into the store buffer
2022-06-06 Andy WangRename variables in AllocationMap
2022-06-06 Andy WangThrow UB on imperfectly overlapping access
2022-06-06 Andy WangRemove incorrect comment
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