]> git.lizzy.rs Git - rust.git/history - tests
Auto merge of #1448 - RalfJung:rustup, r=RalfJung
[rust.git] / tests /
2020-06-09 borsAuto merge of #1418 - divergentdave:file-sync, r=RalfJung
2020-06-06 David CookFinish fixing Windows host support
2020-06-03 borsAuto merge of #1444 - RalfJung:rustup, r=RalfJung
2020-06-03 Ralf Jungrustup, and adjust timing tests
2020-05-31 borsAuto merge of #1440 - RalfJung:wtf8, r=RalfJung
2020-05-31 Ralf Jungtest WTF8 encoding corner cases
2020-05-31 borsAuto merge of #1441 - RalfJung:sync-cleanup, r=RalfJung
2020-05-31 borsAuto merge of #1442 - RalfJung:rustup, r=RalfJung
2020-05-31 Ralf Jungrustup, adjust error message
2020-05-30 Ralf Jungtest and fix for rwlock unlock bug
2020-05-30 borsAuto merge of #1412 - josephlr:ptr, r=RalfJung
2020-05-30 Ralf Jungrustup (and account for stabilization)
2020-05-28 borsAuto merge of #1422 - RalfJung:cargo-miri-workspace...
2020-05-28 Ralf Jungcargo-miri: allow overwriting miri command, and make...
2020-05-25 David CookFix test on Windows hosts
2020-05-25 David CookUpdate comments
2020-05-25 borsAuto merge of #1362 - vakaras:add-sync-primitives-cr1...
2020-05-25 Vytautas AstrauskasIncrease the elapsed time window.
2020-05-24 Vytautas AstrauskasSmall fixes.
2020-05-24 Vytautas AstrauskasFix #1419.
2020-05-24 Vytautas AstrauskasSmall changes.
2020-05-24 Vytautas AstrauskasRewrite notify all test.
2020-05-24 Vytautas AstrauskasSmall changes.
2020-05-24 Vytautas AstrauskasSmall changes.
2020-05-24 Vytautas AstrauskasCleanup Condvar tests.
2020-05-24 Vytautas AstrauskasAdd a timeout test for conditional variables.
2020-05-24 Vytautas AstrauskasMove all run-pass synchronization primitive tests to...
2020-05-24 Vytautas AstrauskasImplement support for synchronization primitives.
2020-05-24 borsAuto merge of #1430 - RalfJung:unsize, r=RalfJung
2020-05-24 Ralf Jungadd interesting unsizing test
2020-05-23 borsAuto merge of #1429 - RalfJung:discriminant_value,...
2020-05-23 Ralf Jungtest discriminant_value intrinsic
2020-05-22 borsAuto merge of #1374 - divergentdave:InvalidUndefBytes...
2020-05-22 David CookUpdate to match rustc changes
2020-05-19 borsAuto merge of #1420 - RalfJung:rustup, r=RalfJung
2020-05-19 Ralf Jungadjust for changed allocation strategy
2020-05-19 David CookReview comments
2020-05-18 David CookAdd file sync shims
2020-05-11 borsAuto merge of #1407 - RalfJung:appveyor, r=RalfJung
2020-05-11 borsAuto merge of #1409 - RalfJung:compiletest-no-rustc...
2020-05-11 Ralf Jungfmt
2020-05-11 Ralf Jungcompiletest: no need to call rustc here
2020-05-10 borsAuto merge of #1402 - rust-lang:alloc_map_unlock, r...
2020-05-10 Oliver SchererUpdate to rustc changes
2020-05-07 borsAuto merge of #1400 - RalfJung:rustup, r=RalfJung
2020-05-07 Ralf Jungrustup
2020-05-07 borsAuto merge of #1397 - brson:tikv-2, r=RalfJung
2020-05-07 borsAuto merge of #1398 - RalfJung:rustup, r=RalfJung
2020-05-07 Ralf Jungrustup; fix error messages
2020-05-06 borsAuto merge of #1396 - RalfJung:float-cast-tests, r...
2020-05-06 Ralf Jungcopy some float cast tests from rustc
2020-05-05 borsAuto merge of #1298 - toc-the-younger:check-arg-count...
2020-05-05 Chase AlbertCorrect the test.
2020-05-04 Chase AlbertTest for too many args.
2020-05-04 Chase AlbertAdd a test for check_arg_count.
2020-05-04 borsAuto merge of #1392 - RalfJung:win-lock-check, r=RalfJung
2020-05-04 Ralf Jungrename single-threaded sync test
2020-05-03 borsAuto merge of #1390 - RalfJung:conc, r=RalfJung
2020-05-03 Ralf Jungalso test panic from thread with name
2020-05-03 Ralf Jungalso test std::hint::spin_loop
2020-05-03 Ralf Jungtest panics in threads
2020-05-03 Ralf Jungexplain what happens in a test
2020-05-02 borsAuto merge of #1383 - brson:tikv-trophy, r=RalfJung
2020-05-02 borsAuto merge of #1384 - RalfJung:rustup, r=RalfJung
2020-05-02 Ralf Jungrustup for fixed error messages
2020-05-01 borsAuto merge of #1381 - RalfJung:rustup, r=RalfJung
2020-05-01 Ralf Jungrustup; fix for changed error messages
2020-05-01 borsAuto merge of #1380 - RalfJung:rustup, r=RalfJung
2020-05-01 Ralf Jungrustup, adjust error messages
2020-04-30 borsAuto merge of #1284 - vakaras:add-threads-cr2, r=RalfJung
2020-04-30 Vytautas AstrauskasFix prctl SET_NAME and GET_NAME behaviour.
2020-04-27 Vytautas AstrauskasFix MacOS and Windows builds.
2020-04-27 Vytautas AstrauskasAdd a test for joining in a destructor.
2020-04-27 Vytautas AstrauskasMove prctl test to the same file as other libc tests.
2020-04-27 Vytautas AstrauskasDelete a duplicate test.
2020-04-27 Vytautas AstrauskasAdded a test that joining main is UB.
2020-04-27 Vytautas AstrauskasUnify TLS dtors; move stepping outside.
2020-04-27 Vytautas AstrauskasChange the test not to rely on internals.
2020-04-27 Vytautas AstrauskasAdd an explanatory comment to the test.
2020-04-27 Vytautas AstrauskasIgnore prctl test on MacOS because it does not support it.
2020-04-27 Vytautas AstrauskasMake multiple threads to try to join a thread while...
2020-04-27 Vytautas AstrauskasCheck prctl argument types and fix the test.
2020-04-27 Vytautas AstrauskasClarify test comments.
2020-04-27 Vytautas AstrauskasFix the test annotation.
2020-04-27 Vytautas AstrauskasMake the main thread detached.
2020-04-27 Vytautas AstrauskasClarify comments about TLS destructor handling in Windo...
2020-04-27 Vytautas AstrauskasAdd more concurrency tests.
2020-04-27 Vytautas AstrauskasImprove concurrency tests.
2020-04-27 Vytautas AstrauskasImprove prctl, add a test.
2020-04-27 Vytautas AstrauskasAdd concurrency tests.
2020-04-27 Vytautas AstrauskasAdd a missing newline in the test.
2020-04-27 Vytautas AstrauskasAddress some of the reviewers comments.
2020-04-27 Vytautas AstrauskasRebase on PR 1157.
2020-04-27 Vytautas AstrauskasRustfmt the test.
2020-04-27 Vytautas AstrauskasFix the problem of sending pointed to thread local...
2020-04-27 Vytautas AstrauskasAdd a test for thread locals.
2020-04-27 Vytautas AstrauskasImplement basic support for concurrency (Linux only).
2020-04-27 borsAuto merge of #1373 - RalfJung:test-rename, r=RalfJung
2020-04-27 borsAuto merge of #1370 - samrat:add-scalar-size-test,...
2020-04-27 Ralf Jungrename tests: undefined -> uninit
next