| Age | Commit message (Expand) | Author | Lines |
| 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-19 | Auto merge of #66074 - wesleywiser:test_run_const_prop, r=oli-obk | bors | -10/+10 |
| 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 | Auto merge of #54733 - GuillaumeGomez:stabilize-rustdoc-theme, r=ollie27,Dyla... | bors | -1/+15 |
| 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 | Fix Makefile themes check | Guillaume Gomez | -1/+2 |
| 2019-11-18 | Remove redundant html check | Guillaume Gomez | -1/+0 |
| 2019-11-18 | Rename rustdoc options --themes and --check-themes to --theme and --check-theme | Guillaume Gomez | -1/+1 |
| 2019-11-18 | add test for rustdoc's --themes flag | QuietMisdreavus | -0/+14 |
| 2019-11-18 | Auto merge of #66396 - smmalis37:pythontest, r=alexcrichton | bors | -1/+1 |
| 2019-11-18 | Auto merge of #66238 - ehuss:stabilize-rustdoc-edition, r=GuillaumeGomez | bors | -1/+1 |
| 2019-11-18 | Auto merge of #65456 - estebank:trait-bound-borrow, r=matthewjasper | bors | -17/+34 |
| 2019-11-17 | Auto merge of #66385 - ecstatic-morse:check-only-pass2, r=eddyb | bors | -60/+22 |
| 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 #66456 - Centril:driver-codes, r=Mark-Simulacrum | Yuki Okushi | -1/+2 |
| 2019-11-17 | Rollup merge of #66381 - Centril:66340, r=petrochenkov | Yuki Okushi | -0/+19 |
| 2019-11-17 | Rollup merge of #66344 - petrochenkov:noregattr, r=matthewjasper | Yuki Okushi | -71/+7 |
| 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 |
| 2019-11-16 | rustc_plugin: Remove `Registry::register_attribute` | Vadim Petrochenkov | -71/+7 |
| 2019-11-16 | Add some more tests | Vadim Petrochenkov | -13/+78 |
| 2019-11-16 | expand: Stop marking derive helper attributes as known | Vadim Petrochenkov | -7/+41 |
| 2019-11-16 | resolve: Introduce a new scope for derive helpers | Vadim Petrochenkov | -6/+24 |
| 2019-11-16 | Use "field is never read" instead of "field is never used" | cosine | -20/+20 |
| 2019-11-16 | Auto merge of #66453 - Centril:rollup-w1ohzxs, r=Centril | bors | -62/+78 |
| 2019-11-16 | move DIAGNOSTICS usage to rustc_driver | Mazdak Farrokhzad | -1/+2 |
| 2019-11-15 | Auto merge of #66326 - Nadrieril:refactor-intrange, r=varkor | bors | -1/+22 |
| 2019-11-15 | Respond to review feedback | Wesley Wiser | -0/+4 |
| 2019-11-15 | [ConstProp] Avoid OOM crashes by not evaluating large Places | Wesley Wiser | -0/+5 |