about summary refs log tree commit diff
path: root/src/libsyntax/errors
AgeCommit message (Expand)AuthorLines
2016-03-30Put in `-Z continue-parse-after-error`Felix S. Klock II-0/+9
2016-03-24Include source text in JSON errorsNick Cameron-1/+39
2016-03-22fix alignmentJorge Aparicio-12/+12
2016-03-22try! -> ?Jorge Aparicio-38/+38
2016-02-03Fix rendering of single-char-spanmitaa-10/+10
2016-02-02Rollup merge of #31281 - oli-obk:patch-2, r=nikomatsakisSteve Klabnik-2/+2
2016-02-01Spans now derive equalityDaniel Campbell-5/+3
2016-01-30off by oneOliver Schneider-1/+1
2016-01-29Update emitter.rsmitaa-1/+1
2016-01-29fix overflow due to multiline error spanOliver Schneider-1/+1
2016-01-28Implement MultiSpan error reportingmitaa-377/+873
2016-01-26Rollup merge of #31211 - Manishearth:pr-30765, r=nrcManish Goregaokar-2/+2
2016-01-26Make emitter handle DUMMY_SP correctlyManish Goregaokar-2/+2
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-15Add a testNick Cameron-1/+1
2016-01-15Implement JSON error emissionNick Cameron-27/+210
2016-01-15Add an --output option for specifying an error emitterNick Cameron-1/+2
2016-01-15Add a JSON error emitterNick Cameron-0/+54
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-23/+17
2015-12-30RefactoringNick Cameron-35/+70
2015-12-30use structured errorsNick Cameron-1/+1
2015-12-30Structured diagnosticsNick Cameron-30/+253
2015-12-17test errorsNick Cameron-59/+60
2015-12-17A little more refactoring inside emitter.rsNick Cameron-45/+35
2015-12-17Add the files I fogot about earlierNick Cameron-0/+1027