]> git.lizzy.rs Git - rust.git/history - tests
canonicalize miri's directory
[rust.git] / tests /
2020-09-11 borsAuto merge of #1543 - RalfJung:btree, r=RalfJung
2020-09-11 Ralf Jungtest BTreeMap::drain_filter for leaks
2020-09-10 borsAuto merge of #1541 - RalfJung:rustup, r=RalfJung
2020-09-10 Ralf Jungexpand collection tests
2020-09-09 borsAuto merge of #1511 - samrat:more-fd-trait-ops, r=RalfJung
2020-09-09 Samrat Man SinghImplement dup and close for stdin/stdout/stderr
2020-09-08 borsAuto merge of #1536 - divergentdave:nanosleep, r=RalfJung
2020-09-07 David CookUpdate comment
2020-09-07 David CookReview comments
2020-09-07 borsAuto merge of #1539 - RalfJung:issue, r=RalfJung
2020-09-07 Ralf Jungfix referenced issue
2020-09-07 borsAuto merge of #1538 - RalfJung:rustup, r=RalfJung
2020-09-07 Ralf Junguse standard black_box function
2020-09-07 Ralf Junganother optimization work-around
2020-09-07 Ralf Jungbetter optimization suppression
2020-09-07 Ralf Jungtest opt-level 2
2020-09-07 Ralf Jungwork around rustc optimizations becoming too smart
2020-09-06 David CookImplement libc::nanosleep shim
2020-09-06 David CookRefactor timespec parsing, improve error handling
2020-09-03 borsAuto merge of #1532 - divergentdave:thread-panic-payloa...
2020-09-03 David CookPer-thread errno storage
2020-09-01 borsAuto merge of #1533 - RalfJung:rustup, r=RalfJung
2020-09-01 Ralf Jungrustup, fix test
2020-09-01 David CookReview comments
2020-08-30 David CookMove panic payload state from Machine to Thread
2020-08-28 borsAuto merge of #1525 - divergentdave:cargo-miri-targets...
2020-08-27 borsAuto merge of #1530 - RalfJung:rustup, r=RalfJung
2020-08-27 Ralf Jungrustup
2020-08-24 borsAuto merge of #1524 - RalfJung:rustup, r=RalfJung
2020-08-24 Ralf Jungrustup; account for ptr_offset_from stabilization
2020-08-22 borsAuto merge of #1523 - RalfJung:test-matrix, r=RalfJung
2020-08-22 Ralf Jungfix a test for big-endian targets
2020-08-21 borsAuto merge of #1521 - workingjubilee:bump-cargo-metadat...
2020-08-21 borsAuto merge of #1518 - workingjubilee:remove-byteorder...
2020-08-20 borsAuto merge of #1520 - RalfJung:rustup, r=RalfJung
2020-08-20 Ralf Jungavoid promotion in alignment test to get different...
2020-08-18 borsAuto merge of #1517 - RalfJung:align-test, r=RalfJung
2020-08-18 Ralf Jungforgot to add alignment test loop in one test
2020-08-17 borsAuto merge of #1513 - RalfJung:int-align, r=RalfJung
2020-08-17 Ralf Jungmake another test more robust against random alignment
2020-08-16 Ralf Jungmake sure we test panic of interpreter-impelemted align...
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
next