about summary refs log tree commit diff
path: root/src/test/ui/infinite
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-1106/+0
2022-12-18Rollup merge of #105419 - YC:issue-41731, r=petrochenkovMatthias Krüger-0/+106
2022-12-07Add tests for #41731Steven Tang-0/+106
2022-12-06Change CTFE backtraces to use `note` instead of `label` to preserve their orderOli Scherer-135/+640
2022-12-06Remove now-redundant file/line info from const backtracesOli Scherer-128/+128
2022-11-18Make "long type" printing type awareEsteban Küber-1/+1
2022-10-07Rewrite representabilityCameron Steffen-7/+23
2022-07-07Track implicit `Sized` obligations in type paramsEsteban Küber-1/+1
2022-07-04fully move dropck to mirlcnr-26/+4
2022-07-01Shorten def_span for more items.Camille GILLOT-7/+6
2022-06-22point to type param definition when not finding variant, method and assoc typeTakayuki Maeda-1/+1
2022-03-20Filter OnceNote in diagnostic infra.Camille GILLOT-8/+7
2022-01-11Deduplicate box deref and regular deref suggestionsMichael Goulet-3/+6
2021-12-12Revert "Auto merge of #91491 - spastorino:revert-91354, r=oli-obk"Deadbeef-2/+2
2021-12-03Revert "Auto merge of #91354 - fee1-dead:const_env, r=spastorino"Santiago Pastorino-2/+2
2021-11-29Fixup add const to param envOli Scherer-2/+2
2021-09-28Improve help for recursion limit errorsRoss MacArthur-4/+4
2021-09-26Remove box syntax from most places in src/test outside of the issues direst31-9/+6
2021-08-27Add test for type alias mutual recursionNoah Lev-0/+40
2021-08-27Note that trait aliases cannot be recursiveNoah Lev-0/+1
2021-08-27Add test of recursive trait aliasesNoah Lev-0/+51
2021-08-27Note that type aliases cannot be recursiveNoah Lev-0/+3
2021-08-21Improve errors for recursive type aliasesNoah Lev-4/+4
2021-08-18Auto merge of #87738 - lqd:polonius-master, r=nikomatsakisbors-0/+15
2021-08-11Modify structured suggestion outputEsteban Küber-3/+3
2021-08-03bless a few trivial tests under poloniusRémy Rakic-0/+15
2021-07-30Use multispan suggestions more oftenEsteban Küber-4/+6
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-1/+1
2020-12-05Auto merge of #79445 - SNCPlay42:struct-tail-recursion-limit, r=oli-obkbors-0/+37
2020-12-04check the recursion limit when finding struct tailSNCPlay42-0/+37
2020-12-02rename MemoryKind::Heap to ConstHeap; bless testVishnunarayan K I-1/+1
2020-12-02add comment and bless some testsVishnunarayan K I-18/+141
2020-09-25Move from {{closure}}#0 syntax to {closure#0} for (def) path componentsmarmeladema-1/+1
2020-09-21Let user see the full type of type-length limit errorKornel Lesiński-2/+4
2020-09-19Address review commentsOliver Scherer-11/+16
2020-09-17Better handling for exponential-sized types in misc placesValerii Lashmanov-1/+1
2020-09-09Remove def_id field from ParamEnvBram van den Heuvel-1/+1
2020-09-02pretty: trim paths of unique symbolsDan Aloni-2/+2
2020-08-22Use smaller def span for functionsAaron Hill-7/+2
2020-06-22Point at the call spawn when overflow occurs during monomorphizationAaron Hill-12/+9
2020-06-15Rollup merge of #72879 - RalfJung:miri-tctx-at, r=oli-obkRalf Jung-4/+4
2020-06-13run const_eval_raw with root_spanRalf Jung-4/+4
2020-06-10review comments: only suggest one substitutionEsteban Küber-5/+1
2020-06-10On recursive ADT, provide indirection structured suggestionEsteban Küber-1/+8
2020-05-31Add descriptions for all queriesMatthew Jasper-5/+5
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-0/+1
2020-02-05`#![recursion_limit = "X"]`: note current crate name.Mazdak Farrokhzad-4/+4
2020-01-26rustc_span: move pretty syntax from macro_backtrace to ExpnKind::descr.Eduard-Mihai Burtescu-2/+2
2020-01-08Unify output of "variant not found" errorsEsteban Küber-1/+1
2019-12-21rework run-fail and support check,build-failMazdak Farrokhzad-1/+3