| Age | Commit message (Expand) | Author | Lines |
| 2019-05-06 | add test for `async move` in a doctest | QuietMisdreavus | -0/+14 |
| 2019-05-06 | update playground url tests with new edition behavior | QuietMisdreavus | -4/+4 |
| 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-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-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: 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 |
| 2019-05-03 | Update tests | Christopher Vittal | -647/+121 |
| 2019-05-03 | Propagate mutability from arguments to local bindings in async fn | Taiki Endo | -0/+10 |
| 2019-05-02 | don't amplify errors in format! with bad literals | Aleksey Kladov | -28/+5 |
| 2019-05-02 | Constrain all regions in the concrete type for an opaque type | Matthew Jasper | -15/+45 |
| 2019-05-02 | Fix failing test | Wesley Wiser | -0/+1 |
| 2019-05-02 | introduce unescape module | Aleksey Kladov | -103/+149 |
| 2019-05-02 | Remove the `self.mir` field from `ConstPropagator` | Wesley Wiser | -3/+9 |
| 2019-05-02 | Auto merge of #59008 - varkor:const-generics-infer, r=eddyb | bors | -0/+98 |
| 2019-05-01 | Disallow non-explicit elided lifetimes in async fn | Taylor Cramer | -15/+47 |
| 2019-05-02 | Rollup merge of #60437 - davidtwco:issue-60236, r=nikomatsakis | Mazdak Farrokhzad | -184/+353 |
| 2019-05-02 | Rollup merge of #60385 - nnethercote:earlier-metadata, r=alexcrichton | Mazdak Farrokhzad | -1/+3 |
| 2019-05-02 | Rollup merge of #59634 - DevQps:explain-E0704, r=estebank | Mazdak Farrokhzad | -0/+1 |
| 2019-05-01 | Add a test for const args that cannot be inferred | varkor | -0/+25 |
| 2019-05-01 | Add a test for incorrect numbers of const args | varkor | -0/+32 |
| 2019-05-01 | Add a test for const arguments | varkor | -0/+19 |