]> git.lizzy.rs Git - rust.git/history - tests
Auto merge of #1744 - rust-lang:bad-unwind, r=RalfJung
[rust.git] / tests /
2021-03-14 borsAuto merge of #1744 - rust-lang:bad-unwind, r=RalfJung
2021-03-14 Ralf Jungdon't ICE when we unwind despite panic=abort
2021-03-14 Ralf Jungensure we catch incorrectly unwinding calls
2021-03-11 borsAuto merge of #1739 - RalfJung:rustup, r=RalfJung
2021-03-11 Ralf Jungrustup
2021-03-10 borsAuto merge of #1738 - RalfJung:rustup, r=RalfJung
2021-03-10 Ralf Jungrustup
2021-03-09 borsAuto merge of #1736 - DJMcNab:rust-analyzer-private...
2021-03-08 borsAuto merge of #1735 - m-ou-se:remove-unwrap-none, r...
2021-03-08 Mara BosFix panic test.
2021-03-08 Mara BosRemove unwrap_none as it won't be stabilized.
2021-03-05 borsAuto merge of #1733 - Smittyvb:breakpoint-intrinsic...
2021-03-04 SmittySupport breakpoint intrinsic
2021-03-02 borsAuto merge of #1721 - henryboisdequin:add-atomic-min...
2021-03-02 Henry BoisdequinAdd in `atomic_{min,max}_x` intrinsics
2021-03-02 borsAuto merge of #1730 - RalfJung:zulip, r=oli-obk
2021-03-02 borsAuto merge of #1731 - RalfJung:ci, r=oli-obk
2021-03-02 borsAuto merge of #1729 - RalfJung:rustup, r=RalfJung
2021-03-02 Ralf Jungmake optimized-test-run a bit more like what cargo...
2021-03-02 Ralf Jungrustup; fix tests for new MIR optimization
2021-02-28 borsAuto merge of #1726 - hyd-dev:stub-d, r=RalfJung
2021-02-27 borsAuto merge of #1725 - RalfJung:zst-reborrow, r=RalfJung
2021-02-27 Ralf Jungfix reborrowing of tagged ZST references
2021-02-23 borsAuto merge of #1720 - RalfJung:rustup, r=RalfJung
2021-02-23 Ralf Jungrustup
2021-02-17 borsAuto merge of #1714 - RalfJung:rustup, r=RalfJung
2021-02-17 Ralf Jungrustup
2021-02-16 borsAuto merge of #1712 - RalfJung:rustup, r=RalfJung
2021-02-16 Ralf Jungadd test by @eddyb
2021-02-16 Ralf Jungrustup and temporarily disable broken tests
2021-02-09 borsAuto merge of #1703 - calebzulawski:master, r=RalfJung
2021-02-08 Caleb ZulawskiRemove non-power-of-two SIMD vectors
2021-02-05 borsAuto merge of #1701 - m-ou-se:non-fmt-panic-lint, r...
2021-02-05 Mara BosUpdate rust version.
2021-02-03 borsAuto merge of #1700 - RalfJung:rustup, r=RalfJung
2021-02-03 Ralf Jungrustup
2021-01-31 borsAuto merge of #1697 - RalfJung:rustup, r=RalfJung
2021-01-31 Ralf Jungrustup
2021-01-30 borsAuto merge of #1693 - rust-lang:oli-obk-patch-1, r...
2021-01-29 borsAuto merge of #1696 - RalfJung:abi-check, r=RalfJung
2021-01-29 Ralf Jungadd test for caller ABI check
2021-01-29 borsAuto merge of #1670 - unseddd:abi, r=RalfJung
2021-01-28 borsAuto merge of #1686 - thomcc:cmpxchg_weak, r=oli-obk
2021-01-27 borsAuto merge of #1692 - RalfJung:rustup, r=RalfJung
2021-01-27 Ralf Jungrustup; more slack for timing tests
2021-01-26 borsAuto merge of #1690 - RalfJung:rustup, r=RalfJung
2021-01-26 Ralf Jungerroneous_const span now changes with inlining
2021-01-26 Ralf Jungrustup; allow some lints
2021-01-26 Thom ChiovoloniFail 80% of the time on weak cmpxchg, not 50%
2021-01-26 Thom Chiovolonireview nits
2021-01-26 Thom ChiovoloniTest that _weak atomics sometimes fail
2021-01-26 Thom ChiovoloniAdd random failures to compare_exchange_weak
2021-01-24 borsAuto merge of #1675 - hyd-dev:proc-macro-unit-test...
2021-01-22 borsAuto merge of #1682 - RalfJung:rustup, r=RalfJung
2021-01-22 Ralf Jungrustup; test swap of element with itself
2021-01-16 borsAuto merge of #1678 - RalfJung:features, r=RalfJung
2021-01-16 Ralf Jungremove some unnecessary feature gates
2021-01-15 borsAuto merge of #1673 - RalfJung:rustup, r=RalfJung
2021-01-15 Ralf Jungrustup; make tests pass again
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
next