]> git.lizzy.rs Git - rust.git/history - tests/compiletest.rs
Auto merge of #914 - christianpoveda:use-host-rng, r=RalfJung
[rust.git] / tests / compiletest.rs
2019-08-23 borsAuto merge of #914 - christianpoveda:use-host-rng,...
2019-08-21 borsAuto merge of #915 - RalfJung:rustup, r=RalfJung
2019-08-21 Ralf Jungbump Rust
2019-08-14 borsAuto merge of #894 - christianpoveda:env-vars-communica...
2019-08-13 Christian PovedaMove test env var to test_runner
2019-08-09 borsAuto merge of #896 - tmandry:add-generator-uninhabited...
2019-08-08 borsAuto merge of #898 - christianpoveda:master, r=RalfJung
2019-08-08 borsAuto merge of #871 - RalfJung:miri-rustc-cleanup, r...
2019-08-07 Christian PovedaFix formatting
2019-08-07 Christian PovedaAdd env var test variable in compiletest
2019-08-02 borsAuto merge of #870 - RalfJung:miri-rustc, r=oli-obk
2019-07-31 Ralf Jungthe compile-fail-norustc hack is no longer needed
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-24 borsAuto merge of #852 - lzutao:rustup, r=RalfJung
2019-07-24 borsAuto merge of #851 - RalfJung:intrptrcast-by-default...
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-11 borsAuto merge of #833 - RalfJung:win, r=RalfJung
2019-07-11 Ralf Jungreenable all tests on Windows
2019-07-10 borsAuto merge of #831 - lzutao:rustup, r=RalfJung
2019-07-10 Lzu TaoRemove SliceConcatExt import
2019-07-06 Ralf JungMerge remote-tracking branch 'origin/master' into rustup
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 borsAuto merge of #822 - RalfJung:tls, r=RalfJung
2019-07-03 borsAuto merge of #820 - RalfJung:intptrcast, r=RalfJung
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-06-11 Ralf JungMerge pull request #766 from RalfJung/sysroot
2019-06-11 Ralf JungMerge branch 'master' into sysroot
2019-06-09 Ralf Jungdo not handle MIRI_SYSROOT in the driver at all, rely...
2019-04-22 Ralf JungMerge branch 'master' into exit
2019-04-21 Ralf JungMerge pull request #710 from RalfJung/travis
2019-04-21 Ralf JungTravis: test cargo miri on foreign arch
2019-04-07 Ralf JungMerge pull request #678 from RalfJung/test-env
2019-04-07 Ralf Jungrename MIRI_TARGET -> MIRI_COMPILETEST_TARGET to clarif...
2019-04-07 Ralf Jungcompiletest can just propagate MIRI_SYSROOT from the...
2019-02-26 Ralf JungMerge pull request #635 from alexreg/cosmetic-2
2019-02-26 Alexander RegueiroRemoved copyright notices.
2018-12-20 Ralf JungMerge branch 'master' into rustup
2018-12-18 Ralf JungMerge remote-tracking branch 'origin/master' into cargo...
2018-12-18 Ralf JungMerge pull request #574 from solson/rustup2
2018-12-18 Ralf JungMerge remote-tracking branch 'origin/master' into rustup2
2018-12-13 Ralf Jungwe have no whitelist any more, go back to opt-level 3
2018-12-12 Ralf JungMerge pull request #573 from RalfJung/rustc-wrapper
2018-12-12 Ralf Jungfix warning
2018-12-12 Oliver SchererMerge pull request #570 from RalfJung/targets
2018-12-12 Ralf Jungdo not auto-detect the targets in the sysroot, instead...
2018-12-10 Oliver S̶c̶h̶n̶e̶i... Merge pull request #566 from RalfJung/foreign-full-mir
2018-12-10 Ralf Junguse rustc_version also to parse host in compiletest
2018-12-10 Ralf Jungthe test suite assumes a libstd with full MIR; run...
2018-12-07 Ralf JungMerge remote-tracking branch 'origin/master' into stack...
2018-12-03 Ralf JungMerge pull request #559 from RalfJung/fixme
2018-12-03 Ralf JungMerge branch 'master' into stacked-borrows-2-phase
2018-12-03 Ralf JungMerge branch 'master' into fixme
2018-12-03 Oliver S̶c̶h̶n̶e̶i... Merge branch 'master' into fixme
2018-12-02 Ralf JungMerge pull request #556 from Nemo157/skip-embedded...
2018-12-02 Ralf JungMerge branch 'master' into skip-embedded-targets
2018-12-02 Wim LoomanSkip testing targets that don't ship libstd
2018-12-02 Ralf Jungremove/fix outdated FIXMEs in tests
2018-11-20 Ralf JungMerge pull request #535 from RalfJung/tests-edition...
2018-11-20 Ralf Junguse 2018 edition for tests
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-11-16 Ralf JungMerge remote-tracking branch 'origin/master' into escap...
2018-11-15 Ralf JungSeparate deref and access into different operations...
2018-11-09 Oliver S̶c̶h̶n̶e̶i... Merge pull request #515 from RalfJung/test
2018-11-09 Ralf Jungbump compiletest so that we can share the tempdir(...
2018-11-09 Ralf Jungremove unused import
2018-11-09 Ralf Junguse custom test runner so that we can get proper test...
2018-11-03 Ralf JungMerge pull request #506 from solson/rustup
2018-11-02 Ralf JungMerge remote-tracking branch 'origin/master' into rustup
2018-11-01 Ralf Jungstub Retag hook; fix tests for removal of -Zmir-emit...
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 Oliver S̶c̶h̶n̶e̶i... Merge pull request #499 from RalfJung/test-opt
2018-10-30 Ralf JungMerge remote-tracking branch 'origin/master' into rustup
2018-10-29 Ralf Jungopt level 3 works again :)
2018-10-26 Ralf JungMerge remote-tracking branch 'origin/master' into rustup
2018-10-23 Ralf Jungalso run compile-fail tests with and without optimizations
2018-10-22 Ralf JungMerge pull request #487 from solson/rustup
2018-10-22 Ralf JungMerge remote-tracking branch 'origin/master' into rustup
2018-10-19 Ralf JungMerge pull request #488 from RalfJung/start-fn
2018-10-19 Ralf Jungautomalically use start-fn if we have all the MIR
2018-10-17 Ralf Jungreenable some tests that work now, and organize them...
2018-10-16 Ralf JungMerge pull request #484 from RalfJung/mir-opt
2018-10-16 Ralf Jungtest with opt levels 0 and 1
2018-10-12 Oliver S̶c̶h̶n̶e̶i... Merge pull request #477 from RalfJung/miri-validate
2018-10-12 Ralf Jungenable validation for compile-fail tests, and add some...
2018-10-12 Ralf Jungwhitelist std::ptr::read
2018-10-11 Ralf Jungdo not validate start-fn code
2018-10-11 Oliver S̶c̶h̶n̶e̶i... Merge pull request #474 from RalfJung/miri-validate
2018-10-11 Ralf Jungenable validation per default, but add a flag to disabl...
next