| Age | Commit message (Expand) | Author | Lines |
| 2019-03-11 | Auto merge of #58788 - matthewjasper:compare-children, r=pnkfelix | bors | -0/+100 |
| 2019-03-11 | Auto merge of #58784 - oli-obk:accidental_promotion, r=eddyb | bors | -0/+18 |
| 2019-03-10 | Make migrate mode work at item level granularity | Matthew Jasper | -0/+100 |
| 2019-03-10 | Auto merge of #58498 - euclio:e0432-suggestions, r=estebank | bors | -48/+96 |
| 2019-03-09 | Rollup merge of #58762 - petrochenkov:unwind, r=Mark-Simulacrum | Mazdak Farrokhzad | -0/+51 |
| 2019-03-09 | Rollup merge of #58750 - TimDiekmann:master, r=oli-obk | Mazdak Farrokhzad | -0/+99 |
| 2019-03-09 | Rollup merge of #58679 - Zoxc:passes-refactor, r=michaelwoerister | Mazdak Farrokhzad | -22/+127 |
| 2019-03-09 | use structured suggestions for E0432 | Andy Russell | -48/+96 |
| 2019-03-09 | Auto merge of #57882 - euclio:unused-doc-attributes, r=estebank | bors | -22/+113 |
| 2019-03-09 | Auto merge of #59012 - pietroalbini:rollup, r=pietroalbini | bors | -7/+221 |
| 2019-03-08 | expand unused doc comment diagnostic | Andy Russell | -29/+100 |
| 2019-03-08 | improve unused doc comment diagnostic reporting | Andy Russell | -6/+26 |
| 2019-03-08 | Rollup merge of #59007 - varkor:invalid-const-arg-test, r=petrochenkov | Pietro Albini | -0/+12 |
| 2019-03-08 | Rollup merge of #58970 - pnkfelix:issue-58158-size-of-assoc-type-ice, r=petro... | Pietro Albini | -0/+40 |
| 2019-03-08 | Rollup merge of #58961 - estebank:issue-58462, r=varkor | Pietro Albini | -4/+4 |
| 2019-03-08 | Rollup merge of #58931 - estebank:elide-receiver-tyerr, r=varkor | Pietro Albini | -0/+30 |
| 2019-03-08 | Rollup merge of #58921 - cuviper:issue-50582, r=varkor | Pietro Albini | -0/+15 |
| 2019-03-08 | Rollup merge of #58883 - estebank:unused-closure-arg, r=varkor | Pietro Albini | -0/+40 |
| 2019-03-08 | Rollup merge of #58877 - estebank:macro-borrow, r=davidtwco | Pietro Albini | -3/+45 |
| 2019-03-08 | Rollup merge of #58861 - estebank:fix-negative-traits, r=petrochenkov | Pietro Albini | -0/+15 |
| 2019-03-08 | Rollup merge of #58204 - estebank:impl-trait-semi, r=zackmdavis | Pietro Albini | -0/+20 |
| 2019-03-08 | Auto merge of #58903 - estebank:forgetful-delims, r=petrochenkov | bors | -33/+130 |
| 2019-03-07 | Add a test for invalid const arguments | varkor | -0/+12 |
| 2019-03-06 | Add regression test for #58886 | Esteban Küber | -0/+53 |
| 2019-03-06 | Collect unclosed delimiters in parent parser | Esteban Küber | -31/+32 |
| 2019-03-06 | Emit missing unclosed delimiter errors | Esteban Küber | -40/+37 |
| 2019-03-06 | Reduce test case | Esteban Küber | -18/+4 |
| 2019-03-06 | Emit unclosed delimiters during recovery | Esteban Küber | -1/+13 |
| 2019-03-06 | Bail when encountering a second unexpected token in the same span | Esteban Küber | -74/+15 |
| 2019-03-06 | Do not panic on missing close paren | Esteban Küber | -0/+107 |
| 2019-03-06 | Surround found token with ` | Esteban Küber | -2/+2 |
| 2019-03-06 | Regression test for issue #58158. | Felix S. Klock II | -0/+40 |
| 2019-03-06 | Update tests | John Kåre Alsaker | -4/+109 |
| 2019-03-06 | Split up privacy checking so privacy_access_levels only does computations req... | John Kåre Alsaker | -18/+18 |
| 2019-03-05 | On incorrect cfg literal/identifier, point at the right span | Esteban Küber | -2/+2 |
| 2019-03-05 | Fix negative integer literal test | varkor | -19/+8 |
| 2019-03-05 | Update test fallout | varkor | -18/+4 |
| 2019-03-05 | Update const generics tests | varkor | -53/+30 |
| 2019-03-04 | Elide invalid method receiver error when it contains TyErr | Esteban Küber | -0/+30 |
| 2019-03-04 | Add an explicit test for issue #50582 | Josh Stone | -0/+15 |
| 2019-03-04 | On return type `impl Trait` for block with no expr point at last semi | Esteban Küber | -0/+20 |
| 2019-03-04 | Auto merge of #58380 - estebank:missing-match-pats, r=zackmdavis | bors | -67/+285 |
| 2019-03-03 | Add .nll.stderr output | Tim | -0/+39 |
| 2019-03-03 | Auto merge of #58673 - matthewjasper:typeck-ptr-coercions, r=pnkfelix | bors | -0/+221 |
| 2019-03-02 | Reword error message | Esteban Küber | -1/+1 |
| 2019-03-02 | Point at enum definition when match patterns are not exhaustive | Esteban Küber | -66/+284 |
| 2019-03-02 | Suggest appropriate code for unused field when desrtucturing patttern | Esteban Küber | -0/+40 |
| 2019-03-02 | Suggest removal of `&` when borrowing macro and appropriate | Esteban Küber | -3/+45 |
| 2019-03-01 | Expand where negative supertrait specific error is shown | Esteban Küber | -0/+15 |
| 2019-03-01 | Handle type annotations in promoted MIR correctly | Matthew Jasper | -0/+29 |