about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2022-07-23Rollup merge of #99449 - compiler-errors:assoc-const-missing-item, r=lcnrGuillaume Gomez-13/+4
2022-07-23Rollup merge of #99580 - fmease:fix-issue-99565, r=estebankMatthias Krüger-2/+2
2022-07-22Do not resolve associated const when there is no provided valueMichael Goulet-13/+4
2022-07-22Rollup merge of #99539 - compiler-errors:bidirectional-block-suggestions, r=f...Dylan DPC-2/+0
2022-07-22Don't suggest unnameable generic argumentsLeón Orell Valerian Liehr-2/+2
2022-07-21Rollup merge of #99413 - steffahn:btree_dropck, r=m-ou-seMatthias Krüger-3/+21
2022-07-21Generalize same_type_modulo_inferMichael Goulet-2/+0
2022-07-19Auto merge of #98180 - notriddle:notriddle/rustdoc-fn, r=petrochenkov,Guillau...bors-2/+2
2022-07-19Improve the function pointer docsMichael Howell-2/+2
2022-07-19Rollup merge of #98028 - aticu:master, r=estebankMatthias Krüger-18/+19
2022-07-19Add E0790 as more specific variant of E0283aticu-18/+19
2022-07-19Mention first and last macro in backtraceMichael Goulet-4/+4
2022-07-18Add `PhantomData` marker for dropck to `BTreeMap`Frank Steffahn-3/+21
2022-07-18Auto merge of #99137 - jackh726:wf-no-infcx, r=estebankbors-3/+8
2022-07-18Rollup merge of #99350 - compiler-errors:issue-99240, r=fee1-deadYuki Okushi-6/+18
2022-07-16Be more precise when suggesting removal of parens on unit adt ctorMichael Goulet-6/+18
2022-07-16Rollup merge of #99290 - compiler-errors:revert-98794, r=lcnrMatthias Krüger-12/+2
2022-07-16Rollup merge of #99258 - estebank:suggest-let, r=wesleywiserMatthias Krüger-53/+0
2022-07-15Move tests to fit in limitEsteban Küber-89/+0
2022-07-15Provide structured suggestion for dropped temp valueEsteban Küber-8/+44
2022-07-15Revert "Highlight conflicting param-env candidates"Michael Goulet-12/+2
2022-07-15passes: migrate half of `check_attr`David Wood-10/+10
2022-07-15Rollup merge of #98869 - compiler-errors:stop_guessing_head_span, r=cjgillotDylan DPC-40/+26
2022-07-15Rollup merge of #99131 - compiler-errors:label-fn, r=cjgillotDylan DPC-4/+4
2022-07-15Remove some usages of guess_head_span from typeckMichael Goulet-1/+1
2022-07-15Make item spans more consistentMichael Goulet-39/+25
2022-07-15Auto merge of #98203 - kckeiks:gather-body-owners-in-hir-item-queries, r=cjgi...bors-6/+6
2022-07-14Add support for APIT and RPIT callables in label_fn_likeMichael Goulet-4/+4
2022-07-13use gathered body_owners in par_body_ownersMiguel Guarniz-6/+6
2022-07-13Always use CreateParameter mode for function definitions.Camille GILLOT-1/+1
2022-07-11Do not suggest same trait over againMichael Goulet-5/+0
2022-07-10Don't try to resolve inference variables in WF computation, just registerJack Huey-3/+8
2022-07-09Do not call `check_expr` in `check_compatible`, since it has side-effects and...Michael Goulet-18/+5
2022-07-08Auto merge of #98816 - estebank:implicit-sized, r=oli-obkbors-12/+12
2022-07-08Rollup merge of #98794 - compiler-errors:conflicting-param-env, r=michaelwoer...Dylan DPC-2/+12
2022-07-08Highlight conflicting param-env candidatesMichael Goulet-2/+12
2022-07-07Track implicit `Sized` obligations in type paramsEsteban Küber-12/+12
2022-07-07Fix borrowck closure span.Camille GILLOT-3/+6
2022-07-07Shorten span for closures.Camille GILLOT-36/+31
2022-07-06replace `guess_head_span` with `def_span`Takayuki Maeda-9/+4
2022-07-04`InferSource::GenericArg`, check for containslcnr-4/+14
2022-07-04update infer cost computation for typeslcnr-9/+9
2022-07-02Auto merge of #91743 - cjgillot:enable_mir_inlining_inline_all, r=oli-obkbors-2/+3
2022-07-01Auto merge of #98781 - GuillaumeGomez:rollup-798kb8u, r=GuillaumeGomezbors-21/+37
2022-07-01Auto merge of #93967 - cjgillot:short-struct-span, r=petrochenkovbors-66/+44
2022-07-01Don't point at Self type if we can't find an infer variable in ambiguous trai...Michael Goulet-11/+31
2022-07-01Show source of ambiguity in a few more placesMichael Goulet-2/+4
2022-07-01Only label place where type is needed if span is meaningfulMichael Goulet-8/+2
2022-07-01Shorten def_span for more items.Camille GILLOT-66/+44
2022-07-01Auto merge of #98402 - cjgillot:undead, r=michaelwoeristerbors-2/+2