]> git.lizzy.rs Git - rust.git/history - tests/compile-fail/copy_nonoverlapping.rs
test-miri is no longer a thing
[rust.git] / tests / compile-fail / copy_nonoverlapping.rs
2019-07-31 Ralf Jungthe compile-fail-norustc hack is no longer needed
2019-07-20 borsAuto merge of #848 - RalfJung:rustc-tests, r=RalfJung
2019-07-20 Ralf Jungdisable some compile-fail tests for rustc
2019-02-26 Ralf JungMerge pull request #635 from alexreg/cosmetic-2
2019-02-26 Alexander RegueiroRemoved copyright notices.
2018-12-10 Oliver S̶c̶h̶n̶e̶i... Merge pull request #566 from RalfJung/foreign-full-mir
2018-12-10 Ralf Jungthe test suite assumes a libstd with full MIR; run...
2018-11-20 Ralf JungMerge branch 'miri-backtrace' into mut-visitor
2018-11-16 Ralf JungMerge pull request #524 from RalfJung/escape-to-raw
2018-11-16 Ralf Jungstacked borrows is broken without full MIR
2018-10-30 Ralf JungMerge pull request #492 from solson/rustup
2018-10-30 Ralf JungMerge remote-tracking branch 'origin/master' into rustup
2018-10-30 Ralf JungMerge remote-tracking branch 'origin/master' into rustup
2018-10-26 Ralf JungMerge remote-tracking branch 'origin/master' into rustup
2018-10-22 Ralf Junguse as(_mut)_ptr on slices to entirely escape them...
2018-10-22 Ralf Jungget rid of implicit Raw at bottom of stack; locals...
2018-07-16 Oliver SchneiderMerge branch 'master' into hack_branch_for_miri_do_not_...
2018-06-05 Oliver SchneiderMerge pull request #376 from bjorn3/fix_some_tests
2018-06-05 bjorn3Fix a couple of tests
2017-07-05 Oliver SchneiderMerge pull request #234 from RalfJung/reallocate
2017-07-04 Oliver SchneiderMerge pull request #232 from oli-obk/master
2017-07-04 Oliver SchneiderMerge pull request #235 from RalfJung/intrinsics
2017-07-04 Ralf Jungcheck the assumptions made by the unchecked_ and copy_n...