]> git.lizzy.rs Git - rust.git/history - tests
mention that we get the toolchain right
[rust.git] / tests /
2019-08-05 borsAuto merge of #888 - RalfJung:rustup, r=RalfJung
2019-08-05 Ralf Jungfix for latest rustc
2019-08-04 borsAuto merge of #886 - Aaron1011:shim/getrandom, r=RalfJung
2019-08-04 Aaron HillImprove formatting
2019-08-04 Aaron HillIgnore other platforms instead of using only-linux
2019-08-04 Aaron HillFix identation
2019-08-04 Aaron HillTest 'libc::getrandom' as well
2019-08-04 Aaron HillAdd test
2019-08-04 borsAuto merge of #885 - Aaron1011:fix/f-round, r=RalfJung
2019-08-04 Aaron HillAdd test for f32::round and f64::round
2019-08-04 borsAuto merge of #876 - RalfJung:atomic, r=RalfJung
2019-08-04 Ralf Jungcheck that atomics are sufficiently aligned, and add...
2019-08-04 Ralf Jungtest AtomicU64
2019-08-04 Ralf Jungconsolidate atomic tests
2019-08-04 borsAuto merge of #882 - RalfJung:miri-rustc, r=RalfJung
2019-08-03 borsAuto merge of #881 - RalfJung:rustup, r=RalfJung
2019-08-03 Ralf Jungadjust error messages in tests
2019-08-03 borsAuto merge of #877 - christianpoveda:ldexp-shim, r...
2019-08-03 borsAuto merge of #856 - RalfJung:type_dispatch_first,...
2019-08-03 Ralf Jungremove some compile-fail tests that now work
2019-08-02 Christian PovedaAdd shim for ldexp
2019-08-02 borsAuto merge of #875 - RalfJung:miri-rustc, r=RalfJung
2019-08-02 borsAuto merge of #874 - RalfJung:zst, r=RalfJung
2019-08-02 Ralf Jungtest dangling ZST deref
2019-08-02 borsAuto merge of #870 - RalfJung:miri-rustc, r=oli-obk
2019-08-02 borsAuto merge of #872 - RalfJung:retag-shallow, r=oli-obk
2019-08-02 Ralf Jungtest Ref/RefMut protector interactions
2019-08-02 Ralf Jungmake reborrow shallow, and fix tests for that
2019-07-31 borsAuto merge of #869 - RalfJung:tests, r=oli-obk
2019-07-31 Ralf Jungreorder for clarity
2019-07-31 Ralf Jungdedup code a bit
2019-07-31 Ralf Jungtest suite: be fine with warnings when running on rustc CI
2019-07-31 borsAuto merge of #868 - JohnTitor:adjust-async-await-test...
2019-07-31 Yuki OkushiRemove await_macro
2019-07-29 borsAuto merge of #862 - RalfJung:rustup, r=RalfJung
2019-07-29 Ralf Jungadjust for slice pattern changes
2019-07-26 borsAuto merge of #858 - RalfJung:rustup, r=RalfJung
2019-07-26 Ralf Jungbump Rust
2019-07-24 borsAuto merge of #852 - lzutao:rustup, r=RalfJung
2019-07-24 borsAuto merge of #851 - RalfJung:intrptrcast-by-default...
2019-07-24 Ralf Jungexplain better what is non-deterministic here
2019-07-23 Ralf Jungfix non-deterministic test
2019-07-23 Ralf Jungremove redundant tests / flags
2019-07-23 Ralf Jungreview failing compile-fail tests
2019-07-23 Ralf Jungupdate miri-seed handling for run-pass test suite
2019-07-20 borsAuto merge of #848 - RalfJung:rustc-tests, r=RalfJung
2019-07-20 Ralf Jungdisable some compile-fail tests for rustc
2019-07-16 borsAuto merge of #843 - RalfJung:rustup, r=RalfJung
2019-07-16 Ralf Jungfix compile-fail tests for latest rustc
2019-07-13 borsAuto merge of #834 - jyn514:master, r=RalfJung
2019-07-13 borsAuto merge of #836 - RalfJung:arrays, r=RalfJung
2019-07-13 Ralf Jungtest some const-generic-using methods
2019-07-11 borsAuto merge of #833 - RalfJung:win, r=RalfJung
2019-07-11 Ralf Jungreenable all tests on Windows
2019-07-11 borsAuto merge of #830 - RalfJung:check-place, r=RalfJung
2019-07-10 Ralf Jungforce pointers before reborrowing; fixes cargo miri...
2019-07-10 Ralf Jungnow we can also enable the ptr_int_cast test again
2019-07-10 Ralf Jungptr_offset works fine with intptrcast now
2019-07-10 borsAuto merge of #831 - lzutao:rustup, r=RalfJung
2019-07-10 Lzu TaoRemove SliceConcatExt import
2019-07-06 borsAuto merge of #826 - RalfJung:uninit, r=RalfJung
2019-07-06 borsAuto merge of #808 - RalfJung:extra-fn, r=RalfJung
2019-07-06 Ralf Jungbetter error message when the program tries to spawn...
2019-07-06 borsAuto merge of #799 - rust-lang:rustup, r=RalfJung
2019-07-06 Ralf Jungfix test using mem::uninitialized
2019-07-06 Ralf JungMerge remote-tracking branch 'origin/master' into rustup
2019-07-05 borsAuto merge of #817 - RalfJung:small-alloc, r=RalfJung
2019-07-05 Ralf Jungdangling-ptr-to-int should work now; move to noseed
2019-07-05 Ralf Jungalign small malloc-allocations even less, and test...
2019-07-05 borsAuto merge of #803 - christianpoveda:intptrcast-explici...
2019-07-05 Ralf JungMerge remote-tracking branch 'origin/master'
2019-07-05 Ralf Jungtemporarily disable validation on Windows
2019-07-05 Ralf Jungtemporarily disable intptrcast advanced testing on...
2019-07-04 Ralf Jungtemporarily disable ptr_offset, maybe that helps
2019-07-04 borsAuto merge of #822 - RalfJung:tls, r=RalfJung
2019-07-03 Christian PovedaFix explicit cast test
2019-07-03 Christian PovedaAdd intptrcast test for explicit casts
2019-07-03 borsAuto merge of #820 - RalfJung:intptrcast, r=RalfJung
2019-07-03 Ralf Jungavoid catching errors
2019-07-03 Ralf Jungmake a test noseed for now that does not work with...
2019-07-03 Ralf Jungdon't call Stacked Borrows hooks at all when validation...
2019-07-03 Ralf Jungdont add the -Zmiri-seed flag twice
2019-07-02 Ralf Jungrun all run-pass tests with intrptrcast. makes many...
2019-07-02 borsAuto merge of #819 - RalfJung:test-name, r=RalfJung
2019-07-02 Ralf Jungfix outdated test name: overalign -> align
2019-07-01 borsAuto merge of #815 - RalfJung:memory-audit, r=RalfJung
2019-07-01 Ralf JungMerge branch 'master' into rustup
2019-06-30 borsAuto merge of #809 - RalfJung:intptrcast, r=RalfJung
2019-06-30 Ralf Jungtest even more size-alignment combinations. found a...
2019-06-30 Ralf Jungfix minimal alignment for system allocation functions
2019-06-30 Ralf Jungfix setting rustc flags
2019-06-30 borsAuto merge of #806 - varkor:patch-1, r=RalfJung
2019-06-30 Ralf JungMiri is not deterministic any more
2019-06-30 Ralf Junguse intptrcast for heap_allocator test; then it should...
2019-06-30 borsAuto merge of #807 - RalfJung:test-name, r=RalfJung
2019-06-30 Ralf Jungimprove comment
2019-06-30 Ralf Jungbetter name for a test: threads -> sync
2019-06-30 varkorFix `unused_must_use` inside `Box`
2019-06-30 borsAuto merge of #804 - RalfJung:intptrcast, r=RalfJung
2019-06-30 Ralf Jungfix comparing function pointers with intptrcast
next