]> git.lizzy.rs Git - rust.git/history - tests
Auto merge of #1636 - RalfJung:rustup, r=oli-obk
[rust.git] / tests /
2020-11-29 borsAuto merge of #1617 - JCTyblaidd:data_race_detector...
2020-11-27 JCTyBlaiddApply review changes, incrementing the clocks twice...
2020-11-22 JCTyBlaiddFix review changes
2020-11-22 borsAuto merge of #1633 - RalfJung:rustup, r=RalfJung
2020-11-22 Ralf Jungrustup; test sorting for provenance-correctness
2020-11-19 borsAuto merge of #1630 - RalfJung:rustup, r=RalfJung
2020-11-19 est31Normalize column numbers
2020-11-15 JCTyBlaiddAdd comment regarding seq-cst ordering & add test for...
2020-11-15 JCTyBlaiddTidy up comments and function layout, should fix most...
2020-11-12 borsAuto merge of #1624 - RalfJung:rustup, r=RalfJung
2020-11-12 Ralf Jungrustup; less strict timing tests
2020-11-10 borsAuto merge of #1621 - RalfJung:rustup, r=RalfJung
2020-11-10 Ralf Jungtest btreemap with raw ptr tracking
2020-11-10 Ralf Jungremove some unnecessary feature flags
2020-11-10 Ralf Jungrustup and update test
2020-11-07 borsAuto merge of #1612 - camelid:patch-1, r=RalfJung
2020-11-06 JCTyBlaiddMore aggressive vector index re-use, and added some...
2020-11-05 borsAuto merge of #1619 - RalfJung:rustup, r=RalfJung
2020-11-05 Ralf Jungrustup
2020-11-04 JCTyBlaiddDetect races between atomic and non-atomic accesses...
2020-11-03 borsAuto merge of #1614 - RalfJung:raw-retag, r=RalfJung
2020-11-02 JCTyBlaiddAdd newlines at end of file + use replace.
2020-11-02 JCTyBlaiddMark all new tests as disabled on windows
2020-11-02 JCTyBlaiddAdd tests, and fix bug in atomic RMW relaxed stores
2020-10-31 Ralf Jungtest Rc with raw pointer tracking
2020-10-31 Ralf Jungfix writing to read-only raw pointer in thread-local...
2020-10-31 Ralf JungStacked Borrows: test raw-ref-to-field with raw ptr...
2020-10-31 borsAuto merge of #1613 - RalfJung:test-normalize, r=RalfJung
2020-10-31 Ralf Jungbacktrace tests: support more ways of checking out...
2020-10-30 borsAuto merge of #1611 - RalfJung:timing-tests, r=RalfJung
2020-10-30 Ralf Jungincrease timeout to avoid spurious test failures
2020-10-29 borsAuto merge of #1607 - RalfJung:rustup, r=RalfJung
2020-10-29 Ralf Jungrustup
2020-10-28 borsAuto merge of #1606 - RalfJung:trophy, r=oli-obk
2020-10-28 borsAuto merge of #1603 - RalfJung:track-raw, r=oli-obk
2020-10-28 Ralf Jungtest raw pointer tracking; we cannot track raw pointers...
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-28 Ralf Jungrun some tests with raw pointer tracking
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
next