summary refs log tree commit diff
path: root/src/test/ui/suggestions
AgeCommit message (Expand)AuthorLines
2018-06-19NLL: Updates to diagnostic output in `test/ui`.Felix S. Klock II-3/+3
2018-06-06Use consistent span for repr attr suggestionEsteban Küber-2/+2
2018-06-06Change repr documentation linkEsteban Küber-2/+2
2018-06-06Add `transparent` as valid `repr` hintEsteban Küber-2/+2
2018-06-06Turn warning into lintEsteban Küber-0/+1
2018-06-06Expand output and suggestions, fix testsEsteban Küber-0/+52
2018-06-01rework to report errors from crates in a consistent orderNiko Matsakis-6/+6
2018-06-01merge UNNECESSARY_EXTERN_CRATE and UNUSED_EXTERN_CRATESNiko Matsakis-15/+15
2018-05-30Suggest using `as_ref` on some borrow errors [hack]Esteban Küber-0/+72
2018-05-28Auto merge of #50724 - zackmdavis:applicability_rush, r=Manishearthbors-8/+58
2018-05-25Fix naming conventions for new lintsVadim Petrochenkov-1/+1
2018-05-22Remove the unstable Float traitSimon Sapin-11/+11
2018-05-20suggestion applicabilities for libsyntax and librustc, run-rustfix testsZack M. Davis-8/+58
2018-05-18Reimplement unused_labels lint as a compiler builtin in the resolverKyle Stachowicz-1/+1
2018-05-11rustc: Include semicolon when removing `extern crate`Alex Crichton-0/+96
2018-05-04Fold rustfix tests back into the UI test suiteAlex Crichton-9/+176
2018-05-04First step towards rustfix compiletest modePascal Hertleif-0/+20
2018-04-21Move intrinsics-based float methods out of libcore into libstdSimon Sapin-11/+11
2018-04-11Checkpoint the current status of NLL on `ui` tests via compare-mode=nll.Felix S. Klock II-0/+18
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