summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
2021-02-03Fix non-existent-field ICE for generic fields.Mara Bos-4/+4
2021-02-02Rollup merge of #81655 - matsujika:suggest-accessing-field-rewording, r=estebankJack Huey-12/+12
2021-02-02Rollup merge of #81634 - jesusprubio:jesusprubio/add-long-explanation-e0521, ...Jack Huey-0/+1
2021-02-02Update ui tests (nll)Jesus Rubio-0/+1
2021-02-02Improve wording of suggestion about accessing fieldHirochika Matsumoto-12/+12
2021-02-01Rollup merge of #81504 - matsujika:suggestion-field-access, r=estebankJonas Schievink-0/+137
2021-01-31Rollup merge of #81480 - b-naber:nested_fields_suggestion, r=estebankJonas Schievink-0/+165
2021-01-30add suggestion for nested fieldsb-naber-0/+165
2021-01-30Account for unionHirochika Matsumoto-4/+42
2021-01-30Fix test to check help message as wellHirochika Matsumoto-21/+16
2021-01-29Add rust-fix testHirochika Matsumoto-3/+32
2021-01-29Add test for match expressionHirochika Matsumoto-1/+42
2021-01-29Suggest accessing field when code compiles with itHirochika Matsumoto-0/+34
2021-01-26Avoid describing a method as 'not found' when bounds are unsatisfiedAaron Hill-12/+12
2021-01-26Refine "remove semicolon" suggestion in trait selectionÖmer Sinan Ağacan-0/+36
2021-01-17Force vec! to expressions onlyDániel Buga-32/+0
2021-01-13Auto merge of #77524 - Patryk27:fixes/66228, r=estebankbors-30/+132
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