about summary refs log tree commit diff
path: root/src/test/ui/panic-runtime
AgeCommit message (Expand)AuthorLines
2021-07-10Use existing declaration of rust_eh_personalityTomasz Miąsko-0/+24
2021-05-06Add needs-unwind to testsTyler Mandry-0/+5
2021-04-11Allow using `-C force-unwind-tables=no` when `panic=unwind`hyd-dev-10/+0
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-3/+0
2021-01-13Update code to account for extern ABI requirementMark Rousskov-9/+9
2020-12-29Remove `compile-fail` test suiteVadim Petrochenkov-0/+79
2020-11-22Drop support for cloudabi targetsLzu Tao-5/+0
2020-08-27Abort when catch_unwind catches a foreign exceptionAmanieu d'Antras-0/+2
2020-05-08Skip tests on emscriptenYuki Okushi-0/+4
2020-05-06Move tests from `test/run-fail` to UIYuki Okushi-0/+62
2020-03-05Remove eh_unwind_resume lang itemAmanieu d'Antras-2/+0
2020-02-09--bless --compare-mode=nllMatthias Prechtl-2/+2
2019-12-21rework run-fail and support check,build-failMazdak Farrokhzad-0/+4
2019-10-25Re-enable Emscripten's exception handling supportThomas Lively-3/+3
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-3/+3
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-3/+3
2019-10-04Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-3/+3
2019-09-28Put panic=abort test support behind -Z panic_abort_testsTyler Mandry-14/+0
2019-09-23rustc: Fix mixing crates with different `share_generics`Alex Crichton-6/+3
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+193
2019-07-09normalize use of backticks in compiler messages for libsyntax/feature_gateSamy Kacimi-2/+2
2019-05-16Added ignore-sgx for appropriate testsDario Gonzalez-0/+1
2019-04-22Remove double trailing newlinesvarkor-1/+0
2019-04-11Reword tracking issue noteEsteban Küber-2/+2
2019-04-10Tweak unstable diagnostic outputEsteban Küber-2/+4
2019-03-11Update testsVadim Petrochenkov-2/+2
2018-12-27Address review comments and CI failuresVadim Petrochenkov-25/+0
2018-12-27Do not abort compilation if expansion produces errorsVadim Petrochenkov-6/+3
2018-12-25Remove licensesMark Rousskov-172/+2
2018-11-19Fix error message for `-C panic=xxx`.Eric Huss-4/+4
2018-08-14Moved problematic tests on wasm32-unknown back to compile-fail.David Wood-27/+0
2018-08-14Moved problematic tests on dist-x86_64-musl back to compile-fail.David Wood-47/+0
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+486