about summary refs log tree commit diff
path: root/src/libsyntax/errors/mod.rs
AgeCommit message (Expand)AuthorLines
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-711/+0
2016-05-18Auto merge of #33688 - jonathandturner:fix_old_school, r=nikomatsakisbors-2/+2
2016-05-17fix -Z treat-err-as-bugNiko Matsakis-30/+30
2016-05-17Improve a few errors and fix #33366Jonathan Turner-2/+2
2016-05-12Update errors to use new error formatJonathan Turner-4/+4
2016-05-07Add accessor methods to DiagnosticBuilderMurarth-0/+8
2016-05-02avoid double panicNiko Matsakis-1/+2
2016-05-02update unit testsNiko Matsakis-0/+17
2016-05-02change color of warning to YELLOWNiko Matsakis-1/+1
2016-05-02refactor the Emitter traitNiko Matsakis-6/+1
2016-05-02change errors from Yellow to MagentaNiko Matsakis-1/+1
2016-05-02refactor to use new snippet code and modelNiko Matsakis-88/+87
2016-04-27Make some fatal lexer errors recoverablemitaa-0/+2
2016-04-12Remove unused trait importsSeo Sanghyeon-3/+0
2016-03-30Put in `-Z continue-parse-after-error`Felix S. Klock II-0/+9
2016-01-28Implement MultiSpan error reportingmitaa-124/+201
2016-01-22The war on abort_if_errorsNick Cameron-2/+5
2016-01-15Rollup merge of #30787 - nikomatsakis:future-incompatible-lint, r=brsonManish Goregaokar-0/+18
2016-01-15Implement JSON error emissionNick Cameron-15/+18
2016-01-15Add an --output option for specifying an error emitterNick Cameron-0/+1
2016-01-15Add a JSON error emitterNick Cameron-0/+1
2016-01-12use fileline_ and not full span_ for the followon messagesNiko Matsakis-0/+7
2016-01-12Revamp the "future incompatible" section to clarify the situationNiko Matsakis-0/+11
2015-12-30Rebasing and review commentsNick Cameron-20/+14
2015-12-30RefactoringNick Cameron-35/+70
2015-12-30Structured diagnosticsNick Cameron-26/+239
2015-12-17test errorsNick Cameron-58/+0
2015-12-17Add the files I fogot about earlierNick Cameron-0/+396