about summary refs log tree commit diff
path: root/src/librustc_errors/diagnostic.rs
AgeCommit message (Expand)AuthorLines
2020-02-29use .to_string() instead of format!() macro to create stringsMatthias Krüger-3/+3
2020-02-11Invert control in struct_lint_level.jumbatm-0/+1
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-1/+1
2019-12-22Format the worldMark Rousskov-87/+67
2019-12-08async/await: more improvements to non-send errorsDavid Wood-0/+10
2019-11-23review comments: remove unnecessary `&str` to `String` conversionsEsteban Küber-2/+2
2019-11-23Highlight parts of fn in type errorsEsteban Küber-0/+7
2019-11-21Auto merge of #66610 - alexreg:trait-upcasting-cosmetic, r=Centrilbors-1/+1
2019-11-21Aggregation of drive-by cosmetic changes.Alexander Regueiro-1/+1
2019-11-21Auto merge of #66389 - estebank:type-err-labels, r=petrochenkovbors-32/+44
2019-11-18Auto merge of #58281 - mark-i-m:synthesis, r=estebankbors-1/+15
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-32/+44
2019-11-03Auto merge of #65779 - kevgrasso:E0308highlight, r=estebankbors-2/+2
2019-10-27implement outlive suggestionsMark Mansi-1/+15
2019-10-23debug messages addedKevyn Grasso-2/+2
2019-10-22RFC 2027: "first draft" of implementationMathias Blikstad-0/+26
2019-10-03review commentsEsteban Küber-41/+43
2019-10-03review commentsEsteban Küber-6/+35
2019-08-14remove unused Level::PhaseFatalAleksey Kladov-1/+0
2019-08-12DiagnosticBuilder docsRalf Jung-0/+6
2019-06-26Fix clippy::redundant_field_namesIgor Matuszewski-1/+1
2019-03-23Tweak unsupported negative trait bounds messageEsteban Küber-1/+1
2019-02-14Rollup merge of #58296 - estebank:hidden-suggestion, r=oli-obkMazdak Farrokhzad-4/+75
2019-02-11Use hidden suggestions for unused imports lintEsteban Küber-2/+28
2019-02-11Add way to completely hide suggestion from cli outputEsteban Küber-0/+21
2019-02-11Expose hidden snippet suggestionsEsteban Küber-0/+23
2019-02-11Add way to hide suggestion snippet window from cli outputEsteban Küber-4/+5
2019-02-10rustc: doc commentsAlexander Regueiro-1/+1
2019-02-07librustc_errors => 2018Taiki Endo-6/+6
2019-01-26remove `_with_applicability` from suggestion fnsAndy Russell-88/+26
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-23Keep label on moved spans and point at macro invocation on parse errorEsteban Küber-0/+11
2018-10-31Pass suggestions as impl Iterator instead of Vecljedrz-3/+3
2018-10-10A handful of random string-related improvementsljedrz-4/+4
2018-09-17Whitespace fix again.Vitaly _Vi Shukela-3/+3
2018-09-17Fix style according to review comments.Vitaly _Vi Shukela-4/+4
2018-09-16trailing whitespace fixVitaly _Vi Shukela-1/+1
2018-09-16Deprecate *_suggestion* that are without explicit applicabilityVitaly _Vi Shukela-0/+4
2018-09-16Add multipart_suggestion_with_applicabilityVitaly _Vi Shukela-2/+15
2018-07-26Add `-Z borrowck=migrate` flag, use it to link NLL up to AST-borrowck.Felix S. Klock II-0/+19
2018-07-20proc_macro: don't use DiagnosticBuilder for building up Diagnostics.Eduard-Mihai Burtescu-1/+1
2018-07-14Deny bare trait objects in src/librustc_errorsljedrz-4/+4
2018-05-28Auto merge of #50724 - zackmdavis:applicability_rush, r=Manishearthbors-0/+17
2018-05-21Improve the diagnostic around impl Trait <-> generic param mismatchOliver Schneider-0/+19
2018-05-20introducing `span_suggestion_short_with_applicability`Zack M. Davis-0/+17
2018-04-25Approximate -> ApplicabilityManish Goregaokar-10/+10
2018-04-24Use enum for approximate suggestionsManish Goregaokar-7/+10
2018-01-29Add approximate suggestions for rustfixManish Goregaokar-0/+37
2018-01-22Only emit expanded diagnostic information onceEsteban Küber-1/+5
2018-01-03Only bump error count when we are sure that the diagnostic is not a repetition.Rafael Fernández López-3/+0