about summary refs log tree commit diff
path: root/src/test/ui/rfc-1937-termination-trait
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-237/+0
2022-12-13Make some diagnostics not depend on the source of what they reference being a...Oli Scherer-3/+0
2022-10-23test attr: point at return type if Termination bound unsatisfiedLeón Orell Valerian Liehr-7/+5
2022-10-17Make diagnostic for unsatisfied Termination bounds more preciseLeón Orell Valerian Liehr-3/+63
2022-10-02Rollup merge of #100451 - hovinen:no-panic-on-result-err-in-test, r=Mark-Simu...Dylan DPC-1/+1
2022-09-23Restore ignore tagFlorian Bartels-1/+0
2022-09-16Do not panic when a test function returns Result::Err.Bradford Hovinen-1/+1
2022-08-18Reword "Required because of the requirements on the impl of ..."Andy Wang-1/+1
2022-06-17bless new test result, it's a regression but seemingly a compiler bugAria Beingessner-6/+3
2022-04-04Dedup logic and improve output for other types that impl traitEsteban Kuber-4/+4
2022-04-04Mention implementers of unsatisfied traitEsteban Kuber-0/+4
2021-12-09Add needs-unwind to tests that depend on panickingDavid Koloski-0/+1
2021-08-16Use note to point at bound introducing requirementEsteban Küber-5/+5
2021-08-04Remove trailing whitespace from error messagesFabian Wolff-1/+1
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-0/+2
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-1/+1
2021-02-06path trimming: ignore type aliasesDan Aloni-2/+2
2020-09-02pretty: trim paths of unique symbolsDan Aloni-11/+11
2020-07-27mv std libs to library/mark-1/+1
2020-05-08Skip tests on emscriptenYuki Okushi-0/+4
2020-05-06Move tests from `test/run-fail` to UIYuki Okushi-0/+32
2020-04-02tests: remove ignore directives from tests that mention core/alloc/std spans.Eduard-Mihai Burtescu-5/+1
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-0/+1
2019-12-28Ignore i586-unknown-linux-gnu and i586-unknown-musl in testsEsteban Küber-2/+5
2019-11-02consistent handling of missing sysroot spansRalf Jung-3/+2
2019-10-25Re-enable Emscripten's exception handling supportThomas Lively-1/+1
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-0/+2
2019-10-05Revert "Auto merge of #63649 - tlively:emscripten-upstream-upgrade, r=alexcri...Tyler Mandry-2/+0
2019-10-04Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-0/+2
2019-09-22ignore-x86 instead of ignore-muslEsteban Küber-1/+1
2019-09-22ignore musl target in tests to avoid issues with output differencesEsteban Küber-1/+3
2019-09-22On obligation errors point at the unfulfilled binding when possibleEsteban Küber-1/+5
2019-04-22Remove needless error in testEsteban Küber-18/+8
2019-04-22Continue evaluating after item-type checkingEsteban Küber-3/+13
2019-03-11Update testsVadim Petrochenkov-4/+4
2018-12-25Remove licensesMark Rousskov-76/+6
2018-09-04Introduce Custom Test FrameworksJohn Renner-1/+1
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+53
2018-06-06fix stderrsdylan_DPC-2/+2
2018-06-02Stabilize unit tests with non-`()` return typedylan_DPC-4/+0
2018-05-11Fix `fn main() -> impl Trait` for non-`Termination` traitleonardo.yvens-0/+24
2018-04-26Add a ui test for an incorrect Result success type in a #[test]Scott McMurray-0/+34
2018-04-23Don't allow #[should_panic] with non-() testsRussell Cohen-0/+75
2018-03-25Modify testsAlexander Ronald Altman-1/+1
2018-03-21termination_trait: Make error message more helpfulTyler Mandry-2/+2
2018-03-21termination_trait: Put examples in error help, not labelTyler Mandry-2/+2
2018-03-21termination_trait: Add () example to error messageTyler Mandry-1/+1
2018-03-20typeck: Report main return type errors on return type spanTyler Mandry-0/+24