| Age | Commit message (Expand) | Author | Lines |
| 2019-07-06 | Rollup merge of #62377 - wesleywiser:fix_62375, r=alexcrichton | Mazdak Farrokhzad | -0/+22 |
| 2019-07-06 | Rollup merge of #62245 - RalfJung:miri-extra-fn, r=eddyb,zackmdavis | Mazdak Farrokhzad | -37/+88 |
| 2019-07-05 | Rollup merge of #62380 - eddyb:x64-sysv-regs, r=nagisa | Mazdak Farrokhzad | -0/+105 |
| 2019-07-05 | Rollup merge of #62369 - JohnTitor:remove-compile-pass, r=petrochenkov | Mazdak Farrokhzad | -5/+5 |
| 2019-07-05 | Rollup merge of #62193 - matthewjasper:dynamic-drop-async, r=Centril | Mazdak Farrokhzad | -0/+328 |
| 2019-07-05 | Rollup merge of #62133 - petrochenkov:norustc, r=eddyb | Mazdak Farrokhzad | -161/+185 |
| 2019-07-05 | Rollup merge of #61545 - flip1995:internal_lints, r=oli-obk | Mazdak Farrokhzad | -15/+100 |
| 2019-07-06 | Fix test annotation | Yuki Okushi | -1/+1 |
| 2019-07-06 | Remove compile-pass from compiletest | Yuki Okushi | -4/+4 |
| 2019-07-05 | Rollup merge of #62388 - rust-lang:fix-loop-break-mir-generation, r=eddyb | Mazdak Farrokhzad | -0/+24 |
| 2019-07-05 | Rollup merge of #62383 - Aaron1011:fix/async-error-span, r=varkor | Mazdak Farrokhzad | -0/+32 |
| 2019-07-05 | Rollup merge of #62324 - Centril:reduce-await-macro-reliance, r=cramertj | Mazdak Farrokhzad | -30/+30 |
| 2019-07-05 | Rollup merge of #62292 - Centril:split-async-closures, r=cramertj | Mazdak Farrokhzad | -76/+206 |
| 2019-07-05 | Rollup merge of #62150 - alex:mem-uninit-refactor, r=RalfJung | Mazdak Farrokhzad | -14/+2 |
| 2019-07-05 | rustc_target: avoid negative register counts in the SysV x86_64 ABI. | Eduard-Mihai Burtescu | -0/+105 |
| 2019-07-04 | Permit use of mem::uninitialized via allow(deprecated) | Mark Rousskov | -9/+23 |
| 2019-07-04 | Break out of the correct number of scopes in loops | Matthew Jasper | -0/+24 |
| 2019-07-04 | Create async version of the dynamic-drop test | Matthew Jasper | -0/+328 |
| 2019-07-04 | Improve error span for async type inference error | Aaron Hill | -0/+32 |
| 2019-07-04 | Add test for ICE #62375 | Wesley Wiser | -0/+22 |
| 2019-07-04 | Implement mem::{zeroed,uninitialized} in terms of MaybeUninit. | Alex Gaynor | -14/+2 |
| 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-04 | Reduce reliance on feature(await_macro). | Mazdak Farrokhzad | -30/+30 |
| 2019-07-03 | Adjust tests wrt. 'async_closure' feature gate. | Mazdak Farrokhzad | -76/+206 |
| 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 |