| Age | Commit message (Expand) | Author | Lines |
| 2019-11-21 | Auto merge of #66610 - alexreg:trait-upcasting-cosmetic, r=Centril | bors | -1/+1 |
| 2019-11-21 | Aggregation of drive-by cosmetic changes. | Alexander Regueiro | -1/+1 |
| 2019-11-21 | Auto merge of #66389 - estebank:type-err-labels, r=petrochenkov | bors | -58/+77 |
| 2019-11-18 | Auto merge of #58281 - mark-i-m:synthesis, r=estebank | bors | -1/+20 |
| 2019-11-18 | Specific labels when referring to "expected" and "found" types | Esteban Küber | -58/+77 |
| 2019-11-16 | review comments and fix rebase | Esteban Küber | -0/+1 |
| 2019-11-15 | Move JSON emitter to rustc_errors | Mark Rousskov | -0/+640 |
| 2019-11-15 | Remove SourceMapper trait | Mark Rousskov | -45/+24 |
| 2019-11-15 | Move FatalError to syntax_pos | Mark Rousskov | -30/+1 |
| 2019-11-11 | Tiny cleanup to size assertions | Vadim Petrochenkov | -3/+1 |
| 2019-11-07 | move PResult to librustc_errors | Mazdak Farrokhzad | -1/+9 |
| 2019-11-06 | Rollup merge of #66139 - euclio:pluralize, r=nagisa | Mazdak Farrokhzad | -3/+3 |
| 2019-11-05 | use American spelling for `pluralize!` | Andy Russell | -3/+3 |
| 2019-11-03 | use silent emitter for rustdoc highlighting pass | Andy Russell | -0/+8 |
| 2019-11-03 | Auto merge of #65827 - AnthonyMikh:out_of_the_loop, r=estebank | bors | -4/+3 |
| 2019-11-03 | Auto merge of #65779 - kevgrasso:E0308highlight, r=estebank | bors | -2/+2 |
| 2019-11-01 | Rollup merge of #65470 - traxys:fix_65401, r=michaelwoerister | Tyler Mandry | -0/+6 |
| 2019-10-27 | add and use struct_help | Mark Mansi | -0/+5 |
| 2019-10-27 | implement outlive suggestions | Mark Mansi | -1/+15 |
| 2019-10-27 | Remove a loop which runs exactly once | AnthonyMikh | -4/+3 |
| 2019-10-24 | review comment: deduplicate logic | Esteban Küber | -27/+13 |
| 2019-10-24 | Increase spacing for suggestions in diagnostics | Esteban Küber | -0/+13 |
| 2019-10-23 | debug messages added | Kevyn Grasso | -2/+2 |
| 2019-10-23 | Auto merge of #57545 - bovinebuddha:object_safe_for_dispatch, r=nikomatsakis | bors | -0/+31 |
| 2019-10-22 | RFC 2027: "first draft" of implementation | Mathias Blikstad | -0/+31 |
| 2019-10-19 | Fix plural mistake in emitter.rs | varkor | -2/+3 |
| 2019-10-16 | Check if there are any delayed_span_bugs and abort incremental compilation in... | Quentin Boyer | -0/+6 |
| 2019-10-15 | Refactor: Rename `db` locals to `diag` | Philipp Hansch | -20/+20 |
| 2019-10-14 | Tweak heuristics for less noise | Esteban Küber | -3/+3 |
| 2019-10-14 | Use heuristics for capitalization warning in suggestions | Esteban Küber | -10/+23 |
| 2019-10-13 | Bring attention to suggestions when the only difference is capitalization | Esteban Küber | -15/+53 |
| 2019-10-08 | Rollup merge of #65120 - AnthonyMikh:fix_65119, r=estebank | Mazdak Farrokhzad | -1/+1 |
| 2019-10-05 | Rollup merge of #64909 - estebank:turbofish-reloaded, r=Centril | Tyler Mandry | -41/+78 |
| 2019-10-05 | Correctly estimate required space for string | AnthonyMikh | -1/+1 |
| 2019-10-03 | review comments | Esteban Küber | -47/+51 |
| 2019-10-03 | review comments | Esteban Küber | -7/+40 |
| 2019-10-02 | Compare primary with value instead of dropping it | AnthonyMikh | -1/+2 |
| 2019-10-02 | Fully clear `HandlerInner` in `Handler::reset_err_count` | AnthonyMikh | -5/+8 |
| 2019-10-01 | Fix borrowck errors | AnthonyMikh | -2/+2 |
| 2019-10-01 | Hint type for `.sum()` | AnthonyMikh | -1/+1 |
| 2019-10-01 | Ascript type explicitly | AnthonyMikh | -1/+1 |
| 2019-10-01 | Fix errors | AnthonyMikh | -10/+10 |
| 2019-10-01 | (fmt) remove trailing whitespaces | AnthonyMikh | -2/+2 |
| 2019-10-01 | Use pattern matching instead of indexing tuples | AnthonyMikh | -4/+2 |
| 2019-10-01 | Simplify a conditional in `collect_annotations` | AnthonyMikh | -16/+11 |
| 2019-10-01 | Remove redundant `.iter_mut()` | AnthonyMikh | -1/+1 |
| 2019-10-01 | Simplify `EmitterWriter::emit_suggestion_default` | AnthonyMikh | -104/+107 |
| 2019-09-30 | Update doc comment for `style_or_override` | AnthonyMikh | -1/+1 |
| 2019-09-30 | Simplify `EmitterWriter::get_max_line_num` | AnthonyMikh | -8/+4 |
| 2019-09-30 | Simplify `EmitterWriter::get_multispan_max_line_num` | AnthonyMikh | -16/+16 |