]> git.lizzy.rs Git - rust.git/history - tests
add Zulip site information
[rust.git] / tests /
2020-12-31 borsAuto merge of #1663 - RalfJung:rustup, r=RalfJung
2020-12-31 Ralf Jungtest Weak into_raw/from_raw on dangling ptrs
2020-12-30 borsAuto merge of #1662 - RalfJung:rustup, r=RalfJung
2020-12-30 Ralf Jungpanicing now works with -Zmiri-track-raw-pointers
2020-12-29 borsAuto merge of #1659 - RalfJung:rustup, r=RalfJung
2020-12-29 Ralf Jungrustup; add an interesting alias test case
2020-12-21 borsAuto merge of #1656 - RalfJung:tests, r=RalfJung
2020-12-21 Ralf Jungleak checker: also test AtomicPtr stored via 'swap'
2020-12-13 borsAuto merge of #1644 - JCTyblaidd:detect_race_with_alloc...
2020-12-13 JCTyBlaiddFix review changes
2020-12-13 JCTyBlaiddChange to disable mir-opt in compile-flags
2020-12-13 JCTyBlaiddDisable tests in windows
2020-12-13 JCTyBlaiddDefeat the mir-opt=3 optimizer.
2020-12-13 JCTyBlaiddUpdate note
2020-12-13 JCTyBlaiddFix bug with reporting wrong thread for races with...
2020-12-13 JCTyBlaiddAdd concurrent caller location test
2020-12-13 JCTyblaiddFix nits
2020-12-13 JCTyBlaiddIncrease sleep times for the scheduler
2020-12-13 JCTyBlaiddMore tests, fix issue 1643 and detect races with alloca...
2020-12-11 borsAuto merge of #1648 - RalfJung:windows-track-raw, r...
2020-12-11 Ralf Jungenable track-raw-ptr tests on Windows
2020-12-10 borsAuto merge of #1646 - RalfJung:rustup, r=RalfJung
2020-12-10 Ralf Jungrustup
2020-12-10 borsAuto merge of #1645 - RalfJung:rustup, r=RalfJung
2020-12-09 Ralf Jungrustup; test AtomicPtr leak checker
2020-12-06 borsAuto merge of #1641 - JCTyblaidd:update_release_sequenc...
2020-12-06 JCTyBlaiddFix typo
2020-12-06 JCTyBlaiddUpdate release sequence handling to C++20 semantics.
2020-12-05 borsAuto merge of #1640 - RalfJung:readme, r=RalfJung
2020-12-05 borsAuto merge of #1639 - m-ou-se:allocator, r=RalfJung
2020-12-04 Mara BosUse new std::alloc::Allocator interface.
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
next