]> git.lizzy.rs Git - rust.git/history - tests
cargo-miri: use '--config target.runner' rather than the TARGET_RUNNER env vars
[rust.git] / tests /
2022-07-23 borsAuto merge of #2420 - RalfJung:num_cpus, r=RalfJung
2022-07-23 Ralf Jungadd num_cpus crate test
2022-07-22 borsAuto merge of #2418 - RalfJung:track, r=RalfJung
2022-07-22 Ralf Jungadd more track_caller tests
2022-07-22 borsAuto merge of #2415 - RalfJung:cargo-miri, r=oli-obk
2022-07-22 borsAuto merge of #2035 - RalfJung:small-bitmask, r=RalfJung
2022-07-22 Ralf Jungrustup
2022-07-22 Ralf Jungtest bitmasks smaller than a byte
2022-07-22 borsAuto merge of #2384 - RalfJung:vtables, r=RalfJung
2022-07-22 Ralf Jungrustup
2022-07-22 Ralf Jungtest for some bad use of vtables
2022-07-22 Ralf Jungadjust for symbolic vtables
2022-07-21 borsAuto merge of #2413 - RalfJung:norm, r=RalfJung
2022-07-21 Ralf Jungnormalize stronger
2022-07-21 borsAuto merge of #2410 - rust-lang:miri_auto_ops, r=RalfJung
2022-07-21 borsAuto merge of #2408 - RalfJung:deps, r=oli-obk
2022-07-21 Ralf Jungtest page_size via test dependency support
2022-07-21 borsAuto merge of #2383 - rust-lang:dot_mode, r=oli-obk
2022-07-21 Oli SchererPrint one character per test instead of one line
2022-07-20 borsAuto merge of #2404 - RalfJung:mix, r=RalfJung
2022-07-20 Ralf Jungcheck for extern static size mismatches
2022-07-20 borsAuto merge of #2402 - RalfJung:cargo-target, r=RalfJung
2022-07-20 borsAuto merge of #2373 - rust-lang:test_dependencies,...
2022-07-20 Oli SchererAllow tests to have dependencies
2022-07-20 borsAuto merge of #2401 - RalfJung:dyn, r=RalfJung
2022-07-20 Ralf Jungfix test file name
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 borsAuto merge of #2394 - saethlin:unique-range-ice, r...
2022-07-20 Ben KimockClarify implementation a bit
2022-07-20 Ben KimockAdd a minimal reproducer of the ICE
2022-07-19 borsAuto merge of #2395 - RalfJung:upcast, r=RalfJung
2022-07-19 Ralf Jungadd some dyn upcasting tests
2022-07-19 borsAuto merge of #2390 - RalfJung:debug, r=RalfJung
2022-07-19 borsAuto merge of #2350 - RalfJung:remove-deprecated, r...
2022-07-19 borsAuto merge of #2388 - RalfJung:rustup, r=RalfJung
2022-07-19 Ralf Jungrustup
2022-07-18 borsAuto merge of #2382 - RalfJung:atomic, r=RalfJung
2022-07-18 Ralf Jungadd support for new RMW orders
2022-07-18 borsAuto merge of #2379 - RalfJung:ui-test-target-filter...
2022-07-18 borsAuto merge of #2380 - RalfJung:isatty, r=RalfJung
2022-07-18 Ralf Junglibc test: also call isatty on an actual file
2022-07-18 Ralf Jungui_test: more robust syntax for target filtering
2022-07-18 borsAuto merge of #2349 - saethlin:isatty, r=RalfJung
2022-07-18 Ben KimockTest that isatty doesn't crash
2022-07-17 borsAuto merge of #2376 - RalfJung:rustup, r=RalfJung
2022-07-17 Ralf Jungmake unused flags work like they used to
2022-07-17 Ralf Jungrustup
2022-07-14 borsAuto merge of #2372 - RalfJung:rustup, r=RalfJung
2022-07-14 borsAuto merge of #2370 - RalfJung:weak-mem-test, r=RalfJung
2022-07-14 Ralf Jungtest that we can see this weak behavior
2022-07-14 Ralf Jungreplace a macro by a function
2022-07-14 Ralf Jungadd work-around for #2164
2022-07-14 borsAuto merge of #2371 - RalfJung:rustup, r=RalfJung
2022-07-14 Ralf Jungfix a missing thread join
2022-07-14 Ralf Jungrustup
2022-07-14 Ralf Jungadd another weak mem consistency test
2022-07-14 borsAuto merge of #2328 - RalfJung:perf, r=RalfJung
2022-07-14 borsAuto merge of #2369 - RalfJung:reborrow, r=RalfJung
2022-07-13 Ralf Jungreborrow error: clarify that we are reborrowing *from...
2022-07-13 borsAuto merge of #2367 - RalfJung:ui-test-regex, r=RalfJung
2022-07-13 Ralf Junguse ui_test regex capabilities
2022-07-13 borsAuto merge of #2364 - rust-lang:regex_error_annotations...
2022-07-13 Oli SchererError patterns can be regexes
2022-07-13 borsAuto merge of #2315 - saethlin:shrink-item, r=saethlin
2022-07-13 Ben KimockRearrange and document the new implementation
2022-07-13 Ben KimockStore protectors outside Item, pack Tag and Perm
2022-07-12 borsAuto merge of #2361 - RalfJung:uninit, r=RalfJung
2022-07-12 Ralf Jungtest that we also find bad uses of mem::uninitialized
2022-07-12 borsAuto merge of #2359 - RalfJung:triagebot, r=RalfJung
2022-07-12 Ralf Jungremove deprecated options
2022-07-11 borsAuto merge of #2356 - rust-lang:slash_slash_at, r=RalfJung
2022-07-11 Oli SchererFix annotation filtering with revisions
2022-07-11 Oli SchererRemove error annotations stderr
2022-07-11 Oli Schererrequire level and colon in `//~` style comments
2022-07-11 borsAuto merge of #2354 - Techie-Pi:patch-1, r=RalfJung
2022-07-11 borsAuto merge of #2355 - RalfJung:rustup, r=RalfJung
2022-07-11 Ralf Jungmake more tests deterministic
2022-07-11 Ralf Jungmake a test deterministic
2022-07-08 borsAuto merge of #2332 - rust-lang:slash_slash_at, r=oli-obk
2022-07-08 Oli SchererPort all tests
2022-07-08 Oli SchererActually use eyre and get rid of the ad-hoc macros...
2022-07-08 Oli SchererIntroduce a proper error handling framework
2022-07-08 Oli SchererReplace all //error-pattern comments with strict syntax...
2022-07-08 borsAuto merge of #2345 - RalfJung:rustup, r=RalfJung
2022-07-08 Ralf Jungrustup
2022-07-07 borsAuto merge of #2314 - RalfJung:unsized, r=RalfJung
2022-07-07 Ralf Jungrustup
2022-07-07 Ralf Jungadjust code for copy_op changes
2022-07-07 Ralf Jungtest for better error location on stack pop
2022-07-07 Ralf Jungadjust tests for removal of unsized_locals
2022-07-07 borsAuto merge of #2341 - RalfJung:rustup, r=RalfJung
2022-07-07 Ralf Jungrustup; ptr atomics
2022-07-06 borsAuto merge of #2338 - RalfJung:format, r=RalfJung
2022-07-06 Ralf Jungtweak format strings
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 #2335 - RalfJung:rustup, r=RalfJung
next