about summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
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
2020-07-25Auto merge of #74687 - estebank:bracketless-turbofish, r=matthewjasperbors-0/+56
2020-07-23Account for trailing closing angle bracketsEsteban Küber-1/+40
2020-07-23Detect turbofish missing surrounding angle bracketsEsteban Küber-0/+17
2020-07-22Change error code numberEsteban Küber-20/+19
2020-07-22Handle fully-qualified paths and add test casesEsteban Küber-16/+302
2020-07-22Use `ty::Instance::resolve` to identify `'static` bound sourceEsteban Küber-54/+49
2020-07-22Further tweak wording of E0759 and introduce E0767Esteban Küber-39/+115
2020-07-22Add more context to diagnosticEsteban Küber-4/+32