summary refs log tree commit diff
path: root/src/librustc_errors/lib.rs
AgeCommit message (Expand)AuthorLines
2018-04-25Approximate -> ApplicabilityManish Goregaokar-2/+2
2018-04-24Use enum for approximate suggestionsManish Goregaokar-1/+9
2018-04-17Make Handler more thread-safeJohn Kåre Alsaker-21/+26
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-1/+0
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-4/+7
2018-03-14test for putting back check on jsonGuillaume Gomez-4/+47
2018-03-07rustc: Migrate to `termcolor` crate from `term`Alex Crichton-10/+21
2018-03-02Replace Rc with Lrc for shared dataJohn Kåre Alsaker-4/+4
2018-02-01Auto merge of #47540 - Manishearth:suggestion, r=nrcbors-0/+6
2018-01-29Toggle span highlighting on `-Zteach`Esteban Küber-1/+1
2018-01-29Add approximate suggestions for rustfixManish Goregaokar-0/+6
2018-01-26Merge branch 'explain' of https://github.com/estebank/rust into rollupAlex Crichton-0/+18
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-22Only emit expanded diagnostic information onceEsteban Küber-0/+10
2018-01-14Auto merge of #47274 - Manishearth:rustdoc-span, r=QuietMisdreavusbors-0/+1
2018-01-10Use correct line offsets for doctests (fixes #45868)Manish Goregaokar-0/+1
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-0/+3
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-0/+1
2017-11-20address review commentsAlex Burka-18/+44
2017-11-19use -Z flag instead of env varAlex Burka-1/+5
2017-11-16Remove left over dead code from suggestion diagnostic refactoringOliver Schneider-14/+0
2017-11-03Refactor internal suggestion APIOliver Schneider-77/+55
2017-11-02Make the difference between lint codes and error codes explicitOliver Schneider-14/+18
2017-10-26Auto merge of #45519 - michaelwoerister:dedup-errors, r=arielb1bors-6/+31
2017-10-25librustc_errors: Don't emit the same error message twice.Michael Woerister-6/+31
2017-10-20Add short message-formatGuillaume Gomez-1/+1
2017-08-30Auto merge of #43968 - petrochenkov:span2, r=michaelwoeristerbors-11/+7
2017-08-30Make fields of `Span` privateVadim Petrochenkov-11/+7
2017-08-29Rollup merge of #43778 - topecongiro:handler-reset-err-count, r=arielb1Ariel Ben-Yehuda-0/+6
2017-08-27Additional libc cleanupTatsuyuki Ishi-1/+2
2017-08-26Auto merge of #44071 - alexcrichton:no-cycles, r=nikomatsakisbors-10/+6
2017-08-25rustc_errors: Add the ability to delay as bugsAlex Crichton-10/+6
2017-08-25Auto merge of #43994 - tamird:remove-attributes, r=alexcrichtonbors-3/+0
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-3/+0
2017-08-24rustc: Capture diagnostics from all queriesAlex Crichton-1/+22
2017-08-23Add reset_err_count() to errors::HandlerSeiichi Uchida-0/+6
2017-08-21Auto merge of #43986 - petrochenkov:pubcrate3, r=pnkfelixbors-15/+6
2017-08-19rustc: Remove some dead codeVadim Petrochenkov-15/+6