]> git.lizzy.rs Git - rust.git/history - src/concurrency
Auto merge of #2430 - RalfJung:no-global-wrapper, r=RalfJung
[rust.git] / src / concurrency /
2022-07-23 borsAuto merge of #2424 - RalfJung:weak-memory-debug, r...
2022-07-23 Ralf Jungadd a flag to print a diagnostic when an outdated value...
2022-07-20 borsAuto merge of #2404 - RalfJung:mix, r=RalfJung
2022-07-20 Ralf Jungsome stray tag → prov renames
2022-07-20 borsAuto merge of #2403 - RalfJung:rustup, r=RalfJung
2022-07-20 Ralf Jungrustup
2022-07-20 borsAuto merge of #2402 - RalfJung:cargo-target, r=RalfJung
2022-07-20 borsAuto merge of #2391 - RalfJung:stderr, r=oli-obk
2022-07-20 borsAuto merge of #2397 - RalfJung:cleanup, r=RalfJung
2022-07-20 Ralf Jungonly do env var cleanup if all threads have stopped
2022-07-19 borsAuto merge of #2350 - RalfJung:remove-deprecated, r...
2022-07-15 borsAuto merge of #2368 - RalfJung:debug, r=oli-obk
2022-07-14 Ralf Jungmake some debug assertions in RangeObjectMap be full...
2022-07-03 borsAuto merge of #1935 - saethlin:optimize-sb, r=RalfJung
2022-07-02 borsAuto merge of #2311 - RalfJung:many-seeds, r=RalfJung
2022-07-02 borsAuto merge of #2305 - RalfJung:rustup, r=RalfJung
2022-07-02 borsAuto merge of #2304 - LegNeato:shim-fstat64-mac, r...
2022-07-02 borsAuto merge of #2302 - RalfJung:datarace, r=RalfJung
2022-07-02 Ralf Jungfix and slightly improve data race reports
2022-07-01 Ralf Jungavoid copying thread manager state in data race detector
2022-07-01 Ralf Jungrename some data_race types for more clarity
2022-07-01 borsAuto merge of #2298 - InfRandomness:shim-error, r=RalfJung
2022-07-01 borsAuto merge of #2297 - RalfJung:rustup, r=RalfJung
2022-07-01 Ralf Jungmake clippy happy
2022-07-01 Ralf Jungrustup
2022-06-13 borsAuto merge of #2179 - RalfJung:rustc, r=oli-obk
2022-06-13 borsAuto merge of #2203 - RalfJung:deprecate, r=oli-obk
2022-06-11 borsAuto merge of #2227 - RalfJung:doc, r=RalfJung
2022-06-11 borsAuto merge of #2215 - InfRandomness:getpid_shim, r...
2022-06-11 Ralf Jungmake some rustdoc comments more readable
2022-06-11 borsAuto merge of #2222 - InfRandomness:cargo-docs, r=RalfJung
2022-06-11 infrandomnessAdd mandatory cargo_doc
2022-06-08 borsAuto merge of #2216 - RalfJung:rustup, r=RalfJung
2022-06-08 Ralf Jungsome clippy-induced cleanup
2022-06-07 borsAuto merge of #2208 - RalfJung:preempt, r=RalfJung
2022-06-07 Ralf Jungrename AllocationMap → RangeObjectMap
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