about summary refs log tree commit diff
path: root/compiler/rustc_errors/src/diagnostic.rs
AgeCommit message (Expand)AuthorLines
2021-09-17Make diagnostics clearer for `?` operatorsYuki Okushi-0/+12
2021-09-13Auto merge of #87915 - estebank:fancy-spans, r=oli-obkbors-0/+15
2021-09-04Fix #88256, remove duplicated diagnosticyukang-1/+48
2021-08-12Use smaller spans for some structured suggestionsEsteban Kuber-0/+15
2021-07-30Use multispan suggestions more oftenEsteban Küber-0/+24
2021-06-30Force warnings even when can_emit_warnings == falseRyan Levick-1/+8
2021-05-10More minor fixes suggested by @jackh726Fabian Wolff-13/+5
2021-05-07Fix suggestions for missing return type lifetime parametersFabian Wolff-0/+24
2021-03-27Remove (lots of) dead codeJoshua Nelson-50/+8
2021-03-27Remove unused `DiagnosticBuilder::sub` functionJoshua Nelson-0/+2
2021-02-13Fix ICE caused by suggestion with no code substitutionsEsteban Küber-0/+6
2021-02-07Add `--extern-loc` to augment unused crate dependency diagnosticsJeremy Fitzhardinge-0/+24
2020-12-18Switch compiler/ to intra-doc linksJoshua Nelson-2/+0
2020-12-16Fix typo in method nameCamelid-1/+1
2020-12-16Add more documentation to `Diagnostic` and `DiagnosticBuilder`Camelid-4/+19
2020-10-30Implement rustc side of report-future-incompatAaron Hill-3/+10
2020-10-14Remove unused code from remaining compiler cratesest31-13/+0
2020-08-30mv compiler to compiler/mark-0/+586