| Age | Commit message (Expand) | Author | Lines |
| 2017-06-05 | Auto merge of #42383 - estebank:candidate-newline, r=arielb1 | bors | -6/+502 |
| 2017-06-04 | Auto merge of #42362 - estebank:type, r=arielb1 | bors | -0/+65 |
| 2017-06-04 | Separate suggestion in a `help` and a `note` | Esteban Küber | -22/+44 |
| 2017-06-04 | Show trait method signature when impl differs | Esteban Küber | -0/+65 |
| 2017-06-04 | Auto merge of #41968 - kennytm:fix-unreadable-json-test-output-36516, r=nikom... | bors | -0/+342 |
| 2017-06-03 | Auto merge of #42387 - GuillaumeGomez:error-codes-next, r=Susurrus | bors | -5/+5 |
| 2017-06-03 | Rollup merge of #42368 - estebank:call-site, r=nikomatsakis | Corey Farwell | -0/+19 |
| 2017-06-02 | Add E0603 error code | Guillaume Gomez | -5/+5 |
| 2017-06-02 | Use multiline note for trait suggestion | Esteban Küber | -4/+478 |
| 2017-06-02 | Introduce 'run-pass' header to 'ui' tests in compiletest. Fix issue #36516. | kennytm | -0/+342 |
| 2017-06-01 | fix ui reference | Niko Matsakis | -1/+1 |
| 2017-06-01 | remove `layout_cache` and fix `-Z print-type-sizes` | Niko Matsakis | -0/+29 |
| 2017-06-01 | Auto merge of #42281 - eddyb:well-adjusted, r=nikomatsakis | bors | -24/+19 |
| 2017-05-31 | Use callsite's span for macro calls on suggestion | Esteban Küber | -0/+19 |
| 2017-06-01 | tests: fix fallout from changing the span of binop errors. | Eduard-Mihai Burtescu | -24/+19 |
| 2017-06-01 | Rollup merge of #42302 - GuillaumeGomez:new-error-codes-next, r=Susurrus | Corey Farwell | -7/+7 |
| 2017-05-31 | Rollup merge of #42196 - tommyip:explain_closure_err, r=nikomatsakis | Mark Simulacrum | -2/+7 |
| 2017-05-31 | Update closure errors to use `span_note` | Tommy Ip | -4/+5 |
| 2017-05-30 | Add new error code | Guillaume Gomez | -7/+7 |
| 2017-05-30 | Update fn_once-moved test | Tommy Ip | -2/+6 |
| 2017-05-29 | Auto merge of #42264 - GuillaumeGomez:new-error-codes, r=Susurrus | bors | -156/+156 |
| 2017-05-27 | Add invalid unary operator usage error code | Guillaume Gomez | -2/+2 |
| 2017-05-27 | Add new error codes and update tests | Guillaume Gomez | -154/+154 |
| 2017-05-27 | Auto merge of #42103 - jorendorff:master, r=estebank | bors | -2/+5 |
| 2017-05-27 | Stabilize unions with `Copy` fields and no destructor | Vadim Petrochenkov | -2/+0 |
| 2017-05-26 | Auto merge of #42058 - froydnj:thiscall-support, r=nikomatsakis | bors | -1/+1 |
| 2017-05-24 | Rollup merge of #42150 - citizen428:feature/error-count-messages, r=Mark-Simu... | Mark Simulacrum | -246/+246 |
| 2017-05-24 | add thiscall calling convention support | Nathan Froyd | -1/+1 |
| 2017-05-24 | Change error count messages | Michael Kohl | -246/+246 |
| 2017-05-23 | Rollup merge of #42016 - pietroalbini:stabilize/loop_break_value, r=nikomatsakis | Corey Farwell | -3/+2 |
| 2017-05-23 | Auto merge of #41559 - GuillaumeGomez:partial-eq-msg, r=estebank | bors | -24/+24 |
| 2017-05-20 | Rollup merge of #42062 - fhartwig:fix-off-by-one-span, r=nikomatsakis | Mark Simulacrum | -12/+12 |
| 2017-05-19 | trace_macro: Show both the macro call and its expansion. #42072. | Jason Orendorff | -2/+5 |
| 2017-05-18 | Add help message if a FnOnce is moved | Guillaume Gomez | -0/+36 |
| 2017-05-18 | Fix off-by-one error in column number in `explain_span`. | Florian Hartwig | -12/+12 |
| 2017-05-17 | Add better error message when == operator is badly used | Guillaume Gomez | -24/+24 |
| 2017-05-17 | Stabilize the loop_break_value feature | Pietro Albini | -3/+2 |
| 2017-05-14 | Make unsatisfied trait bounds note multiline | Esteban Küber | -1/+32 |
| 2017-05-13 | rustc: use DefId instead of CodeExtent for FreeRegion's scope. | Eduard-Mihai Burtescu | -48/+36 |
| 2017-05-12 | Rollup merge of #41876 - oli-obk:diagnosing_diagnostics, r=nagisa | Mark Simulacrum | -40/+40 |
| 2017-05-10 | Example usage of multiple suggestions | Oliver Schneider | -40/+40 |
| 2017-05-09 | Improve E0477 error message | Guillaume Gomez | -0/+26 |
| 2017-05-08 | Rollup merge of #41520 - estebank:trace-macro, r=nikomatsakis | Corey Farwell | -0/+24 |
| 2017-05-07 | Auto merge of #40857 - estebank:recursive, r=arielb1 | bors | -0/+63 |
| 2017-05-07 | Auto merge of #41668 - kennytm:fix-issue-41652, r=jonathandturner | bors | -0/+54 |
| 2017-05-06 | Update the .stderr file for the "an" changes | acdenisSK | -1/+1 |
| 2017-05-06 | Group "macro expansion" notes per call span | Esteban Küber | -10/+7 |
| 2017-05-05 | Move logic to `is_representable` instead of climbing HIR | Esteban Küber | -22/+21 |
| 2017-05-05 | Use diagnostics for trace_macro instead of println | Esteban Küber | -0/+27 |
| 2017-05-05 | Rollup merge of #41722 - F001:warnTilde, r=petrochenkov | Corey Farwell | -0/+23 |