about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2022-08-05Rollup merge of #100168 - WaffleLapkin:improve_diagnostics_for_missing_type_i...Dylan DPC-7/+7
2022-08-05Improve diagnostics for `const a: = expr;`Maybe Waffle-7/+7
2022-08-05Auto merge of #95977 - FabianWolff:issue-92790-dead-tuple, r=estebankbors-32/+39
2022-08-03Auto merge of #100064 - RalfJung:disaligned, r=petrochenkovbors-0/+40
2022-08-03fix is_disaligned logic for nested packed structsRalf Jung-0/+40
2022-08-03Warn about dead tuple struct fieldsFabian Wolff-32/+39
2022-07-28Remove guess_head_span.Camille GILLOT-2/+4
2022-07-26Rollup merge of #99758 - WaffleLapkin:remove_useless_allow, r=Dylan-DPCMatthias Krüger-1/+0
2022-07-26remove useless `#[allow]` in a testMaybe Waffle-1/+0
2022-07-25Auto merge of #97313 - cjgillot:ast-lifetimes-anon, r=petrochenkovbors-8/+7
2022-07-25Report elision failures on the AST.Camille GILLOT-8/+7
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