about summary refs log tree commit diff
path: root/src/librustc_errors
AgeCommit message (Expand)AuthorLines
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
2017-05-08Rollup merge of #41520 - estebank:trace-macro, r=nikomatsakisCorey Farwell-0/+8
2017-05-08Remove need for &format!(...) or &&"" dances in `span_label` callsOliver Schneider-5/+6
2017-05-06Group "macro expansion" notes per call spanEsteban Küber-3/+5
2017-05-05Use diagnostics for trace_macro instead of printlnEsteban Küber-0/+6
2017-05-03Fix issue #41652.kennytm-2/+9
2017-05-02Auto merge of #40851 - oli-obk:multisugg, r=jonathandturnerbors-23/+39
2017-04-27typeck: resolve type vars before calling `try_index_step`Ariel Ben-Yehuda-0/+3
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-23/+34
2017-04-20Reduce visual clutter of multiline start when possibleEsteban Küber-21/+68
2017-04-12Rollup merge of #41205 - estebank:shorter-mismatched-types-2, r=nikomatsakisTim Neumann-17/+67
2017-04-11Highlight and simplify mismatched typesEsteban Küber-17/+67
2017-04-09Always show end line of multiline annotationsEsteban Küber-87/+122
2017-03-29Merge `ExpnId` and `SyntaxContext`.Jeffrey Seyfried-14/+12
2017-03-10Rollup merge of #40287 - estebank:label-overlap, r=nrcAlex Crichton-28/+34
2017-03-10Fix incorrect span label formattingEsteban Küber-28/+34
2017-02-25Fix suggestion span error with a line containing non-ASCIIssinkuu-1/+2
2017-02-02store typeck lints in the `TypeckTables`Niko Matsakis-6/+8
2017-01-24Auto merge of #39214 - estebank:fix-labels-without-msg, r=nikomatsakisbors-30/+82
2017-01-22Remove unused `extern crate`s.Jeffrey Seyfried-7/+0
2017-01-22Warn on unused `#[macro_use]` imports.Jeffrey Seyfried-2/+0
2017-01-20Fix multiple labels when some don't have messageEsteban Küber-30/+82
2017-01-17Teach Diagnostics to highlight textEsteban Küber-33/+125
2017-01-11Auto merge of #38916 - estebank:pad-suggestion-list, r=nikomatsakisbors-3/+41
2017-01-09Deduplicate and document logicEsteban Küber-6/+23