summary refs log tree commit diff
path: root/src/librustc_errors
AgeCommit message (Expand)AuthorLines
2018-02-02Remove dead codeManish Goregaokar-24/+0
2018-02-01Auto merge of #47540 - Manishearth:suggestion, r=nrcbors-0/+53
2018-01-31Auto merge of #47900 - kennytm:rollup, r=kennytmbors-0/+4
2018-02-01Rollup merge of #47677 - etaoins:avoid-underflow-in-rennder-source-line, r=es...kennytm-0/+4
2018-01-31Auto merge of #45752 - estebank:highlight-primary, r=nikomatsakisbors-7/+41
2018-01-30Rollup merge of #47780 - varkor:cross-file-errors-line-col, r=estebankkennytm-2/+16
2018-01-29Toggle span highlighting on `-Zteach`Esteban Küber-8/+15
2018-01-29Add approximate suggestions for rustfixManish Goregaokar-0/+53
2018-01-28Highlight code on diagnostics when underlinedEsteban Küber-1/+28
2018-01-27Improve formatting of else blockvarkor-1/+3
2018-01-27Auto merge of #47690 - estebank:for-block-277, r=nikomatsakisbors-0/+1
2018-01-26Don't add "in this macro invocation" label to desugared spansEsteban Küber-0/+1
2018-01-26Add line numbers and columns to error messages spanning multiple filesvarkor-2/+14
2018-01-26Merge branch 'explain' of https://github.com/estebank/rust into rollupAlex Crichton-1/+23
2018-01-26Do not capture stderr in the compiler. Instead just panic silently for fatal ...John Kåre Alsaker-1/+15
2018-01-25Add description to field and methodEsteban Küber-0/+8
2018-01-23Avoid underflow in render_source_lineRyan Cumming-0/+4
2018-01-22Only emit expanded diagnostic information onceEsteban Küber-1/+15
2018-01-18Rollup merge of #47407 - gaurikholkar:master, r=estebankkennytm-2/+2
2018-01-14Auto merge of #47274 - Manishearth:rustdoc-span, r=QuietMisdreavusbors-2/+3
2018-01-13add ui testGauri-1/+1
2018-01-13fix mispositioned spanGauri-1/+1
2018-01-10Use correct line offsets for doctests (fixes #45868)Manish Goregaokar-2/+3
2018-01-08Clean emitted diagnostics when `reset_err_count` is called.Rafael Fernández López-2/+6
2018-01-03Only bump error count when we are sure that the diagnostic is not a repetition.Rafael Fernández López-15/+9
2017-12-21Make err_count thread safeJohn Kåre Alsaker-8/+10
2017-12-14When attempting to write str with single quote suggest double quotesEsteban Küber-1/+7
2017-12-14Use PathBuf instead of String where applicableOliver Schneider-5/+11
2017-12-14Auto merge of #46605 - estebank:macro-backtrace-spans, r=pnkfelixbors-53/+49
2017-12-09Resolve type on return type suggestionEsteban Küber-1/+1
2017-12-09Use spans for -Z external-macro-backtraceEsteban Küber-53/+49
2017-12-06Auto merge of #45953 - estebank:tab-4, r=nikomatsakisbors-3/+14
2017-12-01Auto merge of #45997 - estebank:pub-ident, r=nikomatsakisbors-1/+1
2017-11-26mention nightly in -Z external-macro-backtrace noteAlex Burka-1/+2
2017-11-24Display `\t` in diagnostics code as four spacesEsteban Küber-3/+14
2017-11-24Fix underline in suggestionsEsteban Küber-1/+1
2017-11-22Rollup merge of #46052 - oli-obk:rendered_diagnostics_in_json, r=petrochenkovkennytm-1/+1
2017-11-20address review commentsAlex Burka-26/+52
2017-11-20The end of a span can be *before* the first char in a lineOliver Schneider-1/+1
2017-11-19use -Z flag instead of env varAlex Burka-23/+36
2017-11-19add UI testAlex Burka-3/+6
2017-11-19show macro backtrace with env varAlex Burka-13/+47
2017-11-16Remove left over dead code from suggestion diagnostic refactoringOliver Schneider-60/+26
2017-11-09Auto merge of #45741 - oli-obk:refactor_suggestions, r=estebankbors-118/+108
2017-11-06Do not highlight surrounding whitespaceOliver Schneider-6/+7
2017-11-04Auto merge of #45711 - tirr-c:unicode-span, r=estebankbors-7/+7
2017-11-03Refactor internal suggestion APIOliver Schneider-122/+111
2017-11-03Display spans correctly when there are non-half-width charactersWonwoo Choi-7/+7
2017-11-02Make the difference between lint codes and error codes explicitOliver Schneider-30/+38
2017-11-02Report lint names in json diagnosticsOliver Schneider-1/+2