about summary refs log tree commit diff
path: root/src/libsyntax/errors
AgeCommit message (Expand)AuthorLines
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-3434/+0
2016-06-16Add an abs_path member to FileMap, use it when writing debug info.Ted Mielczarek-19/+19
2016-05-24Back to single line between errors. Add header space to secondary filesJonathan Turner-1/+26
2016-05-23Update error format for readability. Add spacing header<->snippet and another...Jonathan Turner-1/+8
2016-05-19Rollup merge of #33730 - jseyfried:fix_macro_backtrace_diagnostics, r=nikomat...Manish Goregaokar-1/+1
2016-05-18Auto merge of #33688 - jonathandturner:fix_old_school, r=nikomatsakisbors-10/+54
2016-05-19Fix macro expansion backtrace diagnosticsJeffrey Seyfried-1/+1
2016-05-17fix -Z treat-err-as-bugNiko Matsakis-30/+30
2016-05-17Fix for #33559Jonathan Turner-1/+2
2016-05-17Improve a few errors and fix #33366Jonathan Turner-2/+2
2016-05-17De-emph minimized spans, add better debugging outputJonathan Turner-10/+27
2016-05-17Print secondary labels as notes in old skool modeJonathan Turner-0/+26
2016-05-15Auto merge of #33619 - jonathandturner:improve_structured_errors, r=nikomatsakisbors-4/+5
2016-05-13Auto merge of #33513 - sanxiyn:tab-in-error, r=nikomatsakisbors-2/+32
2016-05-12Update errors to use new error formatJonathan Turner-4/+4
2016-05-12Set of fixes to improve borrowcks that weren't updatedJonathan Turner-0/+1
2016-05-12Better handling of tab in errorSeo Sanghyeon-2/+32
2016-05-09Auto merge of #33484 - murarth:diagnostic-builder-fields, r=brsonbors-0/+8
2016-05-08Rollup merge of #33369 - nikomatsakis:graceful-empty-span, r=jntrnrManish Goregaokar-1/+49
2016-05-07Add accessor methods to DiagnosticBuilderMurarth-0/+8
2016-05-03Remove unused trait imports introduced while in reviewSeo Sanghyeon-1/+1
2016-05-03degrade gracefully with empty spansNiko Matsakis-1/+49
2016-05-02assert we get at least two rendered lines backNiko Matsakis-2/+5
2016-05-02avoid double panicNiko Matsakis-1/+2
2016-05-02do not fail if len(rendered_lines) is == 1Niko Matsakis-10/+14
2016-05-02update unit testsNiko Matsakis-39/+38
2016-05-02Finish up with 'old school' error modeJonathan Turner-12/+63
2016-05-02Add back in a 'old school' error formatJonathan Turner-50/+201
2016-05-02change color of warning to YELLOWNiko Matsakis-1/+1
2016-05-02fix snippet tests MORE!Niko Matsakis-2/+2
2016-05-02Nit: use Range::containsNiko Matsakis-7/+2
2016-05-02fix tests betterNiko Matsakis-5/+5
2016-05-02only emit `^` at the start of a multi-line errorNiko Matsakis-143/+67
2016-05-02Nit: use last_mut betterNiko Matsakis-4/+3
2016-05-02Nit: in emitter.rsNiko Matsakis-2/+1
2016-05-02Nit: address various style nitsNiko Matsakis-5/+10
2016-05-02Nit: do not use RLKNiko Matsakis-12/+14
2016-05-02Nit: do not import variants from StyleNiko Matsakis-24/+23
2016-05-02Do not import variants from RenderedLineKindNiko Matsakis-12/+12
2016-05-02refactor the Emitter traitNiko Matsakis-98/+74
2016-05-02change errors from Yellow to MagentaNiko Matsakis-1/+1
2016-05-02WIP factor out RudimentaryEmitterNiko Matsakis-16/+31
2016-05-02refactor to use new snippet code and modelNiko Matsakis-649/+322
2016-05-02adapt JSON to new modelNiko Matsakis-119/+83
2016-05-02revamp MultiSpan and introduce new snippet codeNiko Matsakis-0/+1345
2016-04-27Make some fatal lexer errors recoverablemitaa-0/+2
2016-04-21pacify the merciless acrichto (somewhat)Niko Matsakis-8/+6
2016-04-21port compiletest to use JSON outputNiko Matsakis-122/+176
2016-04-12Remove unused trait importsSeo Sanghyeon-3/+0
2016-04-04Give better spans for SpanEnd errorsNick Cameron-15/+60