]> git.lizzy.rs Git - rust.git/history - tests
add exposed_only_ro test
[rust.git] / tests /
2022-06-24 Ralf Jungadd exposed_only_ro test
2022-06-24 carbotaniumanHandle wildcard pointers in SB
2022-06-23 borsAuto merge of #2257 - dtolnay-contrib:rustfmt9, r=RalfJung
2022-06-23 David TolnayBless stderr files after rustfmt
2022-06-23 David TolnayManual adjustments
2022-06-23 David TolnayFormat late arrivals with rustfmt
2022-06-23 borsAuto merge of #2261 - RalfJung:fmt, r=oli-obk
2022-06-23 borsAuto merge of #2250 - rust-lang:gesundheit, r=oli-obk
2022-06-23 Oli SchererRequire local annotations for local diagnostics
2022-06-22 borsAuto merge of #2248 - RalfJung:arc-drop-fix, r=RalfJung
2022-06-22 borsAuto merge of #2255 - dtolnay-contrib:rustfmt7, r=oli-obk
2022-06-22 borsAuto merge of #2253 - RalfJung:only-bits, r=oli-obk
2022-06-22 borsAuto merge of #2252 - dtolnay-contrib:rustfmt5, r=oli-obk
2022-06-22 borsAuto merge of #2254 - dtolnay-contrib:rustfmt6, r=oli-obk
2022-06-22 David TolnayManual adjustments
2022-06-22 David TolnayBless stderr files after rustfmt
2022-06-22 David TolnayManual adjustments
2022-06-22 David TolnayFormat tests with rustfmt (288-299 of 299)
2022-06-22 David TolnayFormat tests with rustfmt (276-287 of 299)
2022-06-22 borsAuto merge of #2251 - dtolnay-contrib:rustfmt4, r=RalfJung
2022-06-22 borsAuto merge of #2241 - RalfJung:extern_static_in_const...
2022-06-22 Ralf Jungfix ICE when const refers to extern static
2022-06-21 David TolnayBless stderr files after rustfmt
2022-06-21 David TolnayManual adjustments
2022-06-21 David TolnayFormat tests with rustfmt (225-275 of 300)
2022-06-21 David TolnayBless stderr files after rustfmt
2022-06-21 David TolnayManual adjustments
2022-06-21 David TolnayFormat tests with rustfmt (201-224 of 300)
2022-06-21 Ralf Jungdo not protect SRW items
2022-06-21 Ralf Jungadd tests that fail due to SRW protectors
2022-06-21 Ralf Jungmove nopreempt sync tests to their own file
2022-06-21 borsAuto merge of #2249 - dtolnay-contrib:rustfmt3, r=oli-obk
2022-06-21 borsAuto merge of #2246 - dtolnay-contrib:rustfmt1, r=oli-obk
2022-06-21 David TolnayBless stderr files after rustfmt
2022-06-21 David TolnayManual adjustments
2022-06-21 David TolnayFormat tests with rustfmt (151-200 of 300)
2022-06-21 David TolnayManual adjustments
2022-06-21 borsAuto merge of #2247 - dtolnay-contrib:rustfmt2, r=RalfJung
2022-06-21 borsAuto merge of #2244 - dtolnay-contrib:rustfmt0, r=RalfJung
2022-06-20 David TolnayManual adjustments
2022-06-20 David TolnayFormat tests with rustfmt (101-150 of 300)
2022-06-20 David TolnayBless stdout files after rustfmt
2022-06-20 David TolnayFormat tests with rustfmt (51-100 of 300)
2022-06-20 David TolnayManual adjustments
2022-06-20 borsAuto merge of #2243 - saethlin:color-always, r=oli-obk
2022-06-20 David TolnayBless stderr files after rustfmt
2022-06-20 David TolnayFormat tests and benches with rustfmt (1-50 of 300)
2022-06-20 borsAuto merge of #2242 - dtolnay-contrib:rustfmtskip,...
2022-06-20 David TolnayAdd rustfmt::skip to some files
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-16 borsAuto merge of #2237 - RalfJung:ice, r=oli-obk
2022-06-16 borsAuto merge of #2236 - RalfJung:rustup, r=RalfJung
2022-06-16 Ralf Jungrustup
2022-06-13 Andy WangReduce the number of iterations
2022-06-13 borsAuto merge of #2207 - RalfJung:ui_test_parallelism...
2022-06-13 Ralf Jungorganize more files into folders, and run the weak...
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 #2229 - DrMeepster:patch-1, r=RalfJung
2022-06-12 borsAuto merge of #2195 - RalfJung:vtable-validation, r...
2022-06-12 Ralf Jungbless
2022-06-12 Ralf Jungtest for Stacked Borrows error during vtable validation
2022-06-11 Andy WangPrevent futex_wait from reading outdated value
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 InfRandomnessAdd getpid shim
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 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-06 borsAuto merge of #2209 - RalfJung:if-only, r=RalfJung
2022-06-06 Ralf Jungbless Windows
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 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 WangRefer to GitHub issue on overwritten init value
2022-06-06 Andy WangForbade all racing mixed size atomic accesses
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 WangAdd rust-only operation tests
2022-06-06 Andy WangMove transmute into a separate function
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 WangThrow UB on imperfectly overlapping access
2022-06-06 Andy WangReduce the number of runs in consistency tests
2022-06-06 Andy WangAdd tests showing weak memory behaviours
2022-06-06 Andy WangMove cpp20_rwc_syncs into compile-fail
next