]> git.lizzy.rs Git - rust.git/history - tests/pass
make tests pass again
[rust.git] / tests / pass /
2022-08-06 Ralf Jungmake tests pass again
2022-08-06 borsAuto merge of #2469 - RalfJung:math, r=RalfJung
2022-08-06 Ralf Jungsupport and test some more math functions
2022-08-06 Ralf Jungwork around apfloat bug in FMA by using host floats...
2022-08-06 borsAuto merge of #2467 - RalfJung:home, r=RalfJung
2022-08-06 Ralf Jungadd support for env::home_dir
2022-08-06 borsAuto merge of #2466 - RalfJung:longsleep, r=RalfJung
2022-08-06 Ralf Jungfix an ICE in nanosleep()
2022-08-06 borsAuto merge of #2465 - RalfJung:strerror_r, r=RalfJung
2022-08-06 Ralf Jungavoid strerror_r failure on unknown errnum
2022-08-03 borsAuto merge of #2459 - RalfJung:cargo-miri-split, r...
2022-08-03 borsAuto merge of #2346 - LegNeato:mkstemp, r=RalfJung
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-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 borsAuto merge of #2435 - RalfJung:rustup, r=RalfJung
2022-07-24 Ralf Jungget rid of some uses of core_intrinsics
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 Jungadjust for symbolic vtables
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-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-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-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-12 Ralf Jungremove deprecated options
2022-07-08 borsAuto merge of #2332 - rust-lang:slash_slash_at, r=oli-obk
2022-07-08 Oli SchererPort all tests
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 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 #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
next