]> git.lizzy.rs Git - rust.git/history - tests
Add `mkstemp` shim for unix
[rust.git] / tests /
2022-08-02 Christian LegnittoAdd `mkstemp` shim for unix
2022-08-02 borsAuto merge of #2457 - RalfJung:realpath, r=RalfJung
2022-08-02 Ralf Jungoutput realpath as a path, and remove a bogus test
2022-08-02 Christian LegnittoAdd shim for `realpath` on unix
2022-07-28 borsAuto merge of #2426 - saethlin:unix-exec, r=RalfJung
2022-07-27 borsAuto merge of #2447 - RalfJung:rustup, r=RalfJung
2022-07-27 Ralf Jungrustup
2022-07-26 borsAuto merge of #2444 - oli-obk:file_descriptor_defaults...
2022-07-26 borsAuto merge of #2446 - RalfJung:rustup, r=RalfJung
2022-07-26 Ralf Jungadd test for dyn call issue
2022-07-25 Oli SchererAdd default impls for `FileDescriptor` methods
2022-07-25 borsAuto merge of #2438 - RalfJung:more-track-caller, r...
2022-07-25 Ralf Jungrustup
2022-07-25 Ralf Jungadjust for more backtrace pruning
2022-07-25 borsAuto merge of #2422 - RalfJung:integers, r=oli-obk
2022-07-25 borsAuto merge of #2436 - RalfJung:lib-crates, r=oli-obk
2022-07-25 borsAuto merge of #2434 - RalfJung:ui-test-locked, r=oli-obk
2022-07-24 borsAuto merge of #2439 - RalfJung:ptr-offset-from-unsigned...
2022-07-24 Ralf Jungmore tests for ptr_offset_from_unsinged
2022-07-24 Ralf Jungmake miri a better RUSTC by default inside cargo-miri
2022-07-24 borsAuto merge of #2435 - RalfJung:rustup, r=RalfJung
2022-07-24 Ralf Jungget rid of some uses of core_intrinsics
2022-07-24 Ralf Jungrustup
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
next