| Age | Commit message (Expand) | Author | Lines |
| 2019-07-30 | Rollup merge of #63123 - TankhouseAle:const-fn-type-name-any, r=oli-obk | Mazdak Farrokhzad | -0/+29 |
| 2019-07-30 | Rollup merge of #63095 - Centril:incomplete-features-lint, r=varkor | Mazdak Farrokhzad | -54/+163 |
| 2019-07-30 | Rollup merge of #62293 - Centril:remove-await-macro, r=cramertj | Mazdak Farrokhzad | -276/+117 |
| 2019-07-30 | Adjust tests. wrt. await_macro being removed. | Mazdak Farrokhzad | -276/+117 |
| 2019-07-30 | --bless tests due to INCOMPLETE_FEATURES being a lint. | Mazdak Farrokhzad | -54/+163 |
| 2019-07-30 | Auto merge of #62766 - alexcrichton:stabilize-pipelined-compilation, r=oli-obk | bors | -29/+80 |
| 2019-07-30 | Rollup merge of #63111 - Centril:rest-pat-tests, r=estebank | Mazdak Farrokhzad | -0/+340 |
| 2019-07-30 | Rollup merge of #63096 - Centril:existential-type-add-tests, r=varkor | Mazdak Farrokhzad | -0/+85 |
| 2019-07-30 | Rollup merge of #63093 - Aaron1011:fix/existential-closure, r=cramertj | Mazdak Farrokhzad | -0/+32 |
| 2019-07-30 | Rollup merge of #63083 - matthewjasper:parameter-hygiene, r=petrochenkov | Mazdak Farrokhzad | -14/+194 |
| 2019-07-30 | Rollup merge of #62928 - Centril:recover-parens-around-for-head, r=estebank | Mazdak Farrokhzad | -0/+42 |
| 2019-07-29 | Add a test for std::any::type_name() as a const fn | TankhouseAle | -0/+29 |
| 2019-07-29 | Add semantic test for rest patterns. | Mazdak Farrokhzad | -0/+270 |
| 2019-07-29 | Add another test for const parameter (non) hygiene. | Matthew Jasper | -0/+38 |
| 2019-07-29 | Add syntactic test for rest patterns. | Mazdak Farrokhzad | -0/+70 |
| 2019-07-29 | Add test for #60564. | Mazdak Farrokhzad | -0/+51 |
| 2019-07-29 | Add test for #60407. | Mazdak Farrokhzad | -0/+15 |
| 2019-07-29 | Add test for #53678. | Mazdak Farrokhzad | -0/+19 |
| 2019-07-29 | Move ui/existential_type.rs -> ui/existential_type/existential_type-pass. | Mazdak Farrokhzad | -0/+0 |
| 2019-07-29 | Move ui/{existential-type -> existential_types}. | Mazdak Farrokhzad | -0/+0 |
| 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-28 | Rename test and add comment | Aaron Hill | -2/+3 |
| 2019-07-29 | Update existential_type + impl_trait_in_bindings issue numbers. | Mazdak Farrokhzad | -3/+3 |
| 2019-07-28 | Properly check the defining scope of existential types | Aaron Hill | -0/+31 |
| 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 | Recover 'for ( $pat in $expr ) $block'. | Mazdak Farrokhzad | -0/+42 |
| 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 | -133/+117 |
| 2019-07-28 | Resolve const parameters with modern hygiene | Matthew Jasper | -14/+110 |
| 2019-07-28 | Disallow duplicate lifetime parameters with legacy hygiene | Matthew Jasper | -0/+46 |
| 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 | -235/+1030 |
| 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 |