]> git.lizzy.rs Git - rust.git/history - tests/run-pass
Auto merge of #1843 - RalfJung:rustup, r=RalfJung
[rust.git] / tests / run-pass /
2021-06-20 borsAuto merge of #1841 - RalfJung:debug, r=RalfJung
2021-06-20 borsAuto merge of #1840 - hyd-dev:rustup, r=RalfJung
2021-06-20 hyd-devUpdate backtraces
2021-06-15 borsAuto merge of #1833 - hyd-dev:82261, r=RalfJung
2021-06-15 borsAuto merge of #1832 - hyd-dev:1776-follow-up, r=RalfJung
2021-06-15 borsAuto merge of #1836 - hyd-dev:rustup, r=RalfJung
2021-06-15 hyd-devRustup
2021-06-11 borsAuto merge of #1831 - hyd-dev:emulate-by-name-result...
2021-06-11 hyd-devImplement cache for not found symbols
2021-06-11 hyd-devRemove erroneous `exit()` and `ExitProcess()` in `tests...
2021-06-11 hyd-devFix the wrong `EmulateByNameResult::NotSupported` in...
2021-06-09 borsAuto merge of #1830 - RalfJung:readme, r=RalfJung
2021-06-09 borsAuto merge of #1818 - landaire:feature/panic-on-unsuppo...
2021-06-09 borsAuto merge of #1829 - RalfJung:isolation, r=RalfJung
2021-06-09 Ralf Jungisolated operations return EPERM; tweak isolation hint
2021-06-09 borsAuto merge of #1797 - atsmtat:env-isolation, r=RalfJung
2021-06-09 Smit SoniAdd a support to execute isolated op without halting
2021-06-09 borsAuto merge of #1827 - l4l:patch-1, r=RalfJung
2021-06-08 borsAuto merge of #1828 - hyd-dev:rustup, r=RalfJung
2021-06-08 hyd-devUpdate `Box<Any>` to `Box<dyn Any>` in `catch_panic...
2021-06-07 Lander BrandtAdd support for panicking in the emulated application...
2021-06-06 borsAuto merge of #1823 - hyd-dev:extern-crate-std, r=RalfJung
2021-06-06 hyd-devRemove 2 tests
2021-06-06 hyd-devDetect `std` by checking if the crate defines `#[lang...
2021-06-03 borsAuto merge of #1776 - hyd-dev:1170, r=RalfJung
2021-06-03 borsAuto merge of #1824 - Pointerbender:strings-test, r...
2021-06-03 Pointerbenderadded a strings.rs regression test case for potential...
2021-06-03 borsAuto merge of #1816 - Pointerbender:slices-tests, r...
2021-06-03 hyd-devRemove some tests
2021-06-02 Pointerbenderuse references so that potential aliasing bugs are...
2021-06-02 Pointerbenderregression tests for pointer invalidation in core libra...
2021-05-31 hyd-devImprove tests
2021-05-31 hyd-devRemove duplicated "foreign function"
2021-05-31 hyd-devImplement calls to exported symbols
2021-05-31 hyd-devAdd `-Zmiri-disable-abi-check`
2021-05-11 borsAuto merge of #1792 - RalfJung:rustup, r=RalfJung
2021-05-11 Ralf Jungrustup
2021-05-07 borsAuto merge of #1789 - RalfJung:array-to-elem, r=RalfJung
2021-05-07 Ralf Jungstacked borrows: ensure array-to-elem casts behave...
2021-04-30 borsAuto merge of #1783 - hyd-dev:rustup, r=RalfJung
2021-04-30 hyd-devRustup for rust-lang/rust#84401
2021-04-25 borsAuto merge of #1781 - RalfJung:rustup, r=RalfJung
2021-04-25 Ralf Jungrustup
2021-04-22 borsAuto merge of #1769 - RalfJung:remove-compat, r=oli-obk
2021-04-20 borsAuto merge of #1778 - RalfJung:thread-local-const-init...
2021-04-20 Ralf Jungmake TLS-drop-test more cross-platform
2021-04-18 Ralf Jungtest thread_local_const_init
2021-04-16 borsAuto merge of #1777 - crlf0710:fix_compilation, r=RalfJung
2021-04-16 Charles LewRemove `main_fn.rs` test.
2021-04-11 borsAuto merge of #1772 - RalfJung:less-timeout-checking...
2021-04-11 Ralf Jungtest calling pthread_cond_timedwait with an already...
2021-04-09 borsAuto merge of #1764 - RalfJung:readme, r=RalfJung
2021-04-08 borsAuto merge of #1761 - hyd-dev:build-rs-proc-macro-no...
2021-04-08 hyd-devDon't use `MIRI_DEFAULT_ARGS` to compile host crates
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-02 borsAuto merge of #1721 - henryboisdequin:add-atomic-min...
2021-03-02 Henry BoisdequinAdd in `atomic_{min,max}_x` intrinsics
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-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 #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 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-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-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 JCTyBlaiddDisable tests in windows
2020-12-13 JCTyBlaiddAdd concurrent caller location test
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 #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 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
next