| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-01-27 | Test new placeholder error messages in previously untested combinations | Remy Rakic | -0/+61 |
| 2019-01-27 | Update test expectations for new placeholder error messages | Remy Rakic | -10/+10 |
| 2019-01-26 | Auto merge of #57918 - Centril:rollup, r=Centril | bors | -0/+53 |
| 2019-01-26 | Auto merge of #57852 - davidtwco:issue-57819, r=estebank | bors | -0/+138 |
| 2019-01-26 | Address review comments and cleanup code | Vadim Petrochenkov | -14/+14 |
| 2019-01-25 | #56411 do not suggest a fix for a import conflict in a macro | François Mockers | -0/+53 |
| 2019-01-25 | Auto merge of #57714 - matthewjasper:wellformed-unreachable, r=pnkfelix | bors | -0/+26 |
| 2019-01-25 | Unit test from #57866. | Felix S. Klock II | -0/+26 |
| 2019-01-25 | Rollup merge of #57802 - davidtwco:issue-56943, r=estebank | Mazdak Farrokhzad | -0/+23 |
| 2019-01-25 | Rollup merge of #57294 - estebank:point-copy-less, r=nikomatsakis | Mazdak Farrokhzad | -12/+81 |
| 2019-01-24 | Fix --compare-mode=nll tests | Esteban Küber | -8/+21 |
| 2019-01-24 | Point at type argument suggesting adding `Copy` constraint | Esteban Küber | -1/+3 |
| 2019-01-24 | Add test for #34721 | Esteban Küber | -0/+52 |
| 2019-01-24 | When using value after move, point at span of local | Esteban Küber | -4/+6 |