]> git.lizzy.rs Git - rust.git/history - src
Bless stderr files after rustfmt
[rust.git] / src /
2022-06-19 borsAuto merge of #2240 - RalfJung:readme, r=RalfJung
2022-06-18 borsAuto merge of #2228 - cbeuw:futex-fix, r=RalfJung
2022-06-18 Ralf Jungtweak correctness comment
2022-06-15 Andy WangElaborate correctness comments
2022-06-13 borsAuto merge of #2232 - rust-lang:gesundheit, r=oli-obk
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-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 borsAuto merge of #2195 - RalfJung:vtable-validation, r...
2022-06-12 Ralf Jungrename ExperimentalUb → StackedBorrowsUb
2022-06-12 borsAuto merge of #2226 - InfRandomness:unix-helpers, r...
2022-06-11 Andy WangPrevent futex_wait from reading outdated value
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-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 Jungsome clippy-induced cleanup
2022-06-07 borsAuto merge of #2213 - RalfJung:clippy, r=RalfJung
2022-06-07 Ralf Jungsilence another clippy lint
2022-06-07 borsAuto merge of #2212 - RalfJung:cargo-miri, r=RalfJung
2022-06-07 borsAuto merge of #2211 - InfRandomness:typo, r=RalfJung
2022-06-07 InfRandomnessFix typo
2022-06-07 borsAuto merge of #2208 - RalfJung:preempt, r=RalfJung
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 Ralf Jungdeprecate -Zmiri-allow-uninit-numbers and -Zmiri-allow...
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 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 WangUpdate src/concurrency/weak_memory.rs
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 WangRefactor store buffer search conditions
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 type definitions together and clarify fetch_store...
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 Wangset_at_index sets the default value (0) if index doesn...
2022-06-06 Andy WangImplement weak memory emulation
2022-06-06 Andy WangAdd weak memory config option
2022-06-06 borsAuto merge of #2183 - RalfJung:better-provenance-contro...
2022-06-06 borsAuto merge of #2202 - InfRandomness:infrandomness/rustd...
2022-06-06 infrandomnessFix rustdoc warnings
2022-06-06 Ralf Jungadjust for better provenance control
2022-06-06 borsAuto merge of #2201 - RalfJung:arg-parsing, r=RalfJung
2022-06-06 Ralf Jungargument parsing: make better use of strip_prefix
2022-06-06 borsAuto merge of #2198 - InfRandomness:UNIX-refactor,...
2022-06-05 infrandomnessRefactor POSIX to UNIX
2022-06-05 borsAuto merge of #2197 - RalfJung:round-robin, r=RalfJung
2022-06-05 Ralf Jungmake Miri's scheduler proper round-robin
2022-06-05 borsAuto merge of #2194 - RalfJung:race, r=RalfJung
2022-06-05 borsAuto merge of #2193 - RalfJung:strict, r=RalfJung
2022-06-05 borsAuto merge of #2189 - RalfJung:clippy, r=RalfJung
2022-06-04 borsAuto merge of #2190 - RalfJung:rustup, r=RalfJung
2022-06-04 Ralf Jungrustup
2022-06-04 Ralf Jungclippy: main crate
2022-06-04 borsAuto merge of #2186 - matthiaskrgr:clippy, r=RalfJung
2022-06-04 Matthias Krügerclippy fixes
2022-06-02 borsAuto merge of #2178 - RalfJung:double-ref, r=RalfJung
2022-06-02 Ralf Jungdo not pass TyCtxt by reference
2022-06-01 borsAuto merge of #2175 - RalfJung:xargo, r=oli-obk
2022-06-01 borsAuto merge of #2167 - rust-lang:gesundheit, r=RalfJung
2022-06-01 Oli SchererCheck that diagnostics happen in the line that they...
2022-05-31 borsAuto merge of #2171 - RalfJung:less-dup, r=RalfJung
2022-05-31 Ralf Jungfix some lifetime names
2022-05-31 Ralf Jungreduce some code duplication
next