summary refs log tree commit diff
path: root/src/librustc_errors/emitter.rs
AgeCommit message (Expand)AuthorLines
2017-12-14When attempting to write str with single quote suggest double quotesEsteban Küber-1/+5
2017-12-14Use PathBuf instead of String where applicableOliver Schneider-5/+11
2017-12-14Auto merge of #46605 - estebank:macro-backtrace-spans, r=pnkfelixbors-53/+49
2017-12-09Resolve type on return type suggestionEsteban Küber-1/+1
2017-12-09Use spans for -Z external-macro-backtraceEsteban Küber-53/+49
2017-12-01Auto merge of #45997 - estebank:pub-ident, r=nikomatsakisbors-1/+1
2017-11-26mention nightly in -Z external-macro-backtrace noteAlex Burka-1/+2
2017-11-24Fix underline in suggestionsEsteban Küber-1/+1
2017-11-20address review commentsAlex Burka-8/+8
2017-11-19use -Z flag instead of env varAlex Burka-21/+30
2017-11-19add UI testAlex Burka-3/+6
2017-11-19show macro backtrace with env varAlex Burka-13/+46
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