| Age | Commit message (Expand) | Author | Lines |
| 2019-11-21 | Rollup merge of #65730 - csmoe:return-lifetime, r=nikomatsakis | Mazdak Farrokhzad | -8/+64 |
| 2019-11-21 | never_type: test interaction with auto traits | Mazdak Farrokhzad | -0/+16 |
| 2019-11-21 | Gate fallback via `#![feature(never_type_fallback)]`. | Mazdak Farrokhzad | -16/+47 |
| 2019-11-21 | Remove `#![feature(never_type)]` from tests. | Mazdak Farrokhzad | -273/+130 |
| 2019-11-20 | Rollup merge of #66535 - estebank:issue-62480, r=matthewjasper | Mazdak Farrokhzad | -0/+18 |
| 2019-11-20 | Rollup merge of #66060 - traxys:test_65401, r=michaelwoerister | Mazdak Farrokhzad | -29/+29 |
| 2019-11-20 | Auto merge of #66571 - Centril:rollup-41tn2fw, r=Centril | bors | -29/+100 |
| 2019-11-20 | Rollup merge of #66526 - estebank:async-fn-trait-information, r=Centril | Mazdak Farrokhzad | -1/+33 |
| 2019-11-20 | Rollup merge of #66497 - Nadrieril:fix-53820, r=varkor | Mazdak Farrokhzad | -28/+67 |
| 2019-11-20 | Auto merge of #66392 - estebank:trait-alias-ice, r=eddyb | bors | -0/+29 |
| 2019-11-20 | Auto merge of #66104 - yodaldevoid:generic-arg-disambiguation, r=petrochenkov | bors | -93/+73 |
| 2019-11-19 | Rollup merge of #66529 - petrochenkov:reshelp2, r=davidtwco | Mazdak Farrokhzad | -39/+31 |
| 2019-11-19 | Rollup merge of #66461 - clemencetbk:master, r=GuillaumeGomez | Mazdak Farrokhzad | -0/+2 |
| 2019-11-19 | Rollup merge of #66431 - Aaron1011:fix/opaque-type-infer, r=varkor | Mazdak Farrokhzad | -62/+93 |
| 2019-11-19 | Rollup merge of #66239 - estebank:suggest-async-closure-call, r=Centril | Mazdak Farrokhzad | -3/+42 |
| 2019-11-19 | Rollup merge of #66155 - GuillaumeGomez:long-err-explanation-E0594, r=Dylan-DPC | Mazdak Farrokhzad | -21/+64 |
| 2019-11-19 | Auto merge of #66206 - PotHix:master, r=estebank | bors | -5/+5 |
| 2019-11-18 | Avoid ICE when `break`ing to an unreachable label | Esteban Küber | -0/+18 |
| 2019-11-18 | Add error code documentation | Esteban Küber | -1/+3 |
| 2019-11-18 | test: Update tests with fallout of changes | Gabriel Smith | -74/+54 |
| 2019-11-18 | test: const-generics: Update tests removing unrequired braces | Gabriel Smith | -19/+19 |
| 2019-11-18 | Auto merge of #58281 - mark-i-m:synthesis, r=estebank | bors | -0/+773 |
| 2019-11-19 | resolve: Give derive helpers highest priority during resolution | Vadim Petrochenkov | -39/+31 |
| 2019-11-18 | Reword help and add test | Esteban Küber | -0/+30 |
| 2019-11-18 | Update test output | Aaron Hill | -57/+45 |
| 2019-11-18 | Add explanation of unconstrained opaque type | Aaron Hill | -2/+8 |
| 2019-11-18 | Fix 'type annotations needed' error with opaque types | Aaron Hill | -5/+42 |
| 2019-11-18 | Update ui tests | Guillaume Gomez | -21/+64 |
| 2019-11-18 | Update src/test/ui/pattern/issue-53820-slice-pattern-large-array.rs | Nadrieril Feneanar | -0/+3 |
| 2019-11-18 | Auto merge of #65456 - estebank:trait-bound-borrow, r=matthewjasper | bors | -17/+34 |
| 2019-11-17 | review comments | Esteban Küber | -1/+1 |
| 2019-11-17 | Do not ICE on trait aliases with missing obligations | Esteban Küber | -0/+29 |
| 2019-11-17 | Auto merge of #66385 - ecstatic-morse:check-only-pass2, r=eddyb | bors | -60/+20 |
| 2019-11-17 | Small improvement to exhaustiveness diagnostics | Nadrieril | -6/+6 |
| 2019-11-17 | Rollup merge of #66471 - Alexendoo:test-issue-63116, r=Centril | Yuki Okushi | -0/+27 |
| 2019-11-17 | Rollup merge of #66469 - CosineP:fix/field-lint, r=petrochenkov | Yuki Okushi | -20/+20 |
| 2019-11-17 | Rollup merge of #66381 - Centril:66340, r=petrochenkov | Yuki Okushi | -0/+19 |
| 2019-11-17 | Rollup merge of #66271 - petrochenkov:abism, r=Centril | Yuki Okushi | -23/+69 |
| 2019-11-16 | Suggest calling async closure when needed | Esteban Küber | -3/+42 |
| 2019-11-16 | Auto merge of #66394 - wesleywiser:fix_oom, r=oli-obk | bors | -0/+20 |
| 2019-11-16 | Add test for issue 63116 | Alex Macleod | -0/+27 |
| 2019-11-17 | Add some more tests | Vadim Petrochenkov | -1/+45 |
| 2019-11-17 | Address review comments | Vadim Petrochenkov | -5/+5 |
| 2019-11-16 | Account for `rustc_on_unimplemented` | Esteban Küber | -6/+9 |
| 2019-11-16 | Remove unnecessary note | Esteban Küber | -3/+0 |
| 2019-11-16 | Modify primary label message to be inline with error message | Esteban Küber | -6/+6 |
| 2019-11-16 | Suggest borrowing when it would satisfy an unmet trait bound | Esteban Küber | -18/+35 |
| 2019-11-16 | ast: Keep `extern` qualifiers in functions more precisely | Vadim Petrochenkov | -17/+19 |
| 2019-11-16 | Only run tests on x86_64 | Wesley Wiser | -1/+3 |
| 2019-11-16 | Update ui tests | clemencetbk | -0/+2 |