| Age | Commit message (Expand) | Author | Lines |
| 2019-07-29 | Rollup merge of #63092 - Centril:update-impl-trait-gates, r=varkor | Mazdak Farrokhzad | -3/+3 |
| 2019-07-29 | Rollup merge of #63086 - BaoshanPang:testcases, r=nagisa | Mazdak Farrokhzad | -0/+4 |
| 2019-07-29 | Rollup merge of #63077 - petrochenkov:nolangfeat, r=petrochenkov | Mazdak Farrokhzad | -13/+6 |
| 2019-07-29 | Update existential_type + impl_trait_in_bindings issue numbers. | Mazdak Farrokhzad | -3/+3 |
| 2019-07-28 | Auto merge of #63090 - Centril:rollup-xnjwm2h, r=Centril | bors | -216/+444 |
| 2019-07-28 | Rollup merge of #63088 - dtolnay:anonymous, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-07-28 | Rollup merge of #62995 - estebank:issue-62973, r=varkor | Mazdak Farrokhzad | -0/+69 |
| 2019-07-28 | Rollup merge of #62871 - gilescope:async-recursion-error, r=Centril | Mazdak Farrokhzad | -4/+4 |
| 2019-07-28 | Rollup merge of #61856 - c410-f3r:attrs-fn, r=matthewjasper | Mazdak Farrokhzad | -211/+370 |
| 2019-07-28 | Remove anonymous_parameters from unrelated test | David Tolnay | -1/+1 |
| 2019-07-28 | bypass x86stdcall.rs for vxworks | Baoshan Pang | -0/+4 |
| 2019-07-28 | Better recursive async fn error message. | Giles Cope | -4/+4 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -137/+119 |
| 2019-07-28 | cleanup: Remove some language features related to built-in macros | Vadim Petrochenkov | -13/+6 |
| 2019-07-28 | Rollup merge of #63067 - JohnTitor:test-for-50900, r=Centril | Mazdak Farrokhzad | -0/+33 |
| 2019-07-28 | Rollup merge of #63061 - Centril:constantly-improving, r=scottmcm | Mazdak Farrokhzad | -0/+131 |
| 2019-07-28 | Rollup merge of #63051 - estebank:borrow-ice, r=matthewjasper | Mazdak Farrokhzad | -0/+45 |
| 2019-07-28 | Rollup merge of #62550 - Centril:rest-patterns, r=petrochenkov | Mazdak Farrokhzad | -236/+1031 |
| 2019-07-28 | Move to src/test/ui/match/ | Yuki Okushi | -0/+0 |
| 2019-07-28 | Add test for issue-50900 | Yuki Okushi | -0/+33 |
| 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 | -85/+69 |
| 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 | Add tests for Vec(Deque) array PartialEq impls. | Mazdak Farrokhzad | -0/+131 |
| 2019-07-27 | review comments | Esteban Küber | -19/+34 |
| 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 | Avoid ICE when referencing desugared local binding in borrow error | Esteban Küber | -0/+30 |
| 2019-07-27 | Auto merge of #63029 - petrochenkov:rpass, r=Centril | bors | -254/+1143 |
| 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 | -86/+7 |
| 2019-07-27 | tests: Move run-pass tests without naming conflicts to ui | Vadim Petrochenkov | -196/+64 |
| 2019-07-27 | tests: Add missing run-pass annotations | Vadim Petrochenkov | -4/+1090 |
| 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 | Lint attributes on function arguments | Caio | -211/+370 |
| 2019-07-27 | Make more informative error on outer attr after inner | Evgenii P | -2/+5 |