about summary refs log tree commit diff
path: root/src/test/ui/recursion
AgeCommit message (Expand)AuthorLines
2021-03-09Deprecate items that accidentally weren't deprecatedbstrie-2/+2
2021-02-06path trimming: ignore type aliasesDan Aloni-1/+1
2020-10-26simplify-locals: Remove unused assignments regardless of rvalue kindTomasz Miąsko-0/+1
2020-09-21Record `tcx.def_span` instead of `item.span` in crate metadataAaron Hill-16/+4
2020-09-21Let user see the full type of type-length limit errorKornel Lesiński-2/+7
2020-09-19Address review commentsOliver Scherer-4/+4
2020-09-19Stop using the `const_eval` query for initializers of staticsOliver Scherer-5/+1
2020-09-17Better handling for exponential-sized types in misc placesValerii Lashmanov-2/+2
2020-09-02pretty: trim paths of unique symbolsDan Aloni-5/+5
2020-08-22Use smaller def span for functionsAaron Hill-7/+2
2020-07-29Update ui testsOliver Scherer-3/+3
2020-07-27mv std libs to library/mark-3/+3
2020-06-30Bless failing testsLeSeulArtichaut-2/+6
2020-06-22Point at the call spawn when overflow occurs during monomorphizationAaron Hill-5/+27
2020-06-15Rollup merge of #72879 - RalfJung:miri-tctx-at, r=oli-obkRalf Jung-2/+2
2020-06-12fix const_prop spans and re-bless testsRalf Jung-2/+2
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/+10
2020-04-08Small tweaks to required bound spanEsteban Küber-2/+2
2020-04-08Use `PredicateObligation`s instead of `Predicate`sEsteban Küber-2/+2
2020-04-02tests: remove ignore directives from tests that mention core/alloc/std spans.Eduard-Mihai Burtescu-6/+1
2020-03-27non-exhastive diagnostic: add note re. scrutinee typeMazdak Farrokhzad-0/+1
2020-03-23Ignore tests on some platforms due to #53081Aaron Hill-1/+6
2020-03-22Store idents for `DefPathData` into crate metadataAaron Hill-0/+5
2020-02-12Auto merge of #68679 - matthewjasper:needs-type-op, r=varkorbors-1/+2
2020-02-11Specify overflow checks behaviour in testMatthew Jasper-1/+2
2020-02-01Update existing tests for or-patternsMatthew Jasper-10/+2
2020-01-19fix real_drop_in_place in commentsRalf Jung-1/+1
2020-01-18adjust ui testsRalf Jung-1/+1
2019-12-30Handle recursive instantiation of drop shimsMatthew Jasper-0/+47
2019-12-21rework run-fail and support check,build-failMazdak Farrokhzad-1/+3
2019-10-09Suggest `if let` on `let` refutable bindingEsteban Küber-0/+7
2019-09-06Fixed grammar/style in error messages and reblessed tests.Alexander Regueiro-3/+3
2019-08-31Use span label instead of note for cause in E0631Esteban Küber-10/+6
2019-08-10diagnostics: Describe crate root modules in `DefKind::Mod` as "crate"Vadim Petrochenkov-2/+2
2019-08-05Make use of possibly uninitialized data a hard errorTyler Mandry-25/+3
2019-07-07Raise the default recursion limit to 128Simonas Kazlauskas-1/+1
2019-05-21Add FAQ for NLL migrationJethro Beekman-0/+1
2019-05-12Change compare mode to use -Zborrowck=mirMatthew Jasper-0/+16
2019-04-23Auto merge of #60125 - estebank:continue-evaluating, r=oli-obkbors-1/+14
2019-04-22Never stop due to errors before borrow checkingEsteban Küber-1/+14
2019-04-22Remove double trailing newlinesvarkor-1/+0
2019-03-11Update testsVadim Petrochenkov-2/+2
2018-12-25Remove licensesMark Rousskov-81/+11
2018-12-24make non_camel_case_types an early lintAndy Russell-5/+5
2018-10-25Deduplicate all the ~~things~~ errorsOliver Schneider-0/+5
2018-10-25Report const eval error inside the queryOliver Schneider-0/+5
2018-09-30Deduplicate errors in the obligation forest.Diogo Sousa-8/+28
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+212