summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2021-02-02Rollup merge of #81634 - jesusprubio:jesusprubio/add-long-explanation-e0521, ...Jack Huey-0/+2
2021-02-02Update ui tests (nll)Jesus Rubio-0/+2
2021-02-02Rollup merge of #81481 - lcnr:cast-tests, r=jackh726Jonas Schievink-17/+0
2021-01-31Move some tests to more reasonable directoriesCaio-1355/+0
2021-01-28Auto merge of #81055 - matthewjasper:non-fatal-overflow, r=nikomatsakisbors-1/+2
2021-01-28move a bunch of testsBastian Kauschke-17/+0
2021-01-28Auto merge of #81149 - Aaron1011:feature/better-no-method-found-err, r=estebankbors-35/+35
2021-01-26Avoid describing a method as 'not found' when bounds are unsatisfiedAaron Hill-35/+35
2021-01-26Point only at generic arguments when they are unexpectedEsteban Küber-2/+2
2021-01-23Adjust wording of a diagnosticoli-1/+1
2021-01-23Permit mutable references in all const contextsoli-3/+3
2021-01-23Auto merge of #80065 - b-naber:parse-angle-arg-diagnostics, r=petrochenkovbors-6/+9
2021-01-22add and update testsb-naber-6/+9
2021-01-21Account for labels when suggesting `loop` instead of `while true`Esteban Küber-7/+7
2021-01-16Move some tests to more reasonable directories - 2Caio-4166/+0
2021-01-15Make hitting the recursion limit in projection non-fatalMatthew Jasper-1/+2
2021-01-14Rollup merge of #80017 - camelid:sugg-rest-pattern, r=estebankMara Bos-0/+14
2021-01-14Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasperbors-0/+2
2021-01-13Auto merge of #77524 - Patryk27:fixes/66228, r=estebankbors-28/+102
2021-01-13Update code to account for extern ABI requirementMark Rousskov-10/+10
2021-01-13Update tests for extern block lintingMark Rousskov-84/+79
2021-01-12Include `..` suggestion if fields are all wildcardsCamelid-0/+4
2021-01-12Always show suggestions in their own subwindowsCamelid-8/+12
2021-01-12Only suggest `..` if more than one field is missingCamelid-20/+8
2021-01-12Specialize `..` help message for all fields vs. the restCamelid-2/+2
2021-01-12Suggest `_` and `..` if a pattern has too few fieldsCamelid-0/+18
2021-01-12Provide more information for HRTB lifetime errors involving closuresEsteban Küber-2/+5
2021-01-12Rollup merge of #80930 - euclio:trait-method-mutability-help, r=estebankYuki Okushi-5/+4
2021-01-12Rollup merge of #80880 - c410-f3r:tests-tests-tests, r=petrochenkovYuki Okushi-95/+0
2021-01-11fix typo in trait method mutability mismatch helpAndy Russell-5/+4
2021-01-12Rollup merge of #80324 - Aaron1011:loop-move-fn-self, r=oli-obkYuki Okushi-3/+3
2021-01-11Move some tests to more reasonable directoriesCaio-95/+0
2021-01-10Rework diagnostics for wrong number of generic argsPatryk Wychowaniec-28/+102
2021-01-08Change wording of noteAaron Hill-3/+3
2021-01-07Use correct span for structured suggestionEsteban Küber-25/+82
2021-01-07Reintroduce hir::ExprKind::IfCaio-0/+2
2021-01-07bless testsDaiki Ihara-4/+22
2021-01-04Auto merge of #80418 - oli-obk:this_could_have_been_so_simple, r=RalfJungbors-9/+9
2021-01-03Refactor the non-transient cell borrow error diagnosticoli-9/+9
2021-01-03Update now-more-precise operation with a preciser messageoli-6/+6
2021-01-02Print actual enum variantDániel Buga-3/+3
2021-01-02Add test for #80607 with undesired outputDániel Buga-0/+24
2021-01-01Reinstate the error-code error over the feature gate erroroli-5/+3
2021-01-01Allow references to interior mutable data behind a feature gateoli-6/+8
2020-12-31Rollup merge of #80519 - max-heller:issue-80512-fix, r=varkorDylan DPC-0/+12
2020-12-30Take type defaults into account in suggestions to reorder generic parametersmax-heller-0/+12
2020-12-30Rollup merge of #78934 - DeveloperC286:issue_60302_vec, r=m-ou-seMara Bos-1/+1
2020-12-29Remove `compile-fail` test suiteVadim Petrochenkov-56/+6
2020-12-29test: updated expected Vec src pathC-1/+1
2020-12-26update testsBastian Kauschke-8/+7