| Age | Commit message (Expand) | Author | Lines |
| 2019-12-31 | Rollup merge of #67748 - MaskRay:frame-pointer, r=rkruppe | Mazdak Farrokhzad | -3/+4 |
| 2019-12-31 | Rollup merge of #67744 - Centril:reduce-diversity, r=petrochenkov | Mazdak Farrokhzad | -4/+16 |
| 2019-12-31 | Rollup merge of #67730 - Centril:typeck-pat-cleanup, r=estebank | Mazdak Farrokhzad | -53/+189 |
| 2019-12-31 | Auto merge of #67752 - Dylan-DPC:rollup-7f9v4nx, r=Dylan-DPC | bors | -3/+9 |
| 2019-12-31 | Rollup merge of #67735 - petrochenkov:uibool, r=Mark-Simulacrum | Dylan DPC | -1/+1 |
| 2019-12-31 | Rollup merge of #67723 - ldm0:E0477, r=Dylan-DPC | Dylan DPC | -2/+8 |
| 2019-12-31 | Auto merge of #67597 - estebank:placeholder-type, r=oli-obk | bors | -92/+300 |
| 2019-12-30 | Use function attribute "frame-pointer" instead of "no-frame-pointer-elim" | Fangrui Song | -3/+4 |
| 2019-12-31 | parser::pat: remove .fatal calls | Mazdak Farrokhzad | -3/+8 |
| 2019-12-31 | de-fatalize some errors | Mazdak Farrokhzad | -1/+8 |
| 2019-12-30 | Support `-Z ui-testing=yes/no` | Vadim Petrochenkov | -1/+1 |
| 2019-12-30 | Rename `libsyntax_ext` and `libsyntax_expand` in code | Vadim Petrochenkov | -3/+0 |
| 2019-12-30 | Blame user type in pat type error. | Mazdak Farrokhzad | -1/+85 |
| 2019-12-30 | refactor and fix this-expression-has-type note | Mazdak Farrokhzad | -22/+43 |
| 2019-12-30 | Pass the span of `<init>` in `let <pat> = <init>;` | Mazdak Farrokhzad | -4/+12 |
| 2019-12-30 | Show scrutinee expr type for struct fields. | Mazdak Farrokhzad | -0/+23 |
| 2019-12-30 | MatchExpressionArmPattern: Use more generic wording. | Mazdak Farrokhzad | -37/+37 |
| 2019-12-30 | Auto merge of #67667 - wesleywiser:speed_up_trivially_valid_constants, r=oli-obk | bors | -0/+87 |
| 2019-12-30 | Add error code explanation for E0477 | Donough Liu | -2/+8 |
| 2019-12-30 | Auto merge of #67721 - JohnTitor:rollup-o8zm4r9, r=JohnTitor | bors | -101/+140 |
| 2019-12-30 | Rollup merge of #67687 - estebank:issue-67634, r=matthewjasper | Yuki Okushi | -0/+18 |
| 2019-12-30 | Rollup merge of #67677 - petrochenkov:dupexp, r=Centril | Yuki Okushi | -8/+8 |
| 2019-12-30 | Rollup merge of #67287 - Centril:mismatch-range-improve-diag, r=estebank | Yuki Okushi | -28/+60 |
| 2019-12-30 | Rollup merge of #64273 - petrochenkov:stabattrmod, r=Centril | Yuki Okushi | -65/+54 |
| 2019-12-29 | clean up logic | Esteban Küber | -67/+78 |
| 2019-12-29 | Account for existing type params when suggesting replacing `_` for a new one | Esteban Küber | -31/+59 |
| 2019-12-29 | Account for all item kinds when collecting and gateing `_` in item defs | Esteban Küber | -96/+90 |
| 2019-12-29 | Suggest type param when encountering `_` in fn defs | Esteban Küber | -69/+244 |
| 2019-12-30 | Auto merge of #67631 - oli-obk:polymorphic_promotion, r=wesleywiser | bors | -0/+118 |
| 2019-12-30 | note other end-point when typeck range pats | Mazdak Farrokhzad | -28/+60 |
| 2019-12-29 | Resolve long compile times when evaluating always valid constants | Wesley Wiser | -0/+87 |
| 2019-12-29 | Auto merge of #67112 - Centril:expr-polish, r=estebank | bors | -43/+75 |
| 2019-12-28 | Auto merge of #67334 - estebank:ignore-triple, r=nikomatsakis | bors | -130/+264 |
| 2019-12-28 | Do not ICE on lifetime error involving closures | Esteban Küber | -0/+18 |
| 2019-12-28 | Ignore i586-unknown-linux-gnu and i586-unknown-musl in tests | Esteban Küber | -130/+264 |
| 2019-12-28 | resolve: Minor cleanup of duplicate macro reexports | Vadim Petrochenkov | -8/+8 |
| 2019-12-28 | Stabilize attribute macros on inline modules | Vadim Petrochenkov | -65/+54 |
| 2019-12-28 | Auto merge of #67598 - jumbatm:issue67557_simd_shuffle, r=oli-obk | bors | -0/+65 |
| 2019-12-28 | Rollup merge of #67654 - rossmacarthur:fix-51770-add-regression-test, r=Centril | Oliver Scherer | -0/+20 |
| 2019-12-28 | Rollup merge of #67621 - matthewjasper:correct-static-type, r=oli-obk | Oliver Scherer | -0/+14 |
| 2019-12-27 | core: add IntoFuture trait and support for await | Sean McArthur | -7/+32 |
| 2019-12-27 | Fix `Instance::resolve()` incorrectly returning specialized instances | Wesley Wiser | -0/+118 |
| 2019-12-27 | Add regression test for old NLL ICE | Ross MacArthur | -0/+20 |
| 2019-12-26 | Make ui test bitwidth independent | Oliver Scherer | -7/+11 |
| 2019-12-26 | Remove unintended noisy log statement | Oliver Scherer | -108/+0 |
| 2019-12-26 | Add regression test for ZST statics being allowed to "read" from themselves | Oliver Scherer | -0/+7 |
| 2019-12-26 | Prevent an ICE on invalid transmutes | Oliver Scherer | -0/+151 |
| 2019-12-26 | Don't ICE on the use of integer addresses for ZST constants in pattern matching | Oliver Scherer | -0/+13 |
| 2019-12-26 | Auto merge of #67592 - matthewjasper:cleanup-match, r=Centril | bors | -0/+93 |
| 2019-12-26 | Auto merge of #67327 - oli-obk:cleanup, r=RalfJung | bors | -16/+91 |