about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2022-08-21Rework point-at-argMichael Goulet-38/+106
2022-08-20Rollup merge of #100617 - chenyukang:fix-100605, r=compiler-errorsMatthias Krüger-0/+55
2022-08-20Rollup merge of #100507 - cameron1024:suggest-lazy, r=compiler-errorsMatthias Krüger-0/+3
2022-08-20Suggest the right help message for as_refyukang-0/+55
2022-08-19Auto merge of #100740 - Dylan-DPC:rollup-0td6yq4, r=Dylan-DPCbors-2/+2
2022-08-19Auto merge of #100209 - cjgillot:source-file-index, r=estebankbors-5/+5
2022-08-19Catch overflow earlyouz-a-6/+1
2022-08-19Rollup merge of #99576 - compiler-errors:foreign-fundamental-drop-is-bad, r=T...Dylan DPC-2/+2
2022-08-18Reword "Required because of the requirements on the impl of ..."Andy Wang-22/+22
2022-08-17implied_bounds: clarify our assumptionslcnr-11/+36
2022-08-16Do not allow Drop impl on foreign fundamental typesMichael Goulet-2/+2
2022-08-15Fix #95079 by adding help and suggestion for missing move in nested closureYan Chen-0/+8
2022-08-14suggest lazy-static for non-const staticscameron-0/+3
2022-08-13Rollup merge of #100479 - compiler-errors:argument-type-error-improvements, r...Michael Goulet-4/+6
2022-08-13Rollup merge of #99646 - compiler-errors:arg-mismatch-single-arg-label, r=est...Michael Goulet-1/+1
2022-08-13Do not inline non-simple argument type errors into labelsMichael Goulet-4/+6
2022-08-12Point out a single arg if we have a single arg incompatibilityMichael Goulet-1/+1
2022-08-12Rollup merge of #100247 - cjgillot:verify-dyn-trait-alias-defaults, r=lcnrDylan DPC-9/+9
2022-08-10Generalize trait object generic param check to aliases.Camille GILLOT-9/+9
2022-08-10Rollup merge of #100098 - compiler-errors:field-suggestion-fixups, r=davidtwcoMatthias Krüger-0/+4
2022-08-09Rollup merge of #100238 - Bryysen:master, r=cjgillotMatthias Krüger-56/+0
2022-08-08Auto merge of #98863 - compiler-errors:projection-msg, r=estebankbors-20/+21
2022-08-08Adjust wordingMichael Goulet-20/+21
2022-08-07Implement special-cased projection error message for some common traitsMichael Goulet-8/+8
2022-08-07Further improve error message for E0081Bryysen-56/+0
2022-08-07Remove even more box syntax uses from src/testest31-149/+90
2022-08-06Bless ui tests.Camille GILLOT-5/+5
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-08-03Consider privacy more carefully when suggesting accessing fieldsMichael Goulet-8/+0
2022-08-03Suggest expressions' fields even if they're not ADTsMichael Goulet-0/+12
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