summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
2018-03-30Rollup merge of #49446 - frewsxcv:frewsxcv-mention-optiono, r=GuillaumeGomezkennytm-2/+2
2018-03-28Explicitly mention `Option` in `?` error message.Corey Farwell-2/+2
2018-03-28Stabilize match_default_bindingsTaylor Cramer-30/+0
2018-03-19Do not suggest `.into()` in `const`sEsteban Küber-0/+36
2018-03-14update testsGuillaume Gomez-28/+28
2018-02-28fix rebaseEsteban Küber-2/+2
2018-02-27Diagnostic tweaks (review)Esteban Küber-4/+1
2018-02-27Provide missing comma in match arm suggestionEsteban Küber-0/+32
2018-02-26Update UI testsVadim Petrochenkov-35/+35
2018-02-26Update UI testsVadim Petrochenkov-595/+595
2018-02-25Update ui testsGuillaume Gomez-0/+28
2018-02-01Fix test after rebaseEsteban Küber-33/+1
2018-02-01Add filter to detect local crates for rustc_on_unimplementedEsteban Küber-0/+32
2018-02-01Change rustc_on_unimplemented for Iterator and binopsEsteban Küber-1/+5
2018-02-01Add filtering options to `rustc_on_unimplemented`Esteban Küber-5/+1
2018-01-28use correct casing for rename suggestionsAndy Russell-1/+1
2018-01-28Auto merge of #47767 - estebank:as-suggestion, r=petrochenkovbors-0/+27
2018-01-27Auto merge of #47690 - estebank:for-block-277, r=nikomatsakisbors-16/+36
2018-01-26Instead of modifying the item's span synthesize itEsteban Küber-2/+3
2018-01-26Don't add "in this macro invocation" label to desugared spansEsteban Küber-16/+4
2018-01-26Modify spans of expanded expressionEsteban Küber-2/+2
2018-01-25Correctly format `extern crate` conflict resolution helpCldfire-0/+26
2018-01-25Rollup merge of #47702 - etaoins:fix-into-cast-paren-precedence, r=petrochenkovGuillaume Gomez-1/+26
2018-01-24Fix into() cast paren check precedenceRyan Cumming-1/+26
2018-01-23For E0277 on `for` loops, point at first lineEsteban Küber-0/+32
2018-01-22Do not suggest private traits that have missing methodEsteban Küber-0/+27
2018-01-21Rollup merge of #47247 - estebank:suggest-cast, r=petrochenkovGuillaume Gomez-0/+1242
2018-01-17Rollup merge of #47471 - estebank:point-to-method-e0283, r=pnkfelixGuillaume Gomez-1/+5
2018-01-17Rollup merge of #47468 - estebank:closure-mut-mut, r=pnkfelixGuillaume Gomez-0/+35
2018-01-15On E0283, point at method with the requirementsEsteban Küber-1/+5
2018-01-15Do not suggest to make `mut` binding external to `Fn` closureEsteban Küber-0/+35
2018-01-15Add error code for unstable feature errorsGuillaume Gomez-1/+1
2018-01-14Use `s::u::p::expr_precedence` and fix messageEsteban Küber-10/+10
2018-01-14Only suggest casting numeric types using `into()`Esteban Küber-781/+282
2018-01-14Use `into` for casting when possibleEsteban Küber-48/+50
2018-01-14Suggest casting on numeric type errorEsteban Küber-0/+1739
2018-01-13Auto merge of #46461 - zackmdavis:elemental_method_suggestion_jamboree, r=est...bors-0/+73
2018-01-09Rollup merge of #47262 - estebank:issue-45562, r=petrochenkovCorey Farwell-0/+26
2018-01-07Account for `pub` in `const` -> `static` suggestionEsteban Küber-0/+26
2018-01-07Auto merge of #47171 - estebank:numeric-literal-suggestion, r=nikomatsakisbors-0/+40
2018-01-06type error method suggestions use whitelisted identity-like conversionsZack M. Davis-0/+73
2018-01-04Do not use casting for suggestion to add type to numeric literalEsteban Küber-3/+16
2018-01-03Provide suggestion when trying to use method on numeric literalEsteban Küber-0/+27
2018-01-02Correct for changes in line numbers in expected stderr output.Ed Schouten-8/+8
2018-01-02Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.Ed Schouten-0/+2
2017-12-15in which suggestions to borrow casts or binary expressions are rectifiedZack M. Davis-0/+50
2017-12-14When attempting to write str with single quote suggest double quotesEsteban Küber-0/+26
2017-12-14Remove NOTE/HELP annotations from UI testsVadim Petrochenkov-122/+66
2017-12-14Auto merge of #46633 - estebank:arg-mismatch, r=arielb1bors-2/+2
2017-12-10Point at whole method call instead of argsEsteban Küber-2/+2