]> git.lizzy.rs Git - rust.git/history - tests/pass
tweak format strings
[rust.git] / tests / pass /
2022-07-06 borsAuto merge of #2336 - RalfJung:wide-ptr-compare, r...
2022-07-06 borsAuto merge of #2337 - RalfJung:rustup, r=RalfJung
2022-07-06 Ralf Jungrustup
2022-07-06 Ralf Jungfix comparing wide raw pointers
2022-07-05 borsAuto merge of #2323 - RalfJung:box-is-special, r=RalfJung
2022-07-05 Ralf Junghandle Box with allocators
2022-07-03 borsAuto merge of #2319 - RalfJung:dont-touch-vtables,...
2022-07-03 Ralf Jungfix retagging of vtable ptrs
2022-07-03 borsAuto merge of #1935 - saethlin:optimize-sb, r=RalfJung
2022-07-03 borsAuto merge of #2316 - domenicquirl:readme-track-tag...
2022-07-03 borsAuto merge of #2317 - RalfJung:this-is-not-a-std-test...
2022-07-03 Ralf Jungmove arc_drop test to miri-test-libstd
2022-07-02 borsAuto merge of #2311 - RalfJung:many-seeds, r=RalfJung
2022-07-02 borsAuto merge of #2309 - RalfJung:read_link, r=RalfJung
2022-07-02 Ralf Jungtest fs::read_link surface function
2022-07-02 borsAuto merge of #2308 - RalfJung:ptr-tacking, r=RalfJung
2022-07-02 Ralf Jungpointer tag tracking: on creation, log the offsets...
2022-07-02 borsAuto merge of #2306 - RalfJung:unix, r=RalfJung
2022-07-02 Ralf Jungmale libc.rs at least build on FreeBSD
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 borsAuto merge of #2298 - InfRandomness:shim-error, r=RalfJung
2022-07-01 borsAuto merge of #2295 - RalfJung:better-alloc-tracking...
2022-07-01 Ralf Jungallocation tracking: also print size, alignment, kind...
2022-06-30 borsAuto merge of #2282 - rust-lang:no_std, r=RalfJung
2022-06-30 Oli SchererSupport no-std targets and test it in CI
2022-06-29 borsAuto merge of #2287 - RalfJung:field-retagging, r=RalfJung
2022-06-29 borsAuto merge of #2286 - LegNeato:patch-2, r=RalfJung
2022-06-29 Ralf Jungmerge two SB test files
2022-06-29 Ralf Jungadd option for recursive field retagging
2022-06-29 Christian LegnittoSupport `gettimeofday` on more than macos
2022-06-29 borsAuto merge of #2283 - RalfJung:color, r=RalfJung
2022-06-29 borsAuto merge of #2281 - RalfJung:rustup, r=RalfJung
2022-06-29 Ralf Jungfmt
2022-06-29 Ralf Jungimprove atomics test coverage
2022-06-28 borsAuto merge of #2280 - RalfJung:int2ptr, r=RalfJung
2022-06-28 Ralf Jungtweak int2ptr diagnostics
2022-06-28 borsAuto merge of #2279 - RalfJung:adjacent-allocs, r=RalfJung
2022-06-28 Ralf Jungfinally we can actually have adjacent allocations :)
2022-06-28 borsAuto merge of #2275 - RalfJung:permissive-provenance...
2022-06-28 Ralf Jungshow int2ptr warning once for each span (but don't...
2022-06-28 Ralf Jungfix warning text
2022-06-27 borsAuto merge of #2221 - InfRandomness:freebsd-target...
2022-06-27 borsAuto merge of #2276 - RalfJung:join, r=RalfJung
2022-06-27 Ralf Jungmake sure a thread is joined
2022-06-27 Ralf Jungmore int2ptr cast tests, and fix casting of addresses...
2022-06-27 Ralf Jungmake permissive provenance and raw-ptr tagging the...
2022-06-26 infrandomnessFix pending reviews
2022-06-26 infrandomnessInitial freebsd work
2022-06-26 borsAuto merge of #2270 - RalfJung:futex-ordering, r=RalfJung
2022-06-26 Ralf Jungtest that futexes induce appropriate synchronization
2022-06-26 borsAuto merge of #2269 - RalfJung:fmt, r=RalfJung
2022-06-26 Ralf Jungmake a bunch of tests look more like how they did befor...
2022-06-26 borsAuto merge of #2245 - saethlin:color-always, r=RalfJung
2022-06-25 borsAuto merge of #2267 - RalfJung:rustup, r=RalfJung
2022-06-25 Ralf Jungtest for forgetting locked mutex
2022-06-25 Ralf Jungjoin all the threads
2022-06-25 borsAuto merge of #2264 - RalfJung:not-a-fixme, r=RalfJung
2022-06-25 borsAuto merge of #2196 - carbotaniuman:permissive-stacked...
2022-06-24 Ralf Jungmake the tests pass
2022-06-24 carbotaniumanHandle wildcard pointers in SB
2022-06-23 borsAuto merge of #2257 - dtolnay-contrib:rustfmt9, r=RalfJung
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-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 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-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 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-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 borsAuto merge of #2243 - saethlin:color-always, r=oli-obk
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
next