summary refs log tree commit diff
path: root/src/librustc_errors
AgeCommit message (Expand)AuthorLines
2017-11-16Remove left over dead code from suggestion diagnostic refactoringOliver Schneider-60/+26
2017-11-09Auto merge of #45741 - oli-obk:refactor_suggestions, r=estebankbors-118/+108
2017-11-06Do not highlight surrounding whitespaceOliver Schneider-6/+7
2017-11-04Auto merge of #45711 - tirr-c:unicode-span, r=estebankbors-7/+7
2017-11-03Refactor internal suggestion APIOliver Schneider-122/+111
2017-11-03Display spans correctly when there are non-half-width charactersWonwoo Choi-7/+7
2017-11-02Make the difference between lint codes and error codes explicitOliver Schneider-30/+38
2017-11-02Report lint names in json diagnosticsOliver Schneider-1/+2
2017-10-26Auto merge of #45519 - michaelwoerister:dedup-errors, r=arielb1bors-9/+35
2017-10-25Auto merge of #44636 - GuillaumeGomez:little-error-msg, r=michaelwoeristerbors-131/+165
2017-10-25librustc_errors: Don't emit the same error message twice.Michael Woerister-9/+35
2017-10-24Update docs for Diagnostic::span_suggestion(s)Oliver Schneider-0/+2
2017-10-20Add short message-formatGuillaume Gomez-131/+165
2017-09-29fix comment typo, `CodeSuggestion` path in doc commentZack M. Davis-3/+3
2017-09-07Fix mispositioned error indicatorsest31-10/+7
2017-08-30Rollup merge of #44125 - SergioBenitez:master, r=nrcAlex Crichton-1/+14
2017-08-30Auto merge of #43968 - petrochenkov:span2, r=michaelwoeristerbors-17/+13
2017-08-30Make fields of `Span` privateVadim Petrochenkov-17/+13
2017-08-29Rollup merge of #43778 - topecongiro:handler-reset-err-count, r=arielb1Ariel Ben-Yehuda-0/+6
2017-08-28Initial diagnostic API for proc-macros.Sergio Benitez-1/+14
2017-08-27Additional libc cleanupTatsuyuki Ishi-1/+2
2017-08-26Auto merge of #44081 - est31:master, r=eddybbors-1/+3
2017-08-26Auto merge of #44071 - alexcrichton:no-cycles, r=nikomatsakisbors-12/+26
2017-08-25rustc_errors: Add the ability to delay as bugsAlex Crichton-12/+26
2017-08-25Auto merge of #43994 - tamird:remove-attributes, r=alexcrichtonbors-3/+0
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-3/+0
2017-08-25Fix a byte/char confusion issue in the error emitterest31-1/+3
2017-08-24rustc: Capture diagnostics from all queriesAlex Crichton-6/+30
2017-08-23Add reset_err_count() to errors::HandlerSeiichi Uchida-0/+6
2017-08-21Auto merge of #43986 - petrochenkov:pubcrate3, r=pnkfelixbors-34/+6
2017-08-21Auto merge of #43929 - oli-obk:use_placement, r=nrcbors-2/+4
2017-08-19rustc: Remove some dead codeVadim Petrochenkov-34/+6
2017-08-18Add an additional empty line between the suggested `use` and the next itemOliver Schneider-2/+4
2017-08-17Rollup merge of #43891 - Fourchaux:master, r=steveklabnikCorey Farwell-5/+5
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-18/+18
2017-08-15Fix typos & us spellingsFourchaux-5/+5
2017-07-31fix `-Z treat-err-as-bug`Ariel Ben-Yehuda-10/+7
2017-07-23Auto merge of #43096 - estebank:ascription-help, r=nikomatsakisbors-2/+27
2017-07-18reorder span labelsgaurikholkar-2/+13
2017-07-17Add flag to hide code on inline suggestionsEsteban Küber-2/+27
2017-07-17Change some helps to suggestionsOliver Schneider-1/+13
2017-07-06Remove unused code from librustc_errorsKevin Mehall-22/+4
2017-07-06Only underline suggestion if it is not the only code being shownEsteban Küber-18/+28
2017-07-06Add extra whitespace for suggestionsEsteban Küber-6/+31
2017-07-06Make suggestion include the line numberEsteban Küber-7/+11
2017-07-02Revert "Change error count messages"Ariel Ben-Yehuda-1/+4
2017-06-24Suggest removal of semicolon (instead of being help)Esteban Küber-1/+6
2017-06-19Bump version and stage0 compilerAlex Crichton-4/+0
2017-06-18Auto merge of #42593 - ibabushkin:on-demand-external-source, r=eddybbors-11/+15
2017-06-16Auto merge of #42690 - frewsxcv:rollup, r=frewsxcvbors-2/+5