about summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
2021-01-10Rework diagnostics for wrong number of generic argsPatryk Wychowaniec-30/+132
2021-01-08Change wording of noteAaron Hill-1/+1
2021-01-08Explain method-call move errors in loopsAaron Hill-1/+7
2020-12-26update testsBastian Kauschke-4/+4
2020-12-19Handle desugaring in impl trait bound suggestionWilliam Bain-1/+89
2020-11-16Rollup merge of #79032 - lcnr:arg-count, r=varkorMara Bos-4/+0
2020-11-16improve error message for const ty param mismatchBastian Kauschke-4/+0
2020-11-14Add underscore expressions for destructuring assignmentsFabian Zaiser-23/+84
2020-11-11Implement destructuring assignment for structs and slicesFabian Zaiser-23/+57
2020-11-01Auto merge of #78420 - estebank:suggest-assoc-fn, r=petrochenkovbors-1/+1
2020-10-27Add unsized_fn_params featureSantiago Pastorino-3/+3
2020-10-26Suggest calling associated `fn` inside `trait`sEsteban Küber-1/+1
2020-10-26Auto merge of #78387 - Dylan-DPC:rollup-ch0st6z, r=Dylan-DPCbors-4/+186
2020-10-25Tweak `if let` suggestion to be more liberal with suggestion and to not ICEEsteban Küber-12/+7
2020-10-23Suggest semicolon removal and boxing when appropriateEsteban Küber-8/+15
2020-10-23Add more `.await` suggestions on E0308Esteban Küber-9/+21
2020-10-23Add test case for different `impl Future`sEsteban Küber-3/+36
2020-10-23Account for possible boxable `impl Future` in semicolon removal suggestionsEsteban Küber-4/+48
2020-10-23Suggest semicolon removal on prior match armEsteban Küber-0/+85
2020-10-23Tweak "use `.await`" suggestionEsteban Küber-4/+5
2020-10-20review commentsEsteban Küber-5/+5
2020-10-20Tweak "object unsafe" errorsEsteban Küber-25/+47
2020-10-19Auto merge of #77278 - camelid:use-correct-article, r=estebankbors-5/+5
2020-10-16Rollup merge of #76084 - Lucretiel:split-buffered, r=dtolnayDylan DPC-3/+3
2020-10-06Fix tests from rebaseMatthew Jasper-0/+3
2020-10-06Normalize projection bounds when considering candidatesMatthew Jasper-21/+1
2020-10-06Check opaque types satisfy their boundsMatthew Jasper-2/+0
2020-10-06Separate bounds and predicates for associated/opaque typesMatthew Jasper-43/+4
2020-09-29Add article after "to"Camelid-5/+5
2020-09-28pretty.rs: Update Closure and Generator printAman Arora-4/+4
2020-09-16Retry fix error reporting suggestionsNathan West-5/+20
2020-09-14Added updated compiler diagnosticNathan West-20/+5
2020-09-09Rollup merge of #75984 - kornelski:typeormodule, r=matthewjasperTyler Mandry-3/+3
2020-09-02pretty: trim paths of unique symbolsDan Aloni-195/+191
2020-09-01Clarify message about unresolved useKornel-3/+3
2020-08-30Suggest `if let x = y` when encountering `if x = y`Esteban Küber-0/+69
2020-08-22Use smaller def span for functionsAaron Hill-35/+10
2020-08-18Rollup merge of #75613 - estebank:explain-mut-method, r=petrochenkovYuki Okushi-0/+24
2020-08-16Add explanation for `&mut self` method call when expecting `-> Self`Esteban Küber-0/+24
2020-08-14Rollup merge of #75511 - estebank:elide-trait-object-lt-error, r=lcnrTyler Mandry-61/+19
2020-08-13Do not emit E0228 when it is implied by E0106Esteban Küber-61/+19
2020-08-13Rollup merge of #75372 - estebank:lt-sugg-in-type, r=lcnrYuki Okushi-0/+167
2020-08-12Auto merge of #75321 - estebank:js-goes-gaga, r=davidtwcobors-0/+43
2020-08-11Suggest using `'static` in assoc consts and suggest when multiple lts are neededEsteban Küber-6/+75
2020-08-11When suggesting `for` lts, consider existing lifetime namesEsteban Küber-0/+78
2020-08-11Assoc `const`s don't have genericsEsteban Küber-0/+20
2020-08-10Tweak ordering of suggestionsEsteban Küber-4/+4
2020-08-10Detect JS-style `===` and `!==` and recoverEsteban Küber-0/+43
2020-07-31Reduce verbosity of some type ascription errorsEsteban Küber-17/+43
2020-07-27mv std libs to library/mark-6/+6