| Age | Commit message (Expand) | Author | Lines |
| 2019-05-07 | Auto merge of #60586 - cramertj:await, r=oli-obk | bors | -94/+567 |
| 2019-05-07 | Implement built-in await syntax | Taylor Cramer | -94/+567 |
| 2019-05-07 | Auto merge of #60612 - Centril:rollup-61drhqt, r=Centril | bors | -19/+321 |
| 2019-05-07 | Rollup merge of #60583 - varkor:const-generics-emplace, r=petrochenkov | Mazdak Farrokhzad | -8/+2 |
| 2019-05-07 | Rollup merge of #60535 - taiki-e:async-fn-arguments, r=cramertj | Mazdak Farrokhzad | -11/+319 |
| 2019-05-07 | Auto merge of #60277 - estebank:relate-ice, r=varkor | bors | -0/+21 |
| 2019-05-07 | Auto merge of #60592 - davidtwco:generator-signature-deduction, r=eddyb | bors | -14/+41 |
| 2019-05-07 | Trust signature over return expr for generators. | David Wood | -35/+22 |
| 2019-05-07 | Auto merge of #60464 - eddyb:not-overly-specific-pipelining, r=alexcrichton | bors | -15/+11 |
| 2019-05-07 | rustc: rename -Z emit-directives to -Z emit-artifact-notifications and simpli... | Eduard-Mihai Burtescu | -7/+8 |
| 2019-05-07 | compiletest: only use `make_exe_name` for tests that end up being executed. | Eduard-Mihai Burtescu | -9/+4 |
| 2019-05-06 | Add test for current behaviour. | David Wood | -0/+40 |
| 2019-05-06 | Auto merge of #60526 - alexcrichton:wasm-main-symbols, r=oli-obk | bors | -2/+17 |
| 2019-05-06 | `token::LArrow` can begin arguments | varkor | -8/+2 |
| 2019-05-06 | Auto merge of #60261 - matklad:one-escape, r=petrochenkov | bors | -119/+142 |
| 2019-05-05 | Rollup merge of #60515 - euclio:div-in-heading, r=GuillaumeGomez | Manish Goregaokar | -3/+2 |
| 2019-05-06 | Add tests for by-ref binding | Taiki Endo | -1/+289 |
| 2019-05-05 | Move run-make test to run-make-fulldeps | varkor | -1/+1 |
| 2019-05-05 | Add a run-make test for command aliases | varkor | -0/+23 |
| 2019-05-05 | Auto merge of #60525 - eddyb:namespaces-not-kinds, r=petrochenkov | bors | -3/+3 |
| 2019-05-05 | Auto merge of #60508 - varkor:const-generics-fold-ct-err, r=petrochenkov | bors | -10/+39 |
| 2019-05-05 | Correct handling of arguments in async fn | Taiki Endo | -10/+30 |
| 2019-05-04 | Early error for mixing order of const and type parameters | varkor | -10/+10 |
| 2019-05-04 | Fix misleading indentation | Jesper Steen Møller | -6/+5 |
| 2019-05-04 | Fix #45268 by saving all NodeId's for resolved traits. | Jesper Steen Møller | -0/+61 |
| 2019-05-04 | Add tests | varkor | -0/+29 |
| 2019-05-04 | Rollup merge of #60527 - davidtwco:issue-60518, r=cramertj | Mazdak Farrokhzad | -0/+12 |
| 2019-05-04 | Rollup merge of #60517 - estebank:wording, r=davidtwco | Mazdak Farrokhzad | -114/+114 |
| 2019-05-04 | Rollup merge of #60516 - JohnTitor:remove-typeck, r=matthewjasper | Mazdak Farrokhzad | -2/+2 |
| 2019-05-04 | Rollup merge of #60513 - chrisvittal:remove-borrowck-compare, r=matthewjasper | Mazdak Farrokhzad | -647/+121 |
| 2019-05-04 | Rollup merge of #60449 - matthewjasper:impl-trait-outlives, r=pnkfelix | Mazdak Farrokhzad | -15/+45 |
| 2019-05-04 | Rollup merge of #60429 - estebank:pub-path, r=michaelwoerister | Mazdak Farrokhzad | -4/+17 |
| 2019-05-04 | Auto merge of #59897 - tmandry:variantful-generators, r=eddyb | bors | -43/+157 |
| 2019-05-03 | Address review comments | Tyler Mandry | -4/+4 |
| 2019-05-04 | rustc: collapse relevant DefPathData variants into TypeNs. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-05-03 | Fix async fn lowering ICE with APIT. | David Wood | -0/+12 |
| 2019-05-03 | rustc: Always handle exported symbols on the wasm target | Alex Crichton | -2/+17 |
| 2019-05-03 | rustc: rename hir::def::Def to Res (short for "resolution"). | Eduard-Mihai Burtescu | -2/+2 |
| 2019-05-04 | Fix test | Yuki Okushi | -2/+2 |
| 2019-05-03 | Reword casting message | Esteban Küber | -114/+114 |
| 2019-05-03 | use span instead of div for since version | Andy Russell | -3/+2 |
| 2019-05-03 | Rollup merge of #60501 - taiki-e:async-await-mutable-arguments, r=cramertj | Mazdak Farrokhzad | -0/+10 |
| 2019-05-03 | Rollup merge of #60457 - wesleywiser:const_prop_refactoring, r=oli-obk | Mazdak Farrokhzad | -3/+10 |
| 2019-05-03 | Rollup merge of #60455 - estebank:resolve-match-arm-ty, r=davidtwco | Mazdak Farrokhzad | -17/+42 |
| 2019-05-03 | Rollup merge of #60409 - JohnTitor:error-for-existential-type, r=oli-obk | Mazdak Farrokhzad | -13/+97 |
| 2019-05-03 | Rollup merge of #60401 - JohnTitor:rename-log, r=davidtwco | Mazdak Farrokhzad | -6/+6 |
| 2019-05-03 | Rollup merge of #60393 - estebank:pat-sugg, r=oli-obk | Mazdak Farrokhzad | -6/+105 |
| 2019-05-03 | Rollup merge of #60388 - cramertj:elided-lifetime-async, r=nikomatsakis | Mazdak Farrokhzad | -15/+47 |
| 2019-05-03 | Rollup merge of #60220 - euclio:rustdoc-test-fatal-parsing-errors, r=QuietMis... | Mazdak Farrokhzad | -2/+36 |
| 2019-05-03 | Rollup merge of #59928 - petrochenkov:denyambass, r=varkor | Mazdak Farrokhzad | -9/+4 |