| Age | Commit message (Expand) | Author | Lines |
| 2019-10-02 | WIP rebase for `shallow_resolve` call | Niko Matsakis | -1/+1 |
| 2019-10-02 | WIP tidy hir/lowering/expr.rs | Niko Matsakis | -4/+6 |
| 2019-10-02 | extract expected return type from `-> impl Future` obligation | Niko Matsakis | -3/+158 |
| 2019-10-02 | improved debug output | Niko Matsakis | -0/+6 |
| 2019-10-02 | thread down the body so we can check if this is an async fn body | Niko Matsakis | -3/+16 |
| 2019-10-02 | track the kind of async generator we are creating | Niko Matsakis | -15/+52 |
| 2019-10-01 | Rollup merge of #64979 - ehuss:update-books, r=ehuss | Tyler Mandry | -0/+0 |
| 2019-10-01 | Rollup merge of #64978 - AnthonyMikh:librustc_errors/lib__fully_clear_inner_h... | Tyler Mandry | -5/+8 |
| 2019-10-01 | Rollup merge of #64974 - ecstatic-morse:generic-graphviz-zebra, r=petrochenkov | Tyler Mandry | -19/+20 |
| 2019-10-01 | Rollup merge of #64952 - michaelwoerister:update-cargo, r=alexcrichton | Tyler Mandry | -0/+1 |
| 2019-10-01 | Rollup merge of #64942 - JohnTitor:fix-clippy, r=eddyb | Tyler Mandry | -17/+16 |
| 2019-10-01 | Rollup merge of #64885 - andjo403:iter, r=scottmcm | Tyler Mandry | -13/+14 |
| 2019-10-01 | Rollup merge of #64840 - michaelwoerister:self-profiling-raii-refactor, r=wes... | Tyler Mandry | -268/+366 |
| 2019-10-01 | Rollup merge of #64805 - nnethercote:ObligForest-still-more, r=nikomatsakis | Tyler Mandry | -126/+115 |
| 2019-10-01 | Rollup merge of #64801 - nnethercote:improve-find_constraint_paths_between_re... | Tyler Mandry | -18/+22 |
| 2019-10-01 | Rollup merge of #64722 - Mark-Simulacrum:alt-parallel, r=alexcrichton | Tyler Mandry | -14/+27 |
| 2019-10-01 | Rollup merge of #64649 - estebank:returnator, r=varkor | Tyler Mandry | -3/+34 |
| 2019-10-01 | Update books | Eric Huss | -0/+0 |
| 2019-10-02 | Auto merge of #64963 - Manishearth:clippyup, r=Manishearth | bors | -11/+18 |
| 2019-10-02 | Fully clear `HandlerInner` in `Handler::reset_err_count` | AnthonyMikh | -5/+8 |
| 2019-10-01 | Update clippy | Manish Goregaokar | -11/+18 |
| 2019-10-01 | Update example table to match current output | Dylan MacKenzie | -19/+19 |
| 2019-10-01 | Reset row background for each block | Dylan MacKenzie | -0/+1 |
| 2019-10-01 | Update rls submodule | Alex Crichton | -0/+0 |
| 2019-10-01 | Update `Cargo.lock` for cargo update | Alex Crichton | -0/+1 |
| 2019-10-01 | Rollup merge of #64950 - nnethercote:simplify-interners, r=varkor,spastorino | Mazdak Farrokhzad | -47/+22 |
| 2019-10-01 | Rollup merge of #64943 - lzutao:doc-saturating, r=shepmaster | Mazdak Farrokhzad | -3/+6 |
| 2019-10-01 | Rollup merge of #64933 - sam09:master, r=estebank | Mazdak Farrokhzad | -7/+49 |
| 2019-10-01 | Rollup merge of #64912 - lzutao:unneeded-main-doc, r=jonas-schievink | Mazdak Farrokhzad | -372/+266 |
| 2019-10-01 | Rollup merge of #64910 - Centril:params-cleanup, r=petrochenkov | Mazdak Farrokhzad | -569/+501 |
| 2019-10-01 | Rollup merge of #64820 - ssomers:master, r=bluss | Mazdak Farrokhzad | -93/+247 |
| 2019-10-01 | Rollup merge of #63416 - RalfJung:apfloat, r=eddyb | Mazdak Farrokhzad | -1/+2 |
| 2019-10-01 | Fix clippy warnings | Yuki Okushi | -17/+16 |
| 2019-10-01 | BTreeSet intersection, difference & is_subnet optimizations | Stein Somers | -93/+247 |
| 2019-10-01 | Remove unneeded `fn main` blocks from docs | Lzu Tao | -372/+266 |
| 2019-10-01 | Update cargo. | Michael Woerister | -0/+0 |
| 2019-10-01 | Change to use exprPrecedence instead of exprKind. | Sam Radhakrishnan | -9/+10 |
| 2019-10-01 | Rollup merge of #64937 - estebank:dedup-closure-err, r=Centril | Mazdak Farrokhzad | -153/+23 |
| 2019-10-01 | Rollup merge of #64935 - AnthonyMikh:librustc_errors/emmiter__code-clarity, r... | Mazdak Farrokhzad | -273/+239 |
| 2019-10-01 | Rollup merge of #64930 - davidtwco:issue-61798-diverging-await, r=petrochenkov | Mazdak Farrokhzad | -1/+43 |
| 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 | -71/+74 |
| 2019-10-01 | Rollup merge of #64896 - XAMPPRocky:remove-grammar, r=Centril | Mazdak Farrokhzad | -3566/+4 |
| 2019-10-01 | Rollup merge of #64895 - davidtwco:issue-64130-async-error-definition, r=niko... | Mazdak Farrokhzad | -28/+281 |
| 2019-10-01 | Rollup merge of #64887 - Centril:recover-trailing-vert, r=estebank | Mazdak Farrokhzad | -37/+323 |
| 2019-10-01 | Rollup merge of #63931 - petrochenkov:stabmac, r=Centril | Mazdak Farrokhzad | -363/+60 |
| 2019-10-01 | Rollup merge of #63674 - petrochenkov:meta2, r=Centril | Mazdak Farrokhzad | -83/+119 |
| 2019-10-01 | Remove the `$lt_tcx` parameter from `direct_interners!`. | Nicholas Nethercote | -7/+7 |
| 2019-10-01 | Inline and remove `intern_method!`. | Nicholas Nethercote | -26/+14 |
| 2019-10-01 | replace try_for_each with try_fold to generate less code | Andreas Jonson | -13/+14 |