about summary refs log tree commit diff
path: root/src/test/ui/did_you_mean
AgeCommit message (Expand)AuthorLines
2019-10-13Bring attention to suggestions when the only difference is capitalizationEsteban Küber-3/+3
2019-10-06Auto merge of #65043 - Aaron1011:fix/reexport-determinism, r=petrochenkovbors-13/+13
2019-10-05Remove `for_each_child_stable`Aaron Hill-13/+13
2019-10-03review commentsEsteban Küber-3/+3
2019-10-03review commentsEsteban Küber-3/+3
2019-10-03Prove bad turbofish parser recovery in testEsteban Küber-11/+3
2019-10-03Account for missing turbofish in paths tooEsteban Küber-2/+3
2019-10-03When encountering chained operators use heuristics to recover from bad turbofishEsteban Küber-7/+9
2019-09-22On obligation errors point at the unfulfilled binding when possibleEsteban Küber-1/+1
2019-09-19When possible point at argument causing item obligation failureEsteban Küber-6/+6
2019-09-07Rollup merge of #64192 - estebank:turbofish-madness, r=petrochenkovMazdak Farrokhzad-88/+3
2019-09-05Bail out when encountering likely missing turbofish in parserEsteban Küber-88/+3
2019-09-02On object safety violation, point at source when possibleEsteban Küber-2/+3
2019-09-02Refer to "`self` type" instead of "receiver type"Esteban Küber-1/+1
2019-08-31Use span label instead of note for cause in E0631Esteban Küber-20/+12
2019-08-24parser: move `multiple-pattern-typo` -> `or-patterns` directory.Mazdak Farrokhzad-15/+0
2019-08-12Update tests for excess semicolon lintNathan-1/+4
2019-07-24Allow lexer to recover from some homoglyphsEsteban Küber-1/+11
2019-07-20Introduce rustc_lexerAleksey Kladov-1/+8
2019-07-17normalize use of backticks in compiler messages for librustc/lintSamy Kacimi-1/+1
2019-05-29Update ui test suite to use dynmemoryruins-18/+22
2019-04-22Remove double trailing newlinesvarkor-2/+0
2019-04-22update tests for migrate mode by defaultMatthew Jasper-373/+121
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-16/+12
2019-03-23Fix span after rebaseEsteban Küber-6/+2
2019-03-23Tweak spans for E0599Esteban Küber-12/+4
2019-03-23Auto merge of #59058 - petrochenkov:assocrecov3, r=estebankbors-4/+135
2019-03-21use suggestions for "enum instead of variant" errorAndy Russell-13/+61
2019-03-12syntax: Better recovery for `$ty::AssocItem` and `ty!()::AssocItem`Vadim Petrochenkov-4/+135
2019-03-11Update NLL testsVadim Petrochenkov-29/+29
2019-03-11Update testsVadim Petrochenkov-66/+66
2019-01-30Suggest to add each of `|` and `()` when unexpected `,` is found in patternKnium_-6/+54
2019-01-22Auto merge of #57475 - SimonSapin:signed, r=estebankbors-3/+3
2019-01-21Fix some non-determinism in help messages for E0277 errors.Simon Sapin-3/+3
2019-01-19Auto merge of #56722 - Aaron1011:fix/blanket-eval-overflow, r=nikomatsakisbors-2/+1
2019-01-16Don't explicitly increment the depth for new trait predicatesAaron Hill-1/+6
2019-01-06Auto merge of #57291 - euclio:method-call-suggestion, r=estebankbors-6/+2
2019-01-03Improve error generation, fixup recursion limitsAaron Hill-7/+1
2019-01-03use structured suggestion for method callsAndy Russell-6/+2
2019-01-02Auto merge of #57250 - codeworm96:tyerr_msg, r=varkorbors-5/+5
2018-12-31Improve type mismatch error messagesYuning Zhang-5/+5
2018-12-31Auto merge of #57047 - euclio:field-structured-suggestions, r=estebankbors-3/+3
2018-12-31use structured suggestions for nonexistent fieldsAndy Russell-3/+3
2018-12-29Auto merge of #56225 - alexreg:type_alias_enum_variants, r=petrochenkovbors-8/+16
2018-12-27Fix rebase and more CI failuresVadim Petrochenkov-14/+14
2018-12-27Do not abort compilation if expansion produces errorsVadim Petrochenkov-12/+94
2018-12-26Fixed more tests.Alexander Regueiro-8/+16
2018-12-25Remove licensesMark Rousskov-546/+156
2018-12-22adjust enum type instead of variant suggestions for prelude enumsZack M. Davis-0/+2
2018-12-22enum type instead of variant suggestion unificationZack M. Davis-0/+51