summary refs log tree commit diff
path: root/src/librustc_errors/lib.rs
AgeCommit message (Expand)AuthorLines
2017-08-30Auto merge of #43968 - petrochenkov:span2, r=michaelwoeristerbors-11/+7
2017-08-30Make fields of `Span` privateVadim Petrochenkov-11/+7
2017-08-29Rollup merge of #43778 - topecongiro:handler-reset-err-count, r=arielb1Ariel Ben-Yehuda-0/+6
2017-08-27Additional libc cleanupTatsuyuki Ishi-1/+2
2017-08-26Auto merge of #44071 - alexcrichton:no-cycles, r=nikomatsakisbors-10/+6
2017-08-25rustc_errors: Add the ability to delay as bugsAlex Crichton-10/+6
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-24rustc: Capture diagnostics from all queriesAlex Crichton-1/+22
2017-08-23Add reset_err_count() to errors::HandlerSeiichi Uchida-0/+6
2017-08-21Auto merge of #43986 - petrochenkov:pubcrate3, r=pnkfelixbors-15/+6
2017-08-19rustc: Remove some dead codeVadim Petrochenkov-15/+6
2017-08-18Add an additional empty line between the suggested `use` and the next itemOliver Schneider-2/+4
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-4/+4
2017-07-31fix `-Z treat-err-as-bug`Ariel Ben-Yehuda-4/+1
2017-07-17Add flag to hide code on inline suggestionsEsteban Küber-0/+1
2017-07-06Remove unused code from librustc_errorsKevin Mehall-2/+2
2017-07-06Only underline suggestion if it is not the only code being shownEsteban Küber-6/+17
2017-07-02Revert "Change error count messages"Ariel Ben-Yehuda-1/+4
2017-06-19Bump version and stage0 compilerAlex Crichton-4/+0
2017-06-12External spans: address review.Inokentiy Babushkin-2/+2
2017-06-11Added consumption logic for external sources in FileMapInokentiy Babushkin-5/+6
2017-06-11Improved lazy external source loading and inserted calls.Inokentiy Babushkin-1/+1
2017-06-10Added external crates' sources to FileMap.Inokentiy Babushkin-0/+1
2017-05-31Use callsite's span for macro calls on suggestionEsteban Küber-0/+1
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-2/+2
2017-05-13Auto merge of #41965 - Mark-Simulacrum:rollup, r=Mark-Simulacrumbors-31/+75
2017-05-11rustc: Remove #![unstable] annotationAlex Crichton-3/+4
2017-05-11Address PR reviewsOliver Schneider-5/+23
2017-05-10Example usage of multiple suggestionsOliver Schneider-1/+4
2017-05-10Refactor suggestion diagnostic API to allow for multiple suggestionsOliver Schneider-31/+54
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-02Auto merge of #40851 - oli-obk:multisugg, r=jonathandturnerbors-0/+1
2017-04-27typeck: resolve type vars before calling `try_index_step`Ariel Ben-Yehuda-0/+3
2017-04-25Minimize single span suggestions into a noteOliver Schneider-0/+1
2017-04-11Highlight and simplify mismatched typesEsteban Küber-1/+1
2017-03-29Merge `ExpnId` and `SyntaxContext`.Jeffrey Seyfried-3/+1
2017-02-25Fix suggestion span error with a line containing non-ASCIIssinkuu-1/+2
2017-02-02store typeck lints in the `TypeckTables`Niko Matsakis-3/+4
2017-01-22Remove unused `extern crate`s.Jeffrey Seyfried-5/+0
2017-01-22Warn on unused `#[macro_use]` imports.Jeffrey Seyfried-2/+0
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-12-12Auto merge of #38049 - frewsxcv:libunicode, r=alexcrichtonbors-1/+1
2016-11-30Update the bootstrap compilerAlex Crichton-1/+0
2016-11-30Rename 'librustc_unicode' crate to 'libstd_unicode'.Corey Farwell-1/+1
2016-11-01improve early lint to use multispan from diagnosticNiko Matsakis-2/+2
2016-11-01compare-method lintNiko Matsakis-22/+2