| Age | Commit message (Expand) | Author | Lines |
| 2019-02-07 | Add missing trailing newline | Esteban Küber | -1/+1 |
| 2019-02-07 | Remove spurious complaint about missing expression for bare semicolons | Esteban Küber | -8/+11 |
| 2019-02-07 | Deduplicate mismatched delimiter errors | Esteban Küber | -52/+38 |
| 2019-02-07 | Auto merge of #57998 - niklasf:align-enum, r=nagisa | bors | -18/+42 |
| 2019-02-06 | Lower constant patterns with ascribed types. | David Wood | -0/+39 |
| 2019-02-06 | error output updated by ./x.py test --stage 1 src/test/ui --incremental --bless | Clint Frederickson | -38/+38 |
| 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-05 | [WIP] add better error message for partial move | Clint Frederickson | -1/+1 |
| 2019-02-05 | allow shorthand syntax for deprecation reason | Andy Russell | -4/+34 |
| 2019-02-06 | Rollup merge of #58138 - ishitatsuyuki:stability-delay, r=estebank | kennytm | -0/+13 |
| 2019-02-05 | Add more tests | Oliver Scherer | -0/+92 |
| 2019-02-05 | Fix span for closure return type when annotated. | David Wood | -0/+34 |
| 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 | Test behaviour | Clar Fon | -4/+9 |
| 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 | add regression test for #57979 | Niko Matsakis | -0/+42 |
| 2019-02-01 | Make the existential type errors a little bit more helpful | Oliver Scherer | -7/+7 |
| 2019-02-01 | Test more related cases | Oliver Scherer | -0/+9 |
| 2019-02-01 | Restrict concrete types to equivalent types | Oliver Scherer | -16/+173 |
| 2019-02-01 | Generic type parameters are flexible even for existential types | Oliver Scherer | -86/+22 |
| 2019-02-01 | Test aller things | Oliver Scherer | -0/+34 |
| 2019-02-01 | Test all the things | Oliver Scherer | -24/+87 |
| 2019-02-01 | Be more permissive with required bounds on existential types | Oliver Scherer | -3/+8 |
| 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 more tests for #[repr(align(x))] on enums | Niklas Fiekas | -4/+14 |
| 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 | Move privacy checking later in the pipeline and make some passes run in parallel | John Kåre Alsaker | -40/+59 |
| 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 |