about summary refs log tree commit diff
path: root/src/librustc_errors/snippet.rs
AgeCommit message (Expand)AuthorLines
2020-02-28use is_empty() instead of len() == x to determine if structs are empty.Matthias Krüger-1/+1
2019-12-22Format the worldMark Rousskov-17/+13
2019-05-23librustc_errors: Remove unused annotation style `OldSchoolNoteText`Philipp Hansch-1/+0
2019-03-28Fix MultilineAnnotation field nameEsteban Küber-1/+1
2019-03-27Account for fully overlapping multiline annotationsEsteban Küber-0/+7
2019-02-07librustc_errors => 2018Taiki Endo-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-06-11Remove highlighting from secondary messagesEsteban Küber-0/+1
2018-02-02Remove dead codeManish Goregaokar-24/+0
2018-01-26Add line numbers and columns to error messages spanning multiple filesvarkor-1/+2
2017-11-22Rollup merge of #46052 - oli-obk:rendered_diagnostics_in_json, r=petrochenkovkennytm-1/+1
2017-11-20The end of a span can be *before* the first char in a lineOliver Schneider-1/+1
2017-11-19show macro backtrace with env varAlex Burka-0/+1
2017-10-25librustc_errors: Don't emit the same error message twice.Michael Woerister-1/+1
2017-08-15Fix typos & us spellingsFourchaux-1/+1
2017-07-06Remove unused code from librustc_errorsKevin Mehall-4/+0
2017-04-20Reduce visual clutter of multiline start when possibleEsteban Küber-8/+14
2017-04-09Always show end line of multiline annotationsEsteban Küber-10/+3
2017-02-02store typeck lints in the `TypeckTables`Niko Matsakis-1/+1
2017-01-24Auto merge of #39214 - estebank:fix-labels-without-msg, r=nikomatsakisbors-0/+35
2017-01-20Fix multiple labels when some don't have messageEsteban Küber-0/+35
2017-01-17Teach Diagnostics to highlight textEsteban Küber-0/+1
2016-11-23review commentsEsteban Küber-52/+56
2016-11-22Show multiline spans in full if short enoughEsteban Küber-3/+100
2016-10-18run rustfmt on librustc_errors folderSrinivas Reddy Thatiparthy-3/+3
2016-08-07Turn on new errors, json mode. Remove duplicate unicode testJonathan Turner-13/+1
2016-07-14DCE and fixing some internal testsJonathan Turner-731/+2
2016-07-14Implement latest rfc style using simpler renderingJonathan Turner-152/+64
2016-06-23make old school mode a bit more configurableJonathan Turner-7/+36
2016-06-23Move test helper functions to consolidated codemap testingJonathan Turner-0/+887