about summary refs log tree commit diff
path: root/src/test/ui/infinite
AgeCommit message (Expand)AuthorLines
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
2019-11-27Add memoization for const function evaluationsDavid Hewitt-58/+13
2019-10-01Change to use exprPrecedence instead of exprKind.Sam Radhakrishnan-1/+1
2019-09-08Give method not found a primary span labelEsteban Küber-1/+1
2019-07-07Raise the default recursion limit to 128Simonas Kazlauskas-5/+5
2019-04-22Continue evaluating after item-type checkingEsteban Küber-2/+13
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-03-11Update testsVadim Petrochenkov-4/+4
2019-01-11Update testsJohn Kåre Alsaker-0/+8
2018-12-25Remove licensesMark Rousskov-122/+62
2018-12-24make non_camel_case_types an early lintAndy Russell-11/+11
2018-11-21Enclose type in backticks for "reached the recursion limit while auto-derefer...varkor-3/+3
2018-11-14put file and line into miri backtraceRalf Jung-51/+51
2018-10-25Rebase falloutOliver Schneider-1/+1
2018-10-25Report const eval error inside the queryOliver Schneider-10/+8
2018-10-16Check the type of statics and constants for `Sized`nessOliver Scherer-2/+2
2018-10-05Stabilize `min_const_fn`Oliver Schneider-2/+1