]> git.lizzy.rs Git - rust.git/history - tests
deallocate thread-local statics when the thread dies
[rust.git] / tests /
2020-07-27 Ralf Jungdeallocate thread-local statics when the thread dies
2020-07-27 Ralf Jungfix and test order of TLS dtors and thread joining
2020-07-27 Ralf Jungtest referencing unsupported extern static
2020-07-25 borsAuto merge of #1485 - RalfJung:miri-extern-fn, r=oli-obk
2020-07-23 Ralf Jungenable leak check tests on Windows
2020-07-18 borsAuto merge of #1436 - samrat:support-stdin-read, r...
2020-07-11 borsAuto merge of #1475 - RalfJung:dangcast, r=RalfJung
2020-07-11 Ralf Jungtest casting a dangling ptr back from an int
2020-07-11 borsAuto merge of #1474 - RalfJung:canonical, r=RalfJung
2020-07-09 borsAuto merge of #1473 - Stupremee:no-ice-if-no-main-fn...
2020-07-09 Justus KMove no_main test to compile-fail
2020-07-09 Justus KAdd ui test for early exiting if no main
2020-07-07 borsAuto merge of #1468 - RalfJung:uninit-validation, r...
2020-07-07 Ralf Jungadjust error messages
2020-07-07 Ralf Jungtest validation of uninit memory (used to ICE)
2020-07-03 borsAuto merge of #1466 - RalfJung:target, r=RalfJung
2020-07-02 borsAuto merge of #1463 - RalfJung:track-call-id, r=oli-obk
2020-07-02 borsAuto merge of #1464 - RalfJung:rustup, r=RalfJung
2020-07-02 Ralf Jungrustup
2020-06-28 borsAuto merge of #1462 - RalfJung:ignore-windows, r=RalfJung
2020-06-28 Ralf Jungfix some ignore-windows comments
2020-06-28 borsAuto merge of #1461 - RalfJung:rwlock-win, r=oli-obk
2020-06-28 Ralf Jungmove rwlock dequeuing to shared code, and use that...
2020-06-27 Ralf Jungwith this, we support panics on Windows
2020-06-27 Ralf Jungintroduce platform-specific module hierarchy for dlsym...
2020-06-27 borsAuto merge of #1460 - RalfJung:modules, r=RalfJung
2020-06-27 Ralf JungRename shims::{sync -> posic_sync} and move sync_single...
2020-06-27 borsAuto merge of #1459 - RalfJung:ptr_guaranteed_eq, r...
2020-06-27 Ralf Jungsupply our own implementation of the CTFE pointer compa...
2020-06-26 borsAuto merge of #1458 - RalfJung:rustup, r=RalfJung
2020-06-26 Ralf Jungbump Rust
2020-06-22 borsAuto merge of #1455 - RalfJung:rustup, r=RalfJung
2020-06-22 Ralf Jungadd a miscompilation test
2020-06-20 borsAuto merge of #1454 - RalfJung:test-raw-ptr, r=RalfJung
2020-06-20 Ralf Jungunaligned-raw-deref is always UB
2020-06-20 Ralf Jungmake sure the raw_ptr macros also avoid UB
2020-06-20 Ralf Jungmake sure '&raw *' on a dangling raw ptr is UB
2020-06-20 borsAuto merge of #1453 - RalfJung:rustup, r=RalfJung
2020-06-20 Ralf Jungbump Rust
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
next