| Age | Commit message (Expand) | Author | Lines |
| 2019-08-15 | resolve: Move macro resolution traces from `Module`s to `Resolver` | Vadim Petrochenkov | -71/+71 |
| 2019-08-15 | Rollup merge of #63582 - JohnTitor:fix-ice-63226, r=oli-obk | Mazdak Farrokhzad | -0/+26 |
| 2019-08-15 | Rollup merge of #63577 - meffij:test-hrtb, r=alexcrichton | Mazdak Farrokhzad | -0/+31 |
| 2019-08-15 | ignore tests on wasm32-bare | Ralf Jung | -0/+1 |
| 2019-08-15 | test Retag in drop shim | Ralf Jung | -11/+26 |
| 2019-08-15 | Adjust regression test | Yuki Okushi | -0/+2 |
| 2019-08-15 | Check FnHeader not to cause ICE | Yuki Okushi | -0/+24 |
| 2019-08-15 | Auto merge of #62429 - cuviper:iter-closures, r=cramertj | bors | -0/+124 |
| 2019-08-15 | Auto merge of #63575 - Centril:rollup-anlv9g5, r=Centril | bors | -34/+245 |
| 2019-08-14 | Test HRTB issue accepted by compiler | nivlac | -0/+31 |
| 2019-08-14 | Rollup merge of #63560 - Centril:mv-generator-test, r=petrochenkov | Mazdak Farrokhzad | -0/+2 |
| 2019-08-14 | Rollup merge of #63509 - estebank:async-span, r=Centril | Mazdak Farrokhzad | -0/+23 |
| 2019-08-14 | Rollup merge of #63507 - estebank:type-inference-error, r=Centril | Mazdak Farrokhzad | -16/+175 |
| 2019-08-14 | Rollup merge of #63075 - RalfJung:deref-checks, r=oli-obk | Mazdak Farrokhzad | -15/+21 |
| 2019-08-14 | Rollup merge of #62984 - nathanwhit:extra_semi_lint, r=varkor | Mazdak Farrokhzad | -3/+24 |
| 2019-08-14 | Auto merge of #63534 - Mark-Simulacrum:stage0-bump, r=Centril | bors | -1/+1 |
| 2019-08-14 | move test that shouldn't be in test/run-pass/ | Mazdak Farrokhzad | -0/+2 |
| 2019-08-14 | Handle cfg(bootstrap) throughout | Mark Rousskov | -1/+1 |
| 2019-08-14 | Rollup merge of #63530 - ehuss:typo-statemement, r=centril | Mazdak Farrokhzad | -2/+2 |
| 2019-08-14 | Rollup merge of #63508 - estebank:compromice, r=petrochenkov | Mazdak Farrokhzad | -0/+14 |
| 2019-08-14 | Rollup merge of #63501 - nikomatsakis:issue-63500-async-anon-impl-lifetime, r... | Mazdak Farrokhzad | -0/+54 |
| 2019-08-14 | Rollup merge of #63499 - nikomatsakis:issuee-63388-async-fn-elision-self-mut-... | Mazdak Farrokhzad | -1783/+881 |
| 2019-08-14 | Rollup merge of #63475 - iluuu1994:issue-62632, r=Centril | Mazdak Farrokhzad | -8/+14 |
| 2019-08-14 | Rollup merge of #63459 - eddyb:issue-63430, r=petrochenkov | Mazdak Farrokhzad | -0/+14 |
| 2019-08-14 | Rollup merge of #63383 - Centril:async-lifetime-elision-tests, r=nikomatsakis | Mazdak Farrokhzad | -0/+2867 |
| 2019-08-13 | Suggest giving return type to closures on E0282 | Esteban Küber | -19/+57 |
| 2019-08-13 | Apply Centril's suggestion | Eric Huss | -2/+2 |
| 2019-08-13 | review comment: move test | Esteban Küber | -3/+4 |
| 2019-08-13 | review comments | Esteban Küber | -3/+3 |
| 2019-08-13 | Fix typo in error message. | Eric Huss | -2/+2 |
| 2019-08-13 | review comment: remove unecessary error in test | Esteban Küber | -12/+4 |
| 2019-08-13 | bless tests with compare-mode=nll | Niko Matsakis | -136/+538 |
| 2019-08-13 | Point at the right enclosing scope when using `await` in non-async fn | Esteban Küber | -0/+22 |
| 2019-08-12 | Do not ICE when synthesizing spans falling inside unicode chars | Esteban Küber | -0/+22 |
| 2019-08-12 | Suggest `Box::new` when appropriate | Esteban Küber | -0/+40 |
| 2019-08-12 | Fix tidy | Esteban Küber | -4/+4 |
| 2019-08-12 | bless tests | Niko Matsakis | -146/+27 |
| 2019-08-12 | Resolve types when suggesting boxed closure | Esteban Küber | -7/+7 |
| 2019-08-12 | clear in-scope lifetimes for nested items in HIR lowering | Niko Matsakis | -0/+37 |
| 2019-08-12 | Force optimization in 32-bit iter overflow tests | Josh Stone | -4/+4 |
| 2019-08-12 | When needing type annotations in local bindings, account for impl Trait and c... | Esteban Küber | -0/+81 |
| 2019-08-12 | fix README.md | Niko Matsakis | -5/+5 |
| 2019-08-12 | add edition to regression test | Niko Matsakis | -0/+1 |
| 2019-08-12 | Move run-pass/iterators/* to ui/iterators/ | Josh Stone | -0/+0 |
| 2019-08-12 | Move run-pass/iter-map-fold-type-length.rs to iterators/ | Josh Stone | -0/+1 |
| 2019-08-12 | Reduce the genericity of Map folds | Josh Stone | -0/+37 |
| 2019-08-12 | Add codegen tests for the genericity of fold closures | Josh Stone | -0/+24 |
| 2019-08-12 | Explicitly test Iterator::position overflows | Josh Stone | -0/+35 |
| 2019-08-12 | Explicitly test Iterator::count overflows | Josh Stone | -0/+27 |
| 2019-08-12 | revamp how we handle elision in async fn | Niko Matsakis | -1512/+327 |