summary refs log tree commit diff
path: root/src/librustc_errors/emitter.rs
AgeCommit message (Expand)AuthorLines
2017-11-16Remove left over dead code from suggestion diagnostic refactoringOliver Schneider-42/+23
2017-11-09Auto merge of #45741 - oli-obk:refactor_suggestions, r=estebankbors-31/+36
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-35/+39
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-11/+8
2017-11-02Report lint names in json diagnosticsOliver Schneider-1/+2
2017-10-20Add short message-formatGuillaume Gomez-130/+164
2017-09-29fix comment typo, `CodeSuggestion` path in doc commentZack M. Davis-1/+1
2017-08-30Make fields of `Span` privateVadim Petrochenkov-6/+6
2017-08-25Fix a byte/char confusion issue in the error emitterest31-1/+3
2017-08-17Rollup merge of #43891 - Fourchaux:master, r=steveklabnikCorey Farwell-1/+1
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-4/+4
2017-08-15Fix typos & us spellingsFourchaux-1/+1
2017-07-23Auto merge of #43096 - estebank:ascription-help, r=nikomatsakisbors-2/+3
2017-07-18reorder span labelsgaurikholkar-2/+13
2017-07-17Add flag to hide code on inline suggestionsEsteban Küber-2/+3
2017-07-17Change some helps to suggestionsOliver Schneider-1/+1
2017-07-06Remove unused code from librustc_errorsKevin Mehall-10/+2
2017-07-06Only underline suggestion if it is not the only code being shownEsteban Küber-12/+11
2017-07-06Add extra whitespace for suggestionsEsteban Küber-6/+31
2017-07-06Make suggestion include the line numberEsteban Küber-7/+11
2017-06-24Suggest removal of semicolon (instead of being help)Esteban Küber-1/+6
2017-06-18Auto merge of #42593 - ibabushkin:on-demand-external-source, r=eddybbors-5/+7
2017-06-15Position span label correctly when it isn't lastEsteban Küber-2/+5
2017-06-12External spans: address review.Inokentiy Babushkin-6/+3
2017-06-11Added consumption logic for external sources in FileMapInokentiy Babushkin-2/+4
2017-06-11Improved lazy external source loading and inserted calls.Inokentiy Babushkin-1/+4
2017-05-31Use callsite's span for macro calls on suggestionEsteban Küber-5/+3
2017-05-19fix some clippy warnings in librustc_errorsAndre Bogus-4/+2
2017-05-12Rollup merge of #41934 - est31:remove_unused_macros, r=nagisaMark Simulacrum-15/+0
2017-05-12Remove some unused macros from the rust codebaseest31-15/+0
2017-05-11Address PR reviewsOliver Schneider-28/+22
2017-05-10Example usage of multiple suggestionsOliver Schneider-9/+19
2017-05-10Refactor suggestion diagnostic API to allow for multiple suggestionsOliver Schneider-30/+45
2017-05-03Fix issue #41652.kennytm-2/+9
2017-04-25Rebase and address commentsOliver Schneider-1/+1
2017-04-25Improve E0178 suggestion placementOliver Schneider-3/+6
2017-04-25Address PR commentsOliver Schneider-1/+3
2017-04-25Minimize single span suggestions into a noteOliver Schneider-4/+18
2017-04-20Reduce visual clutter of multiline start when possibleEsteban Küber-13/+54
2017-04-09Always show end line of multiline annotationsEsteban Küber-77/+119
2017-03-29Merge `ExpnId` and `SyntaxContext`.Jeffrey Seyfried-11/+11
2017-03-10Fix incorrect span label formattingEsteban Küber-28/+34
2017-01-24Auto merge of #39214 - estebank:fix-labels-without-msg, r=nikomatsakisbors-30/+47
2017-01-20Fix multiple labels when some don't have messageEsteban Küber-30/+47
2017-01-17Teach Diagnostics to highlight textEsteban Küber-26/+75
2017-01-09Deduplicate and document logicEsteban Küber-6/+23
2017-01-08Remove magic numberEsteban Küber-4/+4