]> git.lizzy.rs Git - rust.git/history - tests
Auto merge of #1604 - RalfJung:std-debug-assert, r=oli-obk
[rust.git] / tests /
2020-10-28 borsAuto merge of #1604 - RalfJung:std-debug-assert, r...
2020-10-28 Ralf Jungdisable debug assertions in the standard library
2020-10-27 borsAuto merge of #1602 - RalfJung:box, r=RalfJung
2020-10-27 Ralf Jungtest Box::into_raw aliasing
2020-10-25 borsAuto merge of #1600 - RalfJung:rustup, r=RalfJung
2020-10-25 Ralf Jungrustup; make panic output less dependent on stdlib...
2020-10-22 borsAuto merge of #1593 - rust-lang:test, r=RalfJung
2020-10-22 Ralf Jungfix './miri test'
2020-10-22 borsAuto merge of #1592 - RalfJung:rustup, r=RalfJung
2020-10-22 Ralf Jungrustup; increase slack for timing tests
2020-10-22 borsAuto merge of #1590 - RalfJung:trophy, r=RalfJung
2020-10-21 borsAuto merge of #1589 - Aaron1011:enable-normal-backtrace...
2020-10-20 Aaron HillEnable `backtrace` feature in the generated `Xargo...
2020-10-18 borsAuto merge of #1586 - RalfJung:available-concurrency...
2020-10-18 Ralf Jungtest new available_concurrency function
2020-10-18 borsAuto merge of #1584 - Aaron1011:test/std-backtrace...
2020-10-17 Aaron HillTest std::backtrace::Backtrace
2020-10-17 borsAuto merge of #1585 - RalfJung:rustup, r=RalfJung
2020-10-17 Ralf Jungrustup; the bad compile times for the float test are...
2020-10-11 borsAuto merge of #1581 - RalfJung:readme, r=RalfJung
2020-10-11 borsAuto merge of #1580 - Aaron1011:feature/backtrace-fn...
2020-10-11 borsAuto merge of #1571 - lzutao:actions, r=RalfJung
2020-10-10 Aaron HillAdd an `fn_ptr` field to `MiriFrame`
2020-10-07 borsAuto merge of #1550 - RalfJung:vecdeque, r=RalfJung
2020-10-07 Ralf Jungtest VecDeque::iter_mut aliasing
2020-10-06 borsAuto merge of #1575 - Aaron1011:fix/macro-backtrace...
2020-10-05 Aaron HillUse macro callsite spans in backtrace
2020-10-04 borsAuto merge of #1564 - Aaron1011:readlink, r=RalfJung
2020-10-04 Aaron HillNormalize MIRI_TEMP before using it
2020-10-04 borsAuto merge of #1572 - RalfJung:rustup, r=RalfJung
2020-10-04 Ralf Jungrustup; test NaN conversion issue
2020-10-04 Aaron HillSwap order of assertions for easier debugging
2020-10-04 Aaron HillAdd trailing punctuation
2020-10-04 Aaron HillMerge `fs` and `fs_libc` tests
2020-10-04 Aaron HillImplement `readlink`
2020-10-04 borsAuto merge of #1563 - lzutao:dummy-actions, r=RalfJung
2020-10-03 borsAuto merge of #1569 - RalfJung:rustup, r=RalfJung
2020-10-03 Ralf Jungmerge parking test into general synchronization test
2020-10-03 Ralf Jungadd backtics back in isolation error message
2020-10-03 borsAuto merge of #1568 - fusion-engineering-forks:futex...
2020-10-03 Mara BosAdd test for futex syscall.
2020-10-03 Mara BosUpdate expected error messages in tests.
2020-10-02 Mara BosAdd park/park_timeout/unpark test.
2020-09-30 borsAuto merge of #1566 - RalfJung:backtrace, r=RalfJung
2020-09-30 Ralf Jungnormalize backtrace stderr even more
2020-09-28 borsAuto merge of #1559 - Aaron1011:new-miri-backtrace...
2020-09-28 Aaron HillNormalize out generic arguments in backtrace-api stderr
2020-09-28 Aaron HillRequire #[repr(C)] on MiriFrame
2020-09-28 Aaron HillApply #[inline(never)] to functions that we want in...
2020-09-28 Aaron HillMake some error messages lowercase
2020-09-28 Aaron HillMove things around
2020-09-28 Aaron HillPrint non-std frames to stdout in `backtrace-api` test
2020-09-28 Aaron HillUse a 'flags' parameter instead of 'version'
2020-09-28 Aaron HillNormalize line and column numbers from the sysroot
2020-09-28 Aaron HillAdd API for capturing backtrace
2020-09-24 borsAuto merge of #1561 - RalfJung:rustup, r=RalfJung
2020-09-24 Ralf Jungrustup; fix tests
2020-09-20 borsAuto merge of #1554 - RalfJung:rustup, r=RalfJung
2020-09-20 Ralf Jungrustup; support panic=abort on Windows
2020-09-20 borsAuto merge of #1552 - RalfJung:rustup, r=RalfJung
2020-09-20 Ralf Jungaccount for mir-opts masking more errors
2020-09-20 Ralf Jungrustup; make sure the iterator moves even with smarter...
2020-09-18 borsAuto merge of #1549 - RalfJung:panic-abort, r=oli-obk
2020-09-18 Ralf Jungsupport panic=abort
2020-09-17 borsAuto merge of #1540 - RalfJung:cargo-miri-redone, r...
2020-09-17 Ralf Jungupdate docs, and also use MIRIFLAGS for the test suite
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...
next