about summary refs log tree commit diff
path: root/src/librustc_errors/lib.rs
AgeCommit message (Expand)AuthorLines
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