summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
2019-08-21review comment: remove unecessary error in testEsteban Küber-12/+4
2019-08-21Do not ICE when synthesizing spans falling inside unicode charsEsteban Küber-0/+22
2019-08-10diagnostics: Describe crate root modules in `DefKind::Mod` as "crate"Vadim Petrochenkov-2/+2
2019-08-10Rollup merge of #63399 - estebank:vec-in-pat, r=CentrilMazdak Farrokhzad-0/+31
2019-08-09review comments: use structured suggestionEsteban Küber-6/+16
2019-08-09More explicit diagnostic when using a `vec![]` in a patternEsteban Küber-0/+21
2019-08-09review comments: typo and rewordingEsteban Küber-3/+3
2019-08-09Extend suggestion support for traits and foreign itemsEsteban Küber-16/+137
2019-08-09Differentiate between tuple structs and tuple variantsEsteban Küber-8/+39
2019-08-09Recover parser from `foo(_, _)`Esteban Küber-0/+57
2019-08-09When suggesting fn call use an appropriate number of placeholder argumentsEsteban Küber-0/+113
2019-07-27Rollup merge of #63014 - davidtwco:rustfix-incorrect-dyn-suggestion, r=estebankMazdak Farrokhzad-0/+119
2019-07-26lowering: Omit bare trait lint on macro call sitesDavid Wood-9/+2
2019-07-25Add note suggesting to borrow a String argument to findEsteban Küber-0/+18
2019-07-24Rollup merge of #62772 - estebank:trait-bound, r=matthewjasperMazdak Farrokhzad-0/+40
2019-07-23Rollup merge of #62817 - estebank:variant-sp, r=matthewjasperMark Rousskov-3/+1
2019-07-23Rollup merge of #62791 - estebank:type-ascription, r=petrochenkovMark Rousskov-4/+10
2019-07-20tests: Add minimal reproduction of #61963.David Wood-0/+126
2019-07-19Tweak span for variant not found errorEsteban Küber-3/+1
2019-07-19Handle more cases of typos misinterpreted as type ascriptionEsteban Küber-4/+10
2019-07-18Suggest trait bound on type parameter when it is unconstrainedEsteban Küber-0/+40
2019-07-18resolve: Visit all scopes to collect suggestion candidates for unresolved macrosVadim Petrochenkov-3/+3
2019-07-18resolve: Use `feature(custom_attribute)` fallback only if the feature is enabledVadim Petrochenkov-17/+8
2019-07-13Suggest assoc type on type not found in trait method definitionEsteban Küber-0/+16
2019-07-09normalize use of backticks in compiler messages for libsyntax/feature_gateSamy Kacimi-4/+4
2019-07-05Rollup merge of #62133 - petrochenkov:norustc, r=eddybMazdak Farrokhzad-15/+22
2019-07-03Migrate compile-pass annotations to build-passYuki Okushi-1/+1
2019-06-30Feature gate `rustc` attributes harderVadim Petrochenkov-2/+14
2019-06-30Make sure `#[rustc_doc_only_macro]` and other rustc attributes are registeredVadim Petrochenkov-15/+10
2019-06-04Remove asterisk suggestion for move errors in borrowckKenny Goodin-22/+22
2019-06-03Update tests for changes to cannot move errorsMatthew Jasper-831/+365
2019-05-29Auto merge of #61203 - memoryruins:bare_trait_objects, r=Centrilbors-10/+10
2019-05-29Rollup merge of #61217 - estebank:issue-52820, r=CentrilOliver Scherer-0/+39
2019-05-29Update ui test suite to use dynmemoryruins-10/+10
2019-05-27Auto merge of #61147 - estebank:suggest-as-ref, r=oli-obkbors-0/+99
2019-05-26Account for short-hand init structs when suggesting conversionEsteban Küber-0/+39
2019-05-25Add support for suggesting as_ref to Result accessesEsteban Küber-1/+46
2019-05-24When encountering move error on an `Option`, suggest using `as_ref`Esteban Küber-0/+54
2019-05-24Suggest borrowing for loop head on move errorEsteban Küber-5/+4
2019-05-23Add regression test for negative caseEsteban Küber-4/+47
2019-05-22Suggest dereferencing on assignment to mutable borrowEsteban Küber-0/+21
2019-05-18Auto merge of #60252 - davidtwco:issue-57672, r=Mark-Simulacrumbors-0/+14
2019-05-12Remove feature(nll) when compare mode is sufficientMatthew Jasper-208/+200
2019-05-12Change compare mode to use -Zborrowck=mirMatthew Jasper-0/+11
2019-05-03Rollup merge of #60393 - estebank:pat-sugg, r=oli-obkMazdak Farrokhzad-0/+93
2019-04-30review comments: change wordingEsteban Küber-5/+4
2019-04-29Add if let testEsteban Küber-1/+14
2019-04-29review commentsEsteban Küber-1/+1
2019-04-29add testsEsteban Küber-0/+81
2019-04-29Suggest try_into when possibleEsteban Küber-63/+45