summary refs log tree commit diff
path: root/src/test/ui/extern
AgeCommit message (Expand)AuthorLines
2019-10-27Panicking infra uses &core::panic::Location.Adam Perry-2/+3
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-3/+5
2019-10-12Auto merge of #65020 - pnkfelix:targetted-fix-for-always-marking-rust-abi-unw...bors-0/+148
2019-10-11emcscripten: ignore another thread-using testRalf Jung-0/+1
2019-10-11ignore-emcscripten as it does not support threadsRalf Jung-0/+1
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-5/+3
2019-10-04dont run these tests on targets that default to panic=abort.Felix S. Klock II-0/+2
2019-10-04Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-3/+5
2019-10-03Update issue-64655-extern-rust-must-allow-unwind.rsFelix S Klock II-1/+0
2019-10-03Apply suggestions from code reviewFelix S Klock II-4/+4
2019-10-02fix typoFelix S Klock II-1/+1
2019-10-02Regression tests for issue 64655.Felix S. Klock II-0/+145
2019-09-22Point at type param when it's cause of unfulfilled obligationEsteban Küber-6/+6
2019-09-22On obligation errors point at the unfulfilled binding when possibleEsteban Küber-7/+7
2019-09-19When possible point at argument causing item obligation failureEsteban Küber-2/+2
2019-08-31Use span label instead of note for cause in E0631Esteban Küber-35/+21
2019-08-15Group all ui tests and move to abi #62593Kevin Per-531/+0
2019-08-10diagnostics: Describe crate root modules in `DefKind::Mod` as "crate"Vadim Petrochenkov-4/+4
2019-07-27tests: Move run-pass tests without naming conflicts to uiVadim Petrochenkov-0/+999
2019-07-23Update testJonas Schievink-8/+5
2019-07-13review commentEsteban Küber-1/+1
2019-07-13Detect `fn` with a body in an `extern` blockEsteban Küber-0/+29
2019-05-30Remove unecessary `-Z continue-parse-after-error` from testsEsteban Küber-2/+2
2019-03-11Update testsVadim Petrochenkov-8/+8
2019-01-01Fix broken links to second edition TRPL.Corey Farwell-4/+4
2018-12-25Remove licensesMark Rousskov-131/+21
2018-12-15Rollup merge of #56679 - euclio:external-doc-parse, r=estebankPietro Albini-6/+63
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-2/+2
2018-12-10improve diagnostics for invalid external docsAndy Russell-10/+23
2018-12-10reject invalid external doc attributesAndy Russell-1/+45
2018-11-18resolve: Avoid sentence breaks in diagnosticsVadim Petrochenkov-3/+3
2018-11-18resolve: Check resolution consistency for import paths and multi-segment macr...Vadim Petrochenkov-4/+5
2018-11-07This test will not link on wasm32.Felix S. Klock II-6/+6
2018-11-06Sidestep link error from rustfix'ed code by using a *defined* static.Felix S. Klock II-13/+38
2018-10-28resolve: More precise spans for privacy errorsVadim Petrochenkov-4/+4
2018-10-17fix other tests failing due to change in case or new suggestion for extern crateFrançois Mockers-4/+5
2018-10-05Fix two UI tests with locale-dependent outputVadim Petrochenkov-14/+3
2018-09-20Disable rustfix temporarily on extern-const.rsRémy Rakic-26/+1
2018-08-21Rollup merge of #53296 - estebank:suggest-closure, r=KodrAuskennytm-3/+5
2018-08-17Stabilize `use_extern_macros`Vadim Petrochenkov-3/+1
2018-08-15update recently moved testsEsteban Küber-2/+4
2018-08-15When closure with no arguments was expected, suggest wrappingEsteban Küber-1/+1
2018-08-14Fixed 'no such file or directory' mismatch between Windows and Linux.David Wood-1/+4
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+508