summary refs log tree commit diff
path: root/src/librustc_errors
AgeCommit message (Expand)AuthorLines
2018-04-25Approximate -> ApplicabilityManish Goregaokar-17/+17
2018-04-24Use enum for approximate suggestionsManish Goregaokar-10/+24
2018-04-17Make Handler more thread-safeJohn Kåre Alsaker-21/+26
2018-04-16Auto merge of #49130 - smmalis37:range, r=alexcrichtonbors-2/+2
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-1/+0
2018-04-07Update based on RangeBounds trait being moved to libcore.Steven Malis-2/+2
2018-04-07Auto merge of #49661 - alexcrichton:bump-bootstrap, r=nikomatsakisbors-2/+0
2018-04-06Print query stack on ICEsJohn Kåre Alsaker-0/+5
2018-04-05Auto merge of #49045 - Zoxc:tls, r=michaelwoeristerbors-17/+8
2018-04-05Bump the bootstrap compiler to 1.26.0 betaAlex Crichton-2/+0
2018-03-26Stabilize i128_typeMark Mansi-1/+1
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-1/+1
2018-03-25Rollup merge of #49046 - Zoxc:error-summary, r=michaelwoeristerkennytm-16/+18
2018-03-24Make queries thread safe. Remove the query stack and make queries point to th...John Kåre Alsaker-17/+8
2018-03-16Always print `aborting due to n previous error(s)` and only print it once for...John Kåre Alsaker-16/+18
2018-03-15Require the code mapper to be thread-safeJohn Kåre Alsaker-11/+12
2018-03-14test for putting back check on jsonGuillaume Gomez-59/+84
2018-03-07rustc: Migrate to `termcolor` crate from `term`Alex Crichton-161/+129
2018-03-02Replace Rc with Lrc for shared dataJohn Kåre Alsaker-11/+11
2018-02-26Fix rebaseVadim Petrochenkov-2/+3
2018-02-26Anonymize remaining line numbers at line startsVadim Petrochenkov-9/+12
2018-02-26Support flag `-Z ui-testing` for tweaking diagnostic output for UI testsVadim Petrochenkov-3/+21
2018-02-25Reduce error codes length when too much are thrownGuillaume Gomez-2/+5
2018-02-25Add rustc --explain backGuillaume Gomez-7/+43
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