| Age | Commit message (Expand) | Author | Lines |
| 2019-03-16 | Reduce test case | Esteban Küber | -18/+4 |
| 2019-03-16 | Emit unclosed delimiters during recovery | Esteban Küber | -1/+13 |
| 2019-03-16 | Bail when encountering a second unexpected token in the same span | Esteban Küber | -58/+14 |
| 2019-03-16 | Do not panic on missing close paren | Esteban Küber | -0/+107 |
| 2019-03-16 | Expand where negative supertrait specific error is shown | Esteban Küber | -0/+15 |
| 2019-03-16 | Unit (and regression) tests for warning cycle code. | Felix S. Klock II | -59/+0 |
| 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 |
| 2019-02-14 | add .stderr file | Niko Matsakis | -0/+17 |
| 2019-02-14 | Update const fn tests | varkor | -1/+4 |
| 2019-02-14 | rustc_mir: split qualify_consts' checking and value qualification. | Eduard-Mihai Burtescu | -4/+4 |
| 2019-02-14 | Rollup merge of #58296 - estebank:hidden-suggestion, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2019-02-14 | Rollup merge of #58267 - estebank:match-arms, r=matthewjasper | Mazdak Farrokhzad | -24/+33 |
| 2019-02-13 | Relax some Hash bounds on HashMap<K, V, S> and HashSet<T, S> | Anthony Ramine | -10/+11 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -7/+9 |
| 2019-02-11 | Use hidden suggestions for unused imports lint | Esteban Küber | -1/+1 |
| 2019-02-11 | Auto merge of #56645 - pietroalbini:fix-unused-imports, r=estebank | bors | -1/+1 |
| 2019-02-10 | Re-blessed tests. | Alexander Regueiro | -1/+3 |
| 2019-02-10 | tests: doc comments | Alexander Regueiro | -6/+6 |
| 2019-02-09 | Auto merge of #57944 - estebank:unclosed-delim-the-quickening, r=oli-obk | bors | -1/+1 |
| 2019-02-08 | unused_imports: update tests | Pietro Albini | -1/+1 |
| 2019-02-07 | Resolve incorrect diagnostic for using a non-const value in a constant | varkor | -24/+16 |
| 2019-02-07 | Make name resolution handle consts in GenericParamsFromOuterFunction properly | varkor | -27/+27 |
| 2019-02-07 | Adjust parser generic parameter errors | varkor | -20/+16 |
| 2019-02-07 | Update tests | varkor | -42/+36 |
| 2019-02-07 | Reweork incompatible match arms error | Esteban Küber | -24/+33 |
| 2019-02-07 | add doc comment and revert angle bracket change | Esteban Küber | -2/+2 |
| 2019-02-07 | Update test output after rebase | Esteban Küber | -3/+3 |
| 2019-02-06 | Auto merge of #58061 - nnethercote:overhaul-syntax-Folder, r=petrochenkov | bors | -2/+2 |
| 2019-02-06 | Overhaul `syntax::fold::Folder`. | Nicholas Nethercote | -2/+2 |
| 2019-02-05 | Auto merge of #57973 - davidtwco:issue-52891, r=estebank | bors | -16/+265 |
| 2019-02-02 | Update visibility of intermediate use items. | David Wood | -0/+35 |
| 2019-02-01 | add regression test for #57979 | Niko Matsakis | -0/+42 |
| 2019-01-31 | Add suggestion for duplicated import. | David Wood | -16/+265 |
| 2019-01-30 | Don't panic when accessing enum variant ctor using `Self` in match | Esteban Küber | -0/+24 |
| 2019-01-29 | Auto merge of #57901 - lqd:issue_57362, r=nikomatsakis | bors | -10/+80 |
| 2019-01-28 | Refer to synthetically named lifetimes as "some specific lifetime" rather tha... | Rémy Rakic | -6/+6 |
| 2019-01-28 | Rollup merge of #57904 - euclio:attribute-typos, r=davidtwco | Mazdak Farrokhzad | -1/+1 |
| 2019-01-28 | Unused variable suggestions on all patterns. | David Wood | -3/+107 |
| 2019-01-27 | add typo suggestion to unknown attribute error | Andy Russell | -1/+1 |
| 2019-01-27 | When mentioning lifetimes, put either the trait ref or the self type closer t... | Rémy Rakic | -2/+2 |
| 2019-01-27 | Fix issue-57362-1.rs attributes | Rémy Rakic | -0/+0 |
| 2019-01-27 | identify when implemented for "some specific lifetime" | Niko Matsakis | -12/+14 |
| 2019-01-27 | break apart tests | Niko Matsakis | -17/+24 |