summary refs log tree commit diff
path: root/src/test/ui/did_you_mean
AgeCommit message (Expand)AuthorLines
2021-07-19Various diagnostics clean ups/tweaksEsteban Küber-9/+15
2021-07-02Improve error reporting for modifications behind `&` referencesFabian Wolff-2/+2
2021-06-22Updated tests to reflect specified types in E0121Deadbeef-20/+20
2021-05-12Show macro name in 'this error originates in macro' messageAaron Hill-6/+6
2021-04-23Revert "Rollup merge of #82296 - spastorino:pubrules, r=nikomatsakis"Santiago Pastorino-0/+24
2021-04-06Point at `impl` and type defs introducing requirements on E0277Esteban Küber-10/+50
2021-03-19update testsmark-3/+30
2021-02-19Support `pub` on `macro_rules`Vadim Petrochenkov-24/+0
2020-11-29Fixes #79357 unstable or-pat suggestionsunknown-30/+3
2020-10-28Adjust turbofish help message for const genericsvarkor-7/+7
2020-10-20review commentsEsteban Küber-1/+1
2020-10-20Tweak "object unsafe" errorsEsteban Küber-0/+1
2020-10-17Rollup merge of #77855 - davidtwco:pr-77341-follow-up-non-constructable-varia...Yuki Okushi-3/+24
2020-10-16stabilize union with 'ManuallyDrop' fields and 'impl Drop for Union'Ralf Jung-18/+4
2020-10-15resolve: improve "try using tuple struct" messageDavid Wood-3/+3
2020-10-15resolve: suggest variants with placeholdersDavid Wood-0/+21
2020-09-29resolve: improve "try using the enum's variant"David Wood-32/+10
2020-09-15Auto merge of #76171 - estebank:turbofish-the-revenge, r=davidtwcobors-3/+101
2020-09-14Detect turbofish with multiple type params missing leading `::`Esteban Küber-3/+101
2020-09-02pretty: trim paths of unique symbolsDan Aloni-11/+11
2020-08-18Don't emit "is not a logical operator" error outside of associative expressionsTyson Nottingham-169/+17
2020-07-02Audit uses of `span_suggestion_short`Yuki Okushi-4/+279
2020-05-28standardize limit comparisons with `Limit` typeDavid Wood-2/+3
2020-05-07reword "possible candidate" import suggestionAndy Russell-1/+1
2020-04-11rustc: Add a warning count upon completionRoccoDev-1/+1
2020-04-08Small tweaks to required bound spanEsteban Küber-1/+1
2020-03-25Tweak chained operators diagnosticEsteban Küber-19/+3
2020-03-24Fix placement of suggested generic param when bounds are presentEsteban Küber-4/+4
2020-03-23Account for bad placeholder types in where clausesEsteban Küber-2/+140
2020-03-10unify/improve/simplify attribute parsingMazdak Farrokhzad-2/+2
2020-02-27Account for bounds when denying `_` in type parametersEsteban Küber-1/+13
2020-02-27Revert "Backport only: avoid ICE on bad placeholder type"Esteban Küber-17/+10
2020-02-27Rollup merge of #69324 - estebank:ice-break-backport-bad-placeholder-type, r=...Yuki Okushi-10/+17
2020-02-24parse: use `parse_item_common` in `parse_assoc_item_`.Mazdak Farrokhzad-42/+70
2020-02-20Backport only: avoid ICE on bad placeholder typeEsteban Küber-10/+17
2020-02-15fuse extern & associated item parsing up to defaultnessMazdak Farrokhzad-14/+14
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-0/+11
2020-02-05`#![recursion_limit = "X"]`: note current crate name.Mazdak Farrokhzad-3/+3
2020-02-02Wording changes to object unsafe trait errorsEsteban Küber-1/+1
2020-02-02Slight rewording of diagnostic messageEsteban Küber-1/+1
2020-01-26rustc_span: move pretty syntax from macro_backtrace to ExpnKind::descr.Eduard-Mihai Burtescu-1/+1
2020-01-16Rollup merge of #68096 - varkor:diagnostic-cleanup, r=CentrilDylan DPC-12/+12
2020-01-14perf: eagerly convert literals to consts, this avoids creating loads on uneva...Ben Lewis-1/+1
2020-01-12Fix formatting ellipses at the end of some diagnosticsvarkor-12/+12
2020-01-12Rollup merge of #68108 - varkor:chained-comparison-suggestions, r=CentrilMazdak Farrokhzad-6/+22
2020-01-11Add suggestions when encountering chained comparisonsvarkor-6/+22
2020-01-11Rollup merge of #68014 - estebank:unify-e0599, r=cramertjYuki Okushi-11/+11
2020-01-09Update testsVadim Petrochenkov-9/+81
2020-01-08Unify output of "variant not found" errorsEsteban Küber-11/+11
2019-12-23more recovery in if-parsingMazdak Farrokhzad-1/+1