about summary refs log tree commit diff
path: root/src/test/ui/did_you_mean
AgeCommit message (Expand)AuthorLines
2021-09-30Auto merge of #89386 - ehuss:rollup-idf4dmj, r=ehussbors-3/+3
2021-09-28Improve help for recursion limit errorsRoss MacArthur-3/+3
2021-09-25Use larger span for adjustments on method callsAaron Hill-8/+9
2021-09-19Suggest replacing braces for brackets on array-esque invalid block exprHirochika Matsumoto-0/+66
2021-09-16Point at call span that introduced obligation for the argEsteban Kuber-3/+9
2021-08-30Fix testsCameron Steffen-2/+2
2021-08-29rebase: fix test outputEsteban Kuber-2/+3
2021-08-29Provide structured suggestion for removal of `&mut`Esteban Kuber-3/+2
2021-08-29Suggestion for call on immutable binding of mutable typeEsteban Küber-9/+33
2021-08-16Use note to point at bound introducing requirementEsteban Küber-3/+5
2021-08-11Modify structured suggestion outputEsteban Küber-36/+36
2021-07-28Rollup merge of #87453 - ibraheemdev:i-68697, r=wesleywiserYuki Okushi-8/+14
2021-07-25suggest removing unnecessary \&mut as help messageibraheemdev-8/+14
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