| Age | Commit message (Expand) | Author | Lines |
| 2019-02-06 | Auto merge of #56123 - oli-obk:import_miri_from_future, r=eddyb | bors | -0/+126 |
| 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-06 | Rollup merge of #58138 - ishitatsuyuki:stability-delay, r=estebank | kennytm | -0/+13 |
| 2019-02-05 | Auto merge of #57973 - davidtwco:issue-52891, r=estebank | bors | -61/+301 |
| 2019-02-04 | Add test | ishitatsuyuki | -0/+13 |
| 2019-02-02 | Update visibility of intermediate use items. | David Wood | -0/+35 |
| 2019-02-01 | Auto merge of #57978 - varkor:fix-irrefutable-integer-range-match, r=oli-obk | bors | -0/+7 |
| 2019-02-01 | Fix bug in integer range matching | varkor | -0/+7 |
| 2019-02-01 | Auto merge of #57586 - Aaron1011:feature/pub-priv-dep, r=petrochenkov | bors | -0/+110 |
| 2019-02-01 | Update tests for future-compat warning removal | Aaron Hill | -13/+2 |
| 2019-02-01 | Test allowing individual struct field | Aaron Hill | -0/+6 |
| 2019-02-01 | Replace --extern-public with --extern-private | Aaron Hill | -6/+5 |
| 2019-02-01 | Remove feature from test | Aaron Hill | -1/+0 |
| 2019-02-01 | Rename external_private_dependency to exported_private_dependencies | Aaron Hill | -5/+5 |
| 2019-02-01 | Add test for 'std' crate being public | Aaron Hill | -0/+13 |
| 2019-02-01 | Clippy fixes, rename stuff to match RFC | Aaron Hill | -6/+27 |
| 2019-02-01 | Improve UI tests | Aaron Hill | -6/+32 |
| 2019-02-01 | Add UI test | Aaron Hill | -0/+57 |
| 2019-02-01 | Auto merge of #57916 - Zoxc:incr-passes4, r=michaelwoerister | bors | -10/+3 |
| 2019-02-01 | Auto merge of #58002 - oli-obk:deprecated_sugg, r=zackmdavis | bors | -0/+34 |
| 2019-01-31 | Add a forever unstable opt-out of const qualification checks | Oliver Scherer | -0/+126 |
| 2019-01-31 | Add suggestion for duplicated import. | David Wood | -61/+301 |
| 2019-01-31 | Rollup merge of #58008 - matthewjasper:places-conflict-args, r=oli-obk | Mazdak Farrokhzad | -0/+36 |
| 2019-01-31 | Rollup merge of #58007 - estebank:issue-58006, r=petrochenkov | Mazdak Farrokhzad | -0/+24 |
| 2019-01-31 | Rollup merge of #57999 - jethrogb:jb/movbe-feature, r=alexcrichton | Mazdak Farrokhzad | -1/+2 |
| 2019-01-31 | Rollup merge of #57008 - Knium:misleading-try-adding-parentheses-in-match-wit... | Mazdak Farrokhzad | -6/+54 |
| 2019-01-30 | Pass correct arguments to places_conflict | Matthew Jasper | -0/+36 |
| 2019-01-30 | Don't panic when accessing enum variant ctor using `Self` in match | Esteban Küber | -0/+24 |
| 2019-01-30 | Add suggestions to deprecation lints | Oliver Scherer | -0/+34 |
| 2019-01-30 | Add MOVBE feature | Jethro Beekman | -1/+2 |
| 2019-01-30 | Suggest to add each of `|` and `()` when unexpected `,` is found in pattern | Knium_ | -6/+54 |
| 2019-01-29 | Fix tests | John Kåre Alsaker | -10/+3 |
| 2019-01-29 | Auto merge of #57901 - lqd:issue_57362, r=nikomatsakis | bors | -45/+115 |
| 2019-01-28 | Refer to synthetically named lifetimes as "some specific lifetime" rather tha... | Rémy Rakic | -19/+19 |
| 2019-01-28 | Rollup merge of #57904 - euclio:attribute-typos, r=davidtwco | Mazdak Farrokhzad | -3/+43 |
| 2019-01-28 | Auto merge of #55704 - Nemo157:pinned-generators, r=Zoxc | bors | -74/+108 |
| 2019-01-28 | Unused variable suggestions on all patterns. | David Wood | -25/+129 |
| 2019-01-28 | Auto merge of #57910 - Mark-Simulacrum:delete-test, r=petrochenkov | bors | -4/+2 |
| 2019-01-27 | add typo suggestion to unknown attribute error | Andy Russell | -3/+43 |
| 2019-01-27 | Temporary workaround for travis diagnostic difference | Wim Looman | -4/+6 |
| 2019-01-27 | Mark static generators as !Unpin | Wim Looman | -0/+28 |
| 2019-01-27 | Change generator trait to use pinning | Wim Looman | -74/+78 |
| 2019-01-27 | Auto merge of #57765 - Mark-Simulacrum:bootstrap-bump, r=alexcrichton | bors | -3/+3 |
| 2019-01-27 | Update comment in test which has changed its purpose | Mark Rousskov | -4/+2 |
| 2019-01-27 | When mentioning lifetimes, put either the trait ref or the self type closer t... | Rémy Rakic | -18/+18 |
| 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 |