about summary refs log tree commit diff
path: root/src/librustc_errors/lib.rs
AgeCommit message (Expand)AuthorLines
2017-05-10Example usage of multiple suggestionsOliver Schneider-1/+4
2017-05-10Refactor suggestion diagnostic API to allow for multiple suggestionsOliver Schneider-31/+54
2017-05-06Group "macro expansion" notes per call spanEsteban Küber-3/+5
2017-05-05Use diagnostics for trace_macro instead of printlnEsteban Küber-0/+6
2017-05-02Auto merge of #40851 - oli-obk:multisugg, r=jonathandturnerbors-0/+1
2017-04-27typeck: resolve type vars before calling `try_index_step`Ariel Ben-Yehuda-0/+3
2017-04-25Minimize single span suggestions into a noteOliver Schneider-0/+1
2017-04-11Highlight and simplify mismatched typesEsteban Küber-1/+1
2017-03-29Merge `ExpnId` and `SyntaxContext`.Jeffrey Seyfried-3/+1
2017-02-25Fix suggestion span error with a line containing non-ASCIIssinkuu-1/+2
2017-02-02store typeck lints in the `TypeckTables`Niko Matsakis-3/+4
2017-01-22Remove unused `extern crate`s.Jeffrey Seyfried-5/+0
2017-01-22Warn on unused `#[macro_use]` imports.Jeffrey Seyfried-2/+0
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-12-12Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichtonbors-1/+1
2016-11-30Update the bootstrap compilerAlex Crichton-1/+0
2016-11-30Rename 'librustc_unicode' crate to 'libstd_unicode'.Corey Farwell-1/+1
2016-11-01improve early lint to use multispan from diagnosticNiko Matsakis-2/+2
2016-11-01compare-method lintNiko Matsakis-22/+2
2016-11-01separate Diagnostic from DiagnosticBuilderNiko Matsakis-215/+4
2016-10-18run rustfmt on librustc_errors folderSrinivas Reddy Thatiparthy-77/+73
2016-10-12Stabilise `?`Nick Cameron-1/+1
2016-09-19Add the ability to merge spans to codemapJonathan Turner-0/+1
2016-09-15Specify when type parameter shadows primitive typeEsteban Küber-3/+14
2016-08-31Special case a few colors for WindowsJonathan Turner-1/+7
2016-08-25prevent error message interleaving on win/unixJonathan Turner-0/+1
2016-08-19Auto merge of #33922 - estebank:doc-comment, r=alexcrichtonbors-0/+9
2016-08-07Turn on new errors, json mode. Remove duplicate unicode testJonathan Turner-21/+2
2016-07-22rustc_errors: fix a few bugsAriel Ben-Yehuda-3/+5
2016-07-14Add in styled_buffer.rs and remove some unused codeJonathan Turner-2/+2
2016-07-14DCE and fixing some internal testsJonathan Turner-10/+0
2016-07-14Implement latest rfc style using simpler renderingJonathan Turner-0/+1
2016-07-14Rename emit_struct->emitJonathan Turner-3/+3
2016-07-14Remove emit from emitter, leaving emit_structJonathan Turner-13/+44
2016-07-14Remove BasicEmitterJonathan Turner-1/+1
2016-07-05Specific error message for missplaced doc commentsEsteban Küber-0/+9
2016-06-23make old school mode a bit more configurableJonathan Turner-1/+2
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-0/+745