about summary refs log tree commit diff
path: root/src/librustc_errors
AgeCommit message (Expand)AuthorLines
2019-11-21Auto merge of #66610 - alexreg:trait-upcasting-cosmetic, r=Centrilbors-1/+1
2019-11-21Aggregation of drive-by cosmetic changes.Alexander Regueiro-1/+1
2019-11-21Auto merge of #66389 - estebank:type-err-labels, r=petrochenkovbors-58/+77
2019-11-18Auto merge of #58281 - mark-i-m:synthesis, r=estebankbors-1/+20
2019-11-18Specific labels when referring to "expected" and "found" typesEsteban Küber-58/+77
2019-11-16review comments and fix rebaseEsteban Küber-0/+1
2019-11-15Move JSON emitter to rustc_errorsMark Rousskov-0/+640
2019-11-15Remove SourceMapper traitMark Rousskov-45/+24
2019-11-15Move FatalError to syntax_posMark Rousskov-30/+1
2019-11-11Tiny cleanup to size assertionsVadim Petrochenkov-3/+1
2019-11-07move PResult to librustc_errorsMazdak Farrokhzad-1/+9
2019-11-06Rollup merge of #66139 - euclio:pluralize, r=nagisaMazdak Farrokhzad-3/+3
2019-11-05use American spelling for `pluralize!`Andy Russell-3/+3
2019-11-03use silent emitter for rustdoc highlighting passAndy Russell-0/+8
2019-11-03Auto merge of #65827 - AnthonyMikh:out_of_the_loop, r=estebankbors-4/+3
2019-11-03Auto merge of #65779 - kevgrasso:E0308highlight, r=estebankbors-2/+2
2019-11-01Rollup merge of #65470 - traxys:fix_65401, r=michaelwoeristerTyler Mandry-0/+6
2019-10-27add and use struct_helpMark Mansi-0/+5
2019-10-27implement outlive suggestionsMark Mansi-1/+15
2019-10-27Remove a loop which runs exactly onceAnthonyMikh-4/+3
2019-10-24review comment: deduplicate logicEsteban Küber-27/+13
2019-10-24Increase spacing for suggestions in diagnosticsEsteban Küber-0/+13
2019-10-23debug messages addedKevyn Grasso-2/+2
2019-10-23Auto merge of #57545 - bovinebuddha:object_safe_for_dispatch, r=nikomatsakisbors-0/+31
2019-10-22RFC 2027: "first draft" of implementationMathias Blikstad-0/+31
2019-10-19Fix plural mistake in emitter.rsvarkor-2/+3
2019-10-16Check if there are any delayed_span_bugs and abort incremental compilation in...Quentin Boyer-0/+6
2019-10-15Refactor: Rename `db` locals to `diag`Philipp Hansch-20/+20
2019-10-14Tweak heuristics for less noiseEsteban Küber-3/+3
2019-10-14Use heuristics for capitalization warning in suggestionsEsteban Küber-10/+23
2019-10-13Bring attention to suggestions when the only difference is capitalizationEsteban Küber-15/+53
2019-10-08Rollup merge of #65120 - AnthonyMikh:fix_65119, r=estebankMazdak Farrokhzad-1/+1
2019-10-05Rollup merge of #64909 - estebank:turbofish-reloaded, r=CentrilTyler Mandry-41/+78
2019-10-05Correctly estimate required space for stringAnthonyMikh-1/+1
2019-10-03review commentsEsteban Küber-47/+51
2019-10-03review commentsEsteban Küber-7/+40
2019-10-02Compare primary with value instead of dropping itAnthonyMikh-1/+2
2019-10-02Fully clear `HandlerInner` in `Handler::reset_err_count`AnthonyMikh-5/+8
2019-10-01Fix borrowck errorsAnthonyMikh-2/+2
2019-10-01Hint type for `.sum()`AnthonyMikh-1/+1
2019-10-01Ascript type explicitlyAnthonyMikh-1/+1
2019-10-01Fix errorsAnthonyMikh-10/+10
2019-10-01(fmt) remove trailing whitespacesAnthonyMikh-2/+2
2019-10-01Use pattern matching instead of indexing tuplesAnthonyMikh-4/+2
2019-10-01Simplify a conditional in `collect_annotations`AnthonyMikh-16/+11
2019-10-01Remove redundant `.iter_mut()`AnthonyMikh-1/+1
2019-10-01Simplify `EmitterWriter::emit_suggestion_default`AnthonyMikh-104/+107
2019-09-30Update doc comment for `style_or_override`AnthonyMikh-1/+1
2019-09-30Simplify `EmitterWriter::get_max_line_num`AnthonyMikh-8/+4
2019-09-30Simplify `EmitterWriter::get_multispan_max_line_num`AnthonyMikh-16/+16