about summary refs log tree commit diff
path: root/src/librustc_errors
AgeCommit message (Expand)AuthorLines
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
2017-06-15Position span label correctly when it isn't lastEsteban Küber-2/+5
2017-06-12External spans: address review.Inokentiy Babushkin-8/+5
2017-06-11Suggest non-ambiguous comparison after castEsteban Küber-0/+4
2017-06-11Added consumption logic for external sources in FileMapInokentiy Babushkin-7/+10
2017-06-11Improved lazy external source loading and inserted calls.Inokentiy Babushkin-2/+5
2017-06-10Added external crates' sources to FileMap.Inokentiy Babushkin-0/+1
2017-06-04Auto merge of #42362 - estebank:type, r=arielb1bors-0/+8
2017-06-04Show trait method signature when impl differsEsteban Küber-0/+8
2017-05-31Use callsite's span for macro calls on suggestionEsteban Küber-5/+4
2017-05-30Add new error codeGuillaume Gomez-0/+6
2017-05-24Change error count messagesMichael Kohl-4/+1
2017-05-19fix some clippy warnings in librustc_errorsAndre Bogus-8/+6
2017-05-13Auto merge of #41965 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-88/+157
2017-05-12Rollup merge of #41942 - tommyip:master, r=Mark-SimulacrumMark Simulacrum-1/+4
2017-05-12Rollup merge of #41934 - est31:remove_unused_macros, r=nagisaMark Simulacrum-15/+0
2017-05-12Fix unexpected panic with the -Z treat-err-as-bug optionTommy Ip-1/+4
2017-05-12Remove some unused macros from the rust codebaseest31-15/+0
2017-05-11rustc: Remove #![unstable] annotationAlex Crichton-3/+4
2017-05-11Address PR reviewsOliver Schneider-35/+54
2017-05-10Example usage of multiple suggestionsOliver Schneider-10/+23
2017-05-10Refactor suggestion diagnostic API to allow for multiple suggestionsOliver Schneider-67/+116