]> git.lizzy.rs Git - rust.git/history - tests
use real align_offset unless we symbolic alignment check is enabled
[rust.git] / tests /
2020-08-16 Ralf Junguse real align_offset unless we symbolic alignment...
2020-08-16 Ralf Jungmake alignment check integer-based by default, and...
2020-08-13 borsAuto merge of #1504 - RalfJung:ill-formed-const, r...
2020-08-13 Ralf Jungadd test for unused ill-formed constant
2020-08-10 borsAuto merge of #1506 - RalfJung:test-isolation, r=RalfJung
2020-08-10 Ralf Jungmake sure opening a file fails with isolation enabled
2020-08-08 borsAuto merge of #1502 - RalfJung:isolation, r=RalfJung
2020-08-08 Ralf Jungfs: move isolation handling to inside trait
2020-08-05 borsAuto merge of #1498 - RalfJung:rustup, r=RalfJung
2020-08-05 Ralf Jungrustup
2020-08-04 borsAuto merge of #1497 - samrat:posix-fs-refactor, r=oli-obk
2020-08-04 Samrat Man SinghFlush to stdout from FileDescriptor::write for `Stdout`
2020-08-03 Samrat Man SinghAdd `impl FileDescriptor` for stdin, stdout, stderr
2020-08-03 borsAuto merge of #1495 - samrat:fd-trait, r=oli-obk
2020-08-01 borsAuto merge of #1494 - RalfJung:stack-unwind-top, r...
2020-08-01 Ralf Jungtest unwinding past topmost frame of a stack
2020-08-01 Ralf Jungrustup; fix linked_list test
2020-07-31 borsAuto merge of #1493 - RalfJung:track-test, r=RalfJung
2020-07-31 Ralf Jungtest track_caller on trait objects
2020-07-29 borsAuto merge of #1490 - RalfJung:rustup, r=RalfJung
2020-07-29 Ralf Jungrustup for new folder layout
2020-07-27 borsAuto merge of #1489 - RalfJung:tls-alloc-ids, r=oli-obk
2020-07-27 Ralf Jungrustup and test fixes
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
next