| Age | Commit message (Expand) | Author | Lines |
| 2019-07-04 | improve validity error range printing for singleton ranges | Ralf Jung | -2/+2 |
| 2019-07-04 | turns out that dangling pointer branch is dead code; remove it and improve th... | Ralf Jung | -37/+88 |
| 2019-07-04 | Rollup merge of #62317 - JohnTitor:move-tests-to-build-pass, r=Centril | Mazdak Farrokhzad | -716/+716 |
| 2019-07-04 | Rollup merge of #62258 - petrochenkov:idclean, r=Centril | Mazdak Farrokhzad | -53/+21 |
| 2019-07-04 | Rollup merge of #62240 - arielb1:resolve-wf-fields, r=pnkfelix | Mazdak Farrokhzad | -0/+21 |
| 2019-07-03 | Rollup merge of #62255 - Centril:slice-patterns-change-issue, r=varkor | Mark Rousskov | -6/+6 |
| 2019-07-03 | Rollup merge of #62183 - alexcrichton:fix-tests, r=nikomatsakis | Mark Rousskov | -0/+26 |
| 2019-07-03 | Auto merge of #61775 - nikomatsakis:issue-56238-multiple-lifetimes-async-fn-r... | bors | -48/+686 |
| 2019-07-03 | Migrate compile-pass annotations to build-pass | Yuki Okushi | -716/+716 |
| 2019-07-02 | Auto merge of #61268 - michaelwoerister:stabilize-pgo, r=alexcrichton | bors | -11/+11 |
| 2019-07-02 | fix ICE with delay-span-bug | Niko Matsakis | -0/+33 |
| 2019-07-02 | address nits | Niko Matsakis | -6/+6 |
| 2019-07-02 | Update src/test/ui/async-await/multiple-lifetimes/ret-impl-trait-no-fg.rs | Niko Matsakis | -1/+1 |
| 2019-07-02 | Update src/test/ui/async-await/multiple-lifetimes/elided.rs | Niko Matsakis | -1/+1 |
| 2019-07-02 | Update src/test/ui/async-await/multiple-lifetimes/fn-ptr.rs | Niko Matsakis | -1/+1 |
| 2019-07-02 | Update src/test/ui/async-await/multiple-lifetimes/ret-impl-trait-one.rs | Niko Matsakis | -1/+1 |
| 2019-07-02 | introduce more tests covering `async fn` surface | Niko Matsakis | -4/+239 |
| 2019-07-02 | more nits + typos | Niko Matsakis | -2/+2 |
| 2019-07-02 | feature-gate member constraints outside of async-await | Niko Matsakis | -7/+42 |
| 2019-07-02 | bless test output | Niko Matsakis | -6/+3 |
| 2019-07-02 | address nits by mattewjasper | Niko Matsakis | -33/+0 |
| 2019-07-02 | account for the pick-constraint edges when reporting errors | Niko Matsakis | -0/+36 |
| 2019-07-02 | test with explicit existential type | Niko Matsakis | -0/+2 |
| 2019-07-02 | add a preliminary existential test; not really enough | Niko Matsakis | -0/+29 |
| 2019-07-02 | add a FIXME related to the non-free-region case | Niko Matsakis | -0/+27 |
| 2019-07-02 | update the async-fn-multiple-lifetimes test | Niko Matsakis | -23/+4 |
| 2019-07-02 | fix tests and remove outdated stderr files | Niko Matsakis | -54/+0 |
| 2019-07-02 | improve tests with migration mode, mir mode | Niko Matsakis | -94/+101 |
| 2019-07-02 | remove old error and add an explanation | Niko Matsakis | -49/+13 |
| 2019-07-02 | enforce and report pick-constraint errors | Niko Matsakis | -13/+154 |
| 2019-07-02 | integrate pick constraints into lexical solver more completely | Niko Matsakis | -3/+0 |
| 2019-07-02 | add some tests, currently ICE-ing | Niko Matsakis | -0/+241 |
| 2019-07-02 | Auto merge of #61922 - tmandry:moar-generator-optimization, r=matthewjasper | bors | -0/+160 |
| 2019-07-01 | Revert "implicit `Option`-returning doctests" | Guillaume Gomez | -12/+0 |
| 2019-07-01 | syntax: Unsupport `foo! bar { ... }` macros in the parser | Vadim Petrochenkov | -53/+21 |
| 2019-07-01 | Auto merge of #62253 - Centril:rollup-115uuuq, r=Centril | bors | -16/+198 |
| 2019-07-01 | Auto merge of #61682 - Centril:stabilize-type_alias_enum_variants, r=petroche... | bors | -262/+395 |
| 2019-06-30 | Switch tracking issue for 'slice_patterns'. | Mazdak Farrokhzad | -6/+6 |
| 2019-06-30 | Rollup merge of #62241 - Centril:fix-async-unsafe-order, r=petrochenkov | Mazdak Farrokhzad | -13/+59 |
| 2019-06-30 | Extend #[must_use] lint to arrays | varkor | -0/+91 |
| 2019-06-30 | Fix run-pass tests | varkor | -1/+5 |
| 2019-06-30 | Improve error messages for boxed trait objects in tuples | varkor | -3/+33 |
| 2019-06-30 | Extend the #[must_use] lint to boxed types | varkor | -2/+13 |
| 2019-06-29 | wfcheck: resolve the type-vars in `AdtField` types | Ariel Ben-Yehuda | -0/+21 |
| 2019-06-29 | Always parse 'async unsafe fn' + properly ban in 2015. | Mazdak Farrokhzad | -13/+59 |
| 2019-06-29 | Rollup merge of #61818 - tmandry:issue-60709-test, r=cramertj | Mazdak Farrokhzad | -2/+30 |
| 2019-06-29 | Rollup merge of #61755 - Centril:compiletest-force-check, r=petrochenkov | Mazdak Farrokhzad | -62/+80 |
| 2019-06-29 | Rollup merge of #61199 - ollie27:rustdoc_cfg_test, r=QuietMisdreavus | Mazdak Farrokhzad | -3/+6 |
| 2019-06-28 | Use RequiresStorage to determine which locals can overlap | Tyler Mandry | -4/+18 |
| 2019-06-28 | Add size tests for moved locals in generators | Tyler Mandry | -0/+146 |