| Age | Commit message (Expand) | Author | Lines |
| 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 #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-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 | 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 |
| 2019-12-26 | A cycle error on a diverging function is now a const stack overflow again | Oliver Scherer | -16/+91 |
| 2019-12-26 | Auto merge of #66670 - crlf0710:normalize_ident, r=Dylan-DPC | bors | -1/+9 |
| 2019-12-26 | Add a test and bless existing test case. | Charles Lew | -1/+9 |
| 2019-12-26 | Auto merge of #67268 - estebank:assoc-types, r=oli-obk | bors | -300/+627 |
| 2019-12-26 | Auto merge of #67580 - RalfJung:miri-unleash-tests, r=oli-obk | bors | -17/+61 |
| 2019-12-25 | Auto merge of #66919 - dtolnay:description, r=KodrAus | bors | -1/+1 |
| 2019-12-25 | Use the correct type for static qualifs | Matthew Jasper | -0/+14 |
| 2019-12-25 | Fix rebase and sort assoc type list for deterministic output | Esteban Küber | -19/+19 |
| 2019-12-25 | Auto merge of #67524 - LukasKalbertodt:improve-into-iter-lint, r=matthewjasper | bors | -0/+122 |
| 2019-12-25 | use error-pattern | Ralf Jung | -2/+2 |
| 2019-12-25 | Feature gate or patterns in const contexts | Matthew Jasper | -0/+93 |
| 2019-12-24 | Deprecate Error::description for real | David Tolnay | -1/+1 |
| 2019-12-24 | Fix suggestion span for typo in associated type name | Esteban Küber | -14/+14 |
| 2019-12-24 | Cleanup: move code to their own methods and deduplicate actions | Esteban Küber | -2/+2 |
| 2019-12-24 | Account for multiple trait bounds with missing associated types | Esteban Küber | -13/+176 |
| 2019-12-24 | Avoid output dependency on std spans | Esteban Küber | -67/+60 |
| 2019-12-24 | Use structured suggestion for bad `Fn` traits | Esteban Küber | -14/+7 |
| 2019-12-24 | Handle more specific case E0222 | Esteban Küber | -25/+29 |
| 2019-12-24 | Fix case in `associated-type-projection-from-multiple-supertraits.rs` | Esteban Küber | -11/+11 |
| 2019-12-24 | Tweak errors for missing associated types and type parameters | Esteban Küber | -243/+417 |
| 2019-12-25 | Add test cases which exercise the fix. | jumbatm | -0/+65 |
| 2019-12-24 | Auto merge of #67445 - llogiq:todo, r=dtolnay | bors | -4/+4 |