| Age | Commit message (Expand) | Author | Lines |
| 2019-10-02 | Rollup merge of #64914 - pnkfelix:issue-64453-regression-test, r=nikomatsakis | Mazdak Farrokhzad | -0/+58 |
| 2019-10-02 | Rollup merge of #64581 - ztlpn:fix-ok-wrapping-unreachable-code, r=Centril | Mazdak Farrokhzad | -0/+114 |
| 2019-10-01 | Rollup merge of #64649 - estebank:returnator, r=varkor | Tyler Mandry | -0/+14 |
| 2019-10-01 | Rollup merge of #64933 - sam09:master, r=estebank | Mazdak Farrokhzad | -6/+43 |
| 2019-10-01 | Rollup merge of #64910 - Centril:params-cleanup, r=petrochenkov | Mazdak Farrokhzad | -6/+6 |
| 2019-10-01 | fix test after rebase | Alex Zatelepin | -4/+14 |
| 2019-10-01 | address review comments | Alex Zatelepin | -4/+4 |
| 2019-10-01 | add tests | Alex Zatelepin | -4/+108 |
| 2019-10-01 | regression test for 64453 borrow check error. | Felix S. Klock II | -0/+58 |
| 2019-10-01 | Change to use exprPrecedence instead of exprKind. | Sam Radhakrishnan | -5/+5 |
| 2019-10-01 | Rollup merge of #64937 - estebank:dedup-closure-err, r=Centril | Mazdak Farrokhzad | -152/+11 |
| 2019-10-01 | Rollup merge of #64930 - davidtwco:issue-61798-diverging-await, r=petrochenkov | Mazdak Farrokhzad | -0/+41 |
| 2019-10-01 | Rollup merge of #64928 - JohnTitor:add-some-tests, r=Centril | Mazdak Farrokhzad | -0/+125 |
| 2019-10-01 | Rollup merge of #64907 - alexreg:tidy-up, r=Mark-Simulacrum | Mazdak Farrokhzad | -26/+26 |
| 2019-10-01 | Rollup merge of #64895 - davidtwco:issue-64130-async-error-definition, r=niko... | Mazdak Farrokhzad | -12/+60 |
| 2019-10-01 | Rollup merge of #64887 - Centril:recover-trailing-vert, r=estebank | Mazdak Farrokhzad | -11/+244 |
| 2019-10-01 | Rollup merge of #63931 - petrochenkov:stabmac, r=Centril | Mazdak Farrokhzad | -342/+52 |
| 2019-10-01 | Rollup merge of #63674 - petrochenkov:meta2, r=Centril | Mazdak Farrokhzad | -8/+13 |
| 2019-10-01 | syntax: reformat passing of `FnHeader` to `parse_item_fn`. | Mazdak Farrokhzad | -6/+6 |
| 2019-09-30 | Deduplicate closure type errors | Esteban Küber | -152/+11 |
| 2019-09-30 | async/await: improve obligation errors | David Wood | -12/+60 |
| 2019-09-30 | Fixes #64919. Suggest fix based on operator precendence. | Sam Radhakrishnan | -1/+38 |
| 2019-09-30 | Avoid ICE on return outside of fn with literal array | Esteban Küber | -0/+14 |
| 2019-10-01 | Address review comments | Vadim Petrochenkov | -0/+11 |
| 2019-09-30 | Rollup merge of #64921 - JohnTitor:add-test-enum, r=varkor | Tyler Mandry | -0/+25 |
| 2019-09-30 | Rollup merge of #64838 - GuillaumeGomez:long-err-explanation-e0550, r=oli-obk | Tyler Mandry | -1/+1 |
| 2019-09-30 | Rollup merge of #64377 - GuillaumeGomez:E0493, r=estebank | Tyler Mandry | -4/+8 |
| 2019-09-30 | typeck: silence unreachable code from await | David Wood | -0/+41 |
| 2019-09-30 | syntax: Support modern attribute syntax in the `meta` matcher | Vadim Petrochenkov | -8/+2 |
| 2019-10-01 | Add test for #58344 | Yuki Okushi | -0/+69 |
| 2019-10-01 | Add test for #58022 | Yuki Okushi | -0/+37 |
| 2019-10-01 | Add test for #50571 | Yuki Okushi | -0/+19 |
| 2019-09-30 | Stabilize proc macros in type positions | Vadim Petrochenkov | -21/+18 |
| 2019-09-30 | Stabilize macros in `extern` blocks | Vadim Petrochenkov | -321/+34 |
| 2019-10-01 | Add test for issue-64662 | Yuki Okushi | -0/+25 |
| 2019-09-30 | update ui tests | Guillaume Gomez | -1/+1 |
| 2019-09-30 | Auto merge of #64778 - csmoe:index, r=eddyb | bors | -2/+2 |
| 2019-09-30 | update tests | Guillaume Gomez | -4/+8 |
| 2019-09-30 | Fixed stylistic convention for one diagnostic and blessed tests. | Alexander Regueiro | -2/+2 |
| 2019-09-30 | Fixed grammar in one diagnostic and blessed tests. | Alexander Regueiro | -24/+24 |
| 2019-09-29 | Rollup merge of #64894 - Centril:fix-64682, r=petrochenkov | Mazdak Farrokhzad | -51/+350 |
| 2019-09-29 | Rollup merge of #64858 - skinny121:str-const-generics, r=varkor | Mazdak Farrokhzad | -0/+79 |
| 2019-09-29 | Rollup merge of #64825 - estebank:match-unit, r=Centril | Mazdak Farrokhzad | -1/+76 |
| 2019-09-29 | Rollup merge of #64735 - GuillaumeGomez:long-err-explanation-E0533, r=Centril | Mazdak Farrokhzad | -3/+30 |
| 2019-09-29 | Rollup merge of #64691 - estebank:unexpected-variant, r=Centril | Mazdak Farrokhzad | -16/+112 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -2/+2 |
| 2019-09-29 | Auto merge of #64158 - tmandry:libtest-panic-abort, r=alexcrichton | bors | -14/+89 |
| 2019-09-29 | syntax: fix #64682. | Mazdak Farrokhzad | -51/+350 |
| 2019-09-29 | Auto merge of #64546 - weiznich:bugfix/rfc-2451-rerebalance-tests, r=nikomats... | bors | -16/+522 |
| 2019-09-29 | Auto merge of #64886 - Centril:rollup-30dqh8j, r=Centril | bors | -197/+138 |