| Age | Commit message (Expand) | Author | Lines |
| 2019-07-28 | Rollup merge of #62550 - Centril:rest-patterns, r=petrochenkov | Mazdak Farrokhzad | -235/+1030 |
| 2019-07-28 | borrowck-describe-lvalue: --bless --compare-mode=nll. | Mazdak Farrokhzad | -8/+8 |
| 2019-07-28 | And --bless tests accordingly for those exceptions. | Mazdak Farrokhzad | -534/+198 |
| 2019-07-28 | Address comments re. off-topic errors. | Mazdak Farrokhzad | -44/+48 |
| 2019-07-28 | --bless tests after rebase. | Mazdak Farrokhzad | -5/+5 |
| 2019-07-28 | Win some lose some; Unfortunately we lost recovery in one case. | Mazdak Farrokhzad | -20/+4 |
| 2019-07-28 | (pat, ..,) is now syntactically legal. | Mazdak Farrokhzad | -9/+2 |
| 2019-07-28 | Account for better recovery in two cases. | Mazdak Farrokhzad | -2/+43 |
| 2019-07-28 | Intersection patterns 'p1 @ p2' are not supported. | Mazdak Farrokhzad | -15/+0 |
| 2019-07-28 | --bless tests due to new subslice syntax. | Mazdak Farrokhzad | -56/+95 |
| 2019-07-28 | Use new 'p @ ..' syntax in tests. | Mazdak Farrokhzad | -84/+68 |
| 2019-07-28 | Test parsing and recovery of all sorts of range patterns. | Mazdak Farrokhzad | -0/+949 |
| 2019-07-28 | And also --bless those recovery tests. | Mazdak Farrokhzad | -19/+150 |
| 2019-07-28 | Update tests wrt. recovery of range patterns. | Mazdak Farrokhzad | -5/+26 |
| 2019-07-28 | Rollup merge of #63038 - eupn:outer-attribute-diag, r=estebank | Mazdak Farrokhzad | -9/+17 |
| 2019-07-28 | Rollup merge of #61207 - taiki-e:arbitrary_self_types-lifetime-elision-2, r=C... | Mazdak Farrokhzad | -0/+1498 |
| 2019-07-27 | Auto merge of #63029 - petrochenkov:rpass, r=Centril | bors | -8/+93305 |
| 2019-07-27 | Fix issues with git converting CRLF to CR | Vadim Petrochenkov | -49/+63 |
| 2019-07-27 | tests: Move run-pass tests with naming conflicts to ui | Vadim Petrochenkov | -0/+2732 |
| 2019-07-27 | tests: Move run-pass tests without naming conflicts to ui | Vadim Petrochenkov | -0/+90551 |
| 2019-07-27 | Rollup merge of #63014 - davidtwco:rustfix-incorrect-dyn-suggestion, r=estebank | Mazdak Farrokhzad | -0/+119 |
| 2019-07-27 | Rollup merge of #62982 - oli-obk:static_cycle, r=RalfJung | Mazdak Farrokhzad | -0/+11 |
| 2019-07-27 | Rollup merge of #62423 - Aaron1011:fix/existential-cycle, r=oli-obk | Mazdak Farrokhzad | -71/+94 |
| 2019-07-27 | Fix ui/parser/attr test | Evgenii P | -2/+2 |
| 2019-07-27 | Fix failing UI tests | Evgenii P | -5/+10 |
| 2019-07-27 | Make more informative error on outer attr after inner | Evgenii P | -2/+5 |
| 2019-07-27 | arbitrary_self_types lifetime elision: --bless --compare-mode=nll | Taiki Endo | -0/+342 |
| 2019-07-27 | Fix typo | Taiki Endo | -1/+1 |
| 2019-07-27 | Add tests for `self: (&)AssocType` | Taiki Endo | -0/+124 |
| 2019-07-27 | Add test for multiple ref-self | Taiki Endo | -7/+73 |
| 2019-07-27 | Minor clean up | Taiki Endo | -36/+27 |
| 2019-07-27 | Add main functions and check-pass annotations | Taiki Endo | -22/+16 |
| 2019-07-27 | Update src/test/ui/self/elision/README.md | Taiki Endo | -1/+1 |
| 2019-07-27 | add a bevy of new test cases | Niko Matsakis | -0/+831 |
| 2019-07-27 | Remove query for `.pin_type()` | Taiki Endo | -2/+15 |
| 2019-07-27 | Allow lifetime elision in `Pin<&(mut) Self>` | Taiki Endo | -0/+137 |
| 2019-07-26 | Auto merge of #62086 - petrochenkov:builtout, r=eddyb | bors | -89/+76 |
| 2019-07-26 | Rollup merge of #63004 - JohnTitor:add-tests-for-54062, r=Centril | Mazdak Farrokhzad | -0/+29 |
| 2019-07-26 | Rollup merge of #62985 - phansch:support_ui_testing_flag, r=estebank | Mazdak Farrokhzad | -5/+5 |
| 2019-07-26 | Rollup merge of #62963 - estebank:homoglyph-recovery, r=petrochenkov | Mazdak Farrokhzad | -1/+37 |
| 2019-07-26 | Rollup merge of #62956 - ia0:fix_62831, r=petrochenkov | Mazdak Farrokhzad | -0/+93 |
| 2019-07-26 | Rollup merge of #62828 - nikic:fadd-mul-reductions, r=eddyb | Mazdak Farrokhzad | -47/+21 |
| 2019-07-26 | Rollup merge of #62421 - JohnTitor:U007D-master, r=alexcrichton | Mazdak Farrokhzad | -72/+144 |
| 2019-07-26 | lowering: Omit bare trait lint on macro call sites | David Wood | -9/+2 |
| 2019-07-26 | Introduce built-in macros through libcore | Vadim Petrochenkov | -89/+76 |
| 2019-07-26 | Add test for issue-54062 | Yuki Okushi | -0/+29 |
| 2019-07-25 | Implement slow-path for FirstSets::first | Julien Cretin | -0/+93 |
| 2019-07-25 | Rollup merge of #62981 - estebank:issue-62843, r=Centril | Mazdak Farrokhzad | -0/+18 |
| 2019-07-25 | Rollup merge of #62930 - iluuu1994:test-for-51559, r=oli-obk | Mazdak Farrokhzad | -0/+18 |
| 2019-07-25 | Rollup merge of #62921 - iluuu1994:improve-help-for-method-disambiguation, r=... | Mazdak Farrokhzad | -0/+92 |