about summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
2019-09-01review commentEsteban Küber-2/+2
2019-08-31Suggest call fn ctor passed as arg to fn with type param boundsEsteban Küber-0/+56
2019-08-31Use span label instead of note for cause in E0631Esteban Küber-5/+3
2019-08-29Rollup merge of #63811 - estebank:impl-trait-arg, r=cramertjMazdak Farrokhzad-0/+55
2019-08-25Rollup merge of #63833 - estebank:suggest-closure-call, r=petrochenkovMazdak Farrokhzad-1/+17
2019-08-25Rollup merge of #63813 - estebank:int-from, r=varkorMazdak Farrokhzad-0/+12
2019-08-23Suggest calling closure with resolved return type when appropriateEsteban Küber-1/+17
2019-08-22Do not suggest `.try_into()` on `i32::from(x)`Esteban Küber-0/+12
2019-08-22Correctly suggest adding bounds to `impl Trait` argumentEsteban Küber-0/+55
2019-08-21review comments: reword and add testEsteban Küber-0/+44
2019-08-19Cherry-pick src/test changes with Centril's changessd234678-7/+7
2019-08-15Do not suggest `try_into` for base types inside of macro expansionsEsteban Küber-0/+14
2019-08-14Rollup merge of #63507 - estebank:type-inference-error, r=CentrilMazdak Farrokhzad-0/+88
2019-08-13Suggest giving return type to closures on E0282Esteban Küber-0/+48
2019-08-13review commentsEsteban Küber-2/+2
2019-08-13review comment: remove unecessary error in testEsteban Küber-12/+4
2019-08-12Do not ICE when synthesizing spans falling inside unicode charsEsteban Küber-0/+22
2019-08-12Suggest `Box::new` when appropriateEsteban Küber-0/+40
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