]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-06-13 Oli SchererAlways show stderr on test failure.
2022-06-13 borsAuto merge of #2230 - scottmcm:master, r=RalfJung
2022-06-13 Scott McMurrayAdd `#![feature(yeet_expr)]`
2022-06-13 borsAuto merge of #2229 - DrMeepster:patch-1, r=RalfJung
2022-06-12 DrMeepstercorrect the path
2022-06-12 borsAuto merge of #2195 - RalfJung:vtable-validation, r...
2022-06-12 Ralf Jungbless
2022-06-12 Ralf Jungtweak punctuation
2022-06-12 Ralf Jungrustup
2022-06-12 Ralf Jungrename ExperimentalUb → StackedBorrowsUb
2022-06-12 Ralf Jungtest for Stacked Borrows error during vtable validation
2022-06-12 borsAuto merge of #2226 - InfRandomness:unix-helpers, r...
2022-06-11 DrMeepsterAdd cache location on windows to documentation
2022-06-11 infrandomnessAdd `assert_target_os_is_unix` function
2022-06-11 infrandomnessAdd target_os_is_unix helper
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 getpid shim
2022-06-11 infrandomnessAdd mandatory cargo_doc
2022-06-11 borsAuto merge of #2225 - RalfJung:frame-in-std-inlined...
2022-06-11 Ralf Jungmake frame_in_std check work with inlining
2022-06-09 borsAuto merge of #2219 - saethlin:more-benchmarks, r=RalfJung
2022-06-09 Ben KimockAdd more bench-cargo-miri programs
2022-06-08 borsAuto merge of #2218 - Nilstrieb:faster-tag-partial...
2022-06-08 NilstriebAdd comment to explain manual optimization
2022-06-08 NilstriebAllow `clippy::derive_hash_xor_eq`
2022-06-08 NilstriebOptimize `SbTag::eq`
2022-06-08 borsAuto merge of #2217 - RalfJung:rustup, r=RalfJung
2022-06-08 Ralf Jungrustup
2022-06-08 borsAuto merge of #2216 - RalfJung:rustup, r=RalfJung
2022-06-08 Ralf Jungdocument how to get a toolchain with clippy
2022-06-08 Ralf Jungsome clippy-induced cleanup
2022-06-08 Ralf Jungrustup
2022-06-07 borsAuto merge of #2213 - RalfJung:clippy, r=RalfJung
2022-06-07 Ralf Junglinux-futex test: ensure we join all threads
2022-06-07 Ralf Junggate bors on clippy
2022-06-07 Ralf Jungsilence another clippy lint
2022-06-07 borsAuto merge of #2212 - RalfJung:cargo-miri, r=RalfJung
2022-06-07 Ralf Jungupdate and move cargo-miri operational description
2022-06-07 borsAuto merge of #2211 - InfRandomness:typo, r=RalfJung
2022-06-07 InfRandomnessFix typo
2022-06-07 borsAuto merge of #2210 - RalfJung:tls-drop-test, r=RalfJung
2022-06-07 Ralf Jungadd stdlib test for TLS dtor order
2022-06-07 borsAuto merge of #2208 - RalfJung:preempt, r=RalfJung
2022-06-07 Ralf Jungbless tests
2022-06-07 Ralf Jungremove warning about thread support being experimental
2022-06-07 Ralf Jungmake scheduler preemptive, with configurable preemption...
2022-06-07 Ralf Jungrename AllocationMap → RangeObjectMap
2022-06-06 borsAuto merge of #2209 - RalfJung:if-only, r=RalfJung
2022-06-06 Ralf Jungbless Windows
2022-06-06 Ralf Junghotfix for incorrect only- logic
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 WangSimplify known C++20 inconsistency test
2022-06-06 Andy WangMove tests to new directories
2022-06-06 Andy WangSpecify only perfectly overlapping accesses can race
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 WangUpdate experimental threading warning
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 WangAdd rust-only operation tests
2022-06-06 Andy WangMove transmute into a separate function
2022-06-06 Andy WangUpdate src/concurrency/weak_memory.rs
2022-06-06 Andy WangSpelling, punctuation and grammar
2022-06-06 Andy WangReplace yield_now() with spin loop hint
2022-06-06 Andy WangAmend experimental thread support warnings
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
2022-06-06 Andy WangReduce the number of runs in consistency tests
2022-06-06 Andy WangRefactor store buffer search conditions
2022-06-06 Andy WangAdd tests showing weak memory behaviours
2022-06-06 Andy WangImprove privacy and comments
2022-06-06 Andy WangUpdate README
2022-06-06 Andy WangAdd more top-level comments
2022-06-06 Andy WangMove cpp20_rwc_syncs into compile-fail
2022-06-06 Andy WangDisable weak memory emulation on scheduler-dependent...
2022-06-06 Andy WangMove type definitions together and clarify fetch_store...
2022-06-06 Andy WangAdd -Zmiri-disable-weak-memory-emulation to README
2022-06-06 Andy WangAdd imperfectly overlapping test
2022-06-06 Andy WangUse a new AllocationMap to store store buffers in the...
2022-06-06 Andy WangClearer boundries between alloc metadata with multiple...
2022-06-06 Andy WangComment out and provide context to C++20 test
2022-06-06 Andy Wangset_at_index sets the default value (0) if index doesn...
2022-06-06 Andy WangImplement weak memory emulation
2022-06-06 Andy WangAdd test cases
2022-06-06 Andy WangAdd weak memory config option
next