| Age | Commit message (Expand) | Author | Lines |
| 2019-01-24 | Rollup merge of #57836 - oli-obk:existential_crisis, r=estebank | Mazdak Farrokhzad | -0/+60 |
| 2019-01-24 | Rollup merge of #57834 - SimonSapin:type_id, r=Centril | Mazdak Farrokhzad | -2/+1 |
| 2019-01-24 | Rollup merge of #57817 - davidtwco:issue-54521, r=estebank | Mazdak Farrokhzad | -0/+156 |
| 2019-01-24 | Rollup merge of #57795 - estebank:did-you-mean, r=zackmdavis | Mazdak Farrokhzad | -36/+22 |
| 2019-01-24 | Rollup merge of #57793 - estebank:impl-trait-resolve, r=oli-obk | Mazdak Farrokhzad | -4/+15 |
| 2019-01-24 | Rollup merge of #57779 - estebank:recover-struct-fields, r=davidtwco | Mazdak Farrokhzad | -34/+141 |
| 2019-01-23 | Remove unused feature gates | Oliver Scherer | -2/+0 |
| 2019-01-22 | Auto merge of #57835 - pnkfelix:issue-57673-remove-leaky-nested-probe, r=arielb1 | bors | -0/+21 |
| 2019-01-22 | Fix some cross crate existential type ICEs | Oliver Scherer | -0/+62 |
| 2019-01-22 | unit test for issue 57673. | Felix S. Klock II | -0/+21 |
| 2019-01-22 | Auto merge of #57830 - Centril:rollup, r=Centril | bors | -45/+143 |
| 2019-01-22 | Stabilize Any::get_type_id and rename to type_id | Simon Sapin | -2/+1 |
| 2019-01-22 | Rollup merge of #57813 - RalfJung:validation-range-printing, r=oli-obk | Mazdak Farrokhzad | -3/+18 |
| 2019-01-22 | Rollup merge of #57798 - hellow554:master, r=davidtwco | Mazdak Farrokhzad | -2/+2 |
| 2019-01-22 | Rollup merge of #57791 - estebank:issue-54582, r=zackmdavis | Mazdak Farrokhzad | -0/+16 |
| 2019-01-22 | Rollup merge of #57604 - alercah:str-index, r=sfackler | Mazdak Farrokhzad | -40/+107 |
| 2019-01-22 | Auto merge of #56221 - estebank:remove-dummy-checks, r=varkor | bors | -8/+8 |
| 2019-01-22 | Corrected spelling inconsistency | Marcel Hellwig | -2/+2 |
| 2019-01-22 | Auto merge of #57475 - SimonSapin:signed, r=estebank | bors | -5/+5 |
| 2019-01-21 | Accept more invalid code that is close to correct fields | Esteban Küber | -11/+3 |
| 2019-01-22 | Extend trailing `>` detection for paths. | David Wood | -0/+70 |
| 2019-01-21 | Auto merge of #55009 - oli-obk:const_safety, r=RalfJung | bors | -78/+110 |
| 2019-01-21 | Pluralize error messages. | David Wood | -6/+6 |
| 2019-01-21 | Add error for trailing angle brackets. | David Wood | -0/+86 |
| 2019-01-21 | fix validation range printing when encountering undef | Ralf Jung | -3/+18 |
| 2019-01-21 | Fix some non-determinism in help messages for E0277 errors. | Simon Sapin | -4/+4 |
| 2019-01-21 | Declare some unconst operations as unsafe in const fn | Oliver Scherer | -78/+110 |
| 2019-01-21 | Auto merge of #55045 - kleimkuhler:add-std-is_sorted, r=KodrAus | bors | -0/+48 |
| 2019-01-20 | Use structured suggestion in stead of notes | Esteban Küber | -36/+22 |
| 2019-01-20 | Explain type mismatch cause pointing to return type when it is `impl Trait` | Esteban Küber | -4/+15 |
| 2019-01-21 | Rollup merge of #57784 - JohnTitor:improve-error-message, r=estebank | Mazdak Farrokhzad | -3/+3 |
| 2019-01-21 | Rollup merge of #57783 - davidtwco:issue-57741, r=estebank | Mazdak Farrokhzad | -0/+164 |
| 2019-01-21 | Rollup merge of #57769 - estebank:cast-suggestion-struct-field, r=matthewjasper | Mazdak Farrokhzad | -0/+96 |
| 2019-01-21 | Rollup merge of #57768 - estebank:type-args-sugg, r=zackmdavis | Mazdak Farrokhzad | -58/+86 |
| 2019-01-21 | Rollup merge of #56796 - KrishnaSannasi:try_from_impl_change, r=shepmaster | Mazdak Farrokhzad | -1/+1 |
| 2019-01-20 | Add regression test for #54582 | Esteban Küber | -0/+16 |
| 2019-01-20 | Tweak field parse error recovery | Esteban Küber | -36/+14 |
| 2019-01-20 | Extend incorrect float literal recovery to account for suffixes | Esteban Küber | -16/+58 |
| 2019-01-20 | Reword message for incorrect float literal | Esteban Küber | -3/+3 |
| 2019-01-20 | Remove unnecessary dummy span checks | Esteban Küber | -8/+8 |
| 2019-01-20 | Add "dereference boxed value" suggestion. | David Wood | -0/+164 |
| 2019-01-21 | Fix tests | Yuki Okushi | -3/+3 |
| 2019-01-20 | Do not suggest angle brackets when there are no type arguments | Esteban Küber | -40/+34 |
| 2019-01-20 | Recover with suggestion from writing `.42` instead of `0.42` | Esteban Küber | -12/+21 |
| 2019-01-20 | Recover from parse errors in struct literal fields | Esteban Küber | -7/+93 |
| 2019-01-20 | Auto merge of #57651 - JohnTitor:give-char-type, r=estebank | bors | -50/+128 |
| 2019-01-20 | Remove whitespace | Yuki Okushi | -5/+4 |
| 2019-01-20 | Fix tests | Yuki Okushi | -96/+56 |
| 2019-01-19 | Suggest correct cast for struct fields with shorthand syntax | Esteban Küber | -0/+96 |
| 2019-01-19 | Suggest usage of angle brackets | Esteban Küber | -20/+35 |