| Age | Commit message (Expand) | Author | Lines |
| 2019-03-15 | rustc: always rely on '_ to be not printed by ty::Region itself. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-03-15 | rustc: support impl's in PrintCx::parameterized. | Eduard-Mihai Burtescu | -7/+7 |
| 2019-03-14 | Auto merge of #59120 - alexreg:move-issue-tests-1, r=varkor | bors | -8/+245 |
| 2019-03-14 | Moved issue tests to subdirs and normalised names. | Alexander Regueiro | -8/+245 |
| 2019-03-13 | add suggestions to invalid macro item error | Andy Russell | -2/+10 |
| 2019-03-12 | rustc: fix ICE when trait alias has bare Self | Sean McArthur | -0/+25 |
| 2019-03-12 | Remove compiletest comments from tests | varkor | -2/+2 |
| 2019-03-12 | Add NLL test error output | varkor | -0/+11 |
| 2019-03-12 | Update test for issue #55731 | varkor | -3/+2 |
| 2019-03-12 | Add a test for #57781 | varkor | -0/+20 |
| 2019-03-12 | Add a test for #55731 | varkor | -0/+64 |
| 2019-03-12 | Add a test for #46101 | varkor | -0/+18 |
| 2019-03-12 | Add a test for #44255 | varkor | -0/+29 |
| 2019-03-12 | Add a test for #44127 | varkor | -0/+17 |
| 2019-03-12 | Add a test for #26619 | varkor | -0/+36 |
| 2019-03-12 | Add tests for #26448 | varkor | -0/+59 |
| 2019-03-12 | Auto merge of #58608 - pnkfelix:warning-period-for-detecting-nested-impl-trai... | bors | -59/+0 |
| 2019-03-11 | Update NLL tests | Vadim Petrochenkov | -34/+34 |
| 2019-03-11 | Update tests | Vadim Petrochenkov | -560/+560 |
| 2019-03-10 | Auto merge of #58498 - euclio:e0432-suggestions, r=estebank | bors | -7/+7 |
| 2019-03-09 | Rollup merge of #58679 - Zoxc:passes-refactor, r=michaelwoerister | Mazdak Farrokhzad | -4/+109 |
| 2019-03-09 | use structured suggestions for E0432 | Andy Russell | -7/+7 |
| 2019-03-09 | Auto merge of #59012 - pietroalbini:rollup, r=pietroalbini | bors | -0/+60 |
| 2019-03-08 | Unit (and regression) tests for warning cycle code. | Felix S. Klock II | -59/+0 |
| 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 #58861 - estebank:fix-negative-traits, r=petrochenkov | Pietro Albini | -0/+15 |
| 2019-03-07 | Add more details to elseless if error | Esteban Küber | -1/+5 |
| 2019-03-07 | address review comments | Esteban Küber | -2/+4 |
| 2019-03-08 | Improve recovery for missing trait in a trait impl | Vadim Petrochenkov | -5/+4 |
| 2019-03-07 | Point at coercion reason for if exprs without else clause | Esteban Küber | -0/+2 |
| 2019-03-07 | Adds diagnostic message and UI test. | Wesley Norris | -0/+15 |
| 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 | -58/+14 |
| 2019-03-06 | Do not panic on missing close paren | Esteban Küber | -0/+107 |
| 2019-03-06 | Update tests | John Kåre Alsaker | -4/+109 |
| 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-02 | Point at enum definition when match patterns are not exhaustive | Esteban Küber | -14/+32 |
| 2019-03-01 | Expand where negative supertrait specific error is shown | Esteban Küber | -0/+15 |
| 2019-02-28 | Introduce rustc_interface and move some methods there | John Kåre Alsaker | -0/+1 |
| 2019-02-25 | Rollup merge of #58370 - nox:relax-bounds, r=dtolnay | Mazdak Farrokhzad | -10/+11 |
| 2019-02-22 | Auto merge of #56113 - spastorino:erroneous-loop-diagnostic-in-nll, r=pnkfelix | bors | -1/+1 |
| 2019-02-21 | update test files to reflect new output | Niko Matsakis | -15/+22 |
| 2019-02-20 | Auto merge of #58056 - nikomatsakis:issue-57843-universe-leak, r=pnkfelix | bors | -0/+36 |
| 2019-02-20 | Fix erroneous loop diagnostic in nll | Santiago Pastorino | -1/+1 |
| 2019-02-16 | Rollup merge of #58196 - varkor:const-fn-feature-gate-error, r=oli-obk | kennytm | -1/+4 |
| 2019-02-16 | Rollup merge of #57981 - Zoxc:fix-57979, r=nikomatsakis | kennytm | -0/+59 |
| 2019-02-15 | make generalization code create new variables in correct universe | Niko Matsakis | -0/+36 |