about summary refs log tree commit diff
path: root/src/librustc_errors
AgeCommit message (Expand)AuthorLines
2019-06-04Simplify source_string and block-format methodsPhilipp Hansch-14/+13
2019-06-04Print to stderr and blessPhilipp Hansch-1/+4
2019-06-04Add new diagnostic writer using annotate-snippet libraryPhilipp Hansch-2/+216
2019-05-28librustc_errors: Move annotation collection to own implPhilipp Hansch-167/+174
2019-05-23Rollup merge of #61073 - phansch:remove_unused_annotation_style, r=matthewjasperMazdak Farrokhzad-2/+1
2019-05-23librustc_errors: Remove unused annotation style `OldSchoolNoteText`Philipp Hansch-2/+1
2019-05-21Make -Zemit-artifact-notifications also emit the artifact typeJeremy Fitzhardinge-3/+3
2019-05-10Remove hir::ExprKind::If and replace it with lowering to hir::ExprKind::Match.Mazdak Farrokhzad-0/+12
2019-05-07rustc: rename -Z emit-directives to -Z emit-artifact-notifications and simpli...Eduard-Mihai Burtescu-15/+11
2019-05-02introduce unescape moduleAleksey Kladov-1/+1
2019-04-30In JSON output, emit a directive after metadata is generated.Nicholas Nethercote-8/+22
2019-04-22Fix #58270, fix off-by-one error in error diagnostics.Xavier Denis-0/+10
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-10/+14
2019-04-17Auto merge of #60034 - rasendubi:fix-comments, r=Centrilbors-6/+6
2019-04-17Promote regular comments to rustdoc commentsAlexey Shmalko-6/+6
2019-04-17Rollup merge of #59128 - oli-obk:colorful_json, r=mark-i-m,eddybMazdak Farrokhzad-12/+55
2019-04-17Deny `internal` in stage0Mateusz Mikuła-1/+1
2019-04-09Do not render ascii colors to buffersOliver Scherer-1/+1
2019-04-03Deny internal lints on non conflicting cratesflip1995-0/+1
2019-04-02Rename `colorful-json` to `json-rendered` and make it a selection instead of ...Oliver Scherer-2/+37
2019-04-02Emit ansi color codes in the `rendered` field of json diagnosticsOliver Scherer-10/+18
2019-03-31Rollup merge of #58805 - fabric-and-ink:redundant_import, r=petrochenkovMazdak Farrokhzad-1/+1
2019-03-31Rollup merge of #59574 - JohnTitor:distinguish-error-vs-warning, r=CentrilMazdak Farrokhzad-3/+14
2019-03-31Distinguish depending on error levelYuki OKUSHI-3/+14
2019-03-30Remove redundant importsFabian Drinck-1/+1
2019-03-28Fix MultilineAnnotation field nameEsteban Küber-1/+1
2019-03-28Add comemnts clarifying logicEsteban Küber-0/+5
2019-03-28review commentsEsteban Küber-3/+3
2019-03-27Account for fully overlapping multiline annotationsEsteban Küber-13/+47
2019-03-23Tweak unsupported negative trait bounds messageEsteban Küber-1/+1
2019-03-12Stabilize Range*::contains.Steven Malis-1/+0
2019-03-07fix bad logicEsteban Küber-3/+4
2019-03-07Keep current behavior while accepting error countEsteban Küber-8/+18
2019-03-06Make `-Z treat-err-as-bug` take a number of errors to be emittedEsteban Küber-10/+19
2019-02-24Use ? in some macrosTaiki Endo-3/+3
2019-02-14Rollup merge of #58296 - estebank:hidden-suggestion, r=oli-obkMazdak Farrokhzad-37/+221
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-7/+7
2019-02-11Use hidden suggestions for unused imports lintEsteban Küber-3/+49
2019-02-11Add way to completely hide suggestion from cli outputEsteban Küber-3/+47
2019-02-11Never inline HideCodeAlways suggestionsEsteban Küber-1/+4
2019-02-11Expose hidden snippet suggestionsEsteban Küber-0/+43
2019-02-11Add way to hide suggestion snippet window from cli outputEsteban Küber-36/+84
2019-02-10rustc: doc commentsAlexander Regueiro-7/+7
2019-02-10Revert removed #![feature(nll)]Taiki Endo-0/+1
2019-02-09Auto merge of #57944 - estebank:unclosed-delim-the-quickening, r=oli-obkbors-2/+2
2019-02-07Remove images' url to make it work even without internet connectionGuillaume Gomez-3/+1
2019-02-07Deduplicate mismatched delimiter errorsEsteban Küber-2/+2
2019-02-07librustc_errors => 2018Taiki Endo-45/+37
2019-01-26remove `_with_applicability` from suggestion fnsAndy Russell-156/+57
2019-01-26document `Applicability`Andy Russell-2/+18