| Age | Commit message (Expand) | Author | Lines |
| 2019-06-27 | Rollup merge of #62154 - mark-i-m:old-fixme, r=Centril | Mazdak Farrokhzad | -1/+1 |
| 2019-06-27 | Rollup merge of #62152 - doctorn:async_let_ice, r=cramertj | Mazdak Farrokhzad | -9/+89 |
| 2019-06-27 | Rollup merge of #62131 - Xanewok:clip-some-nits, r=petrochenkov | Mazdak Farrokhzad | -49/+49 |
| 2019-06-27 | Rollup merge of #62124 - matklad:without-with, r=petrochenkov | Mazdak Farrokhzad | -139/+121 |
| 2019-06-27 | Rollup merge of #62106 - cramertj:test-await, r=centril | Mazdak Farrokhzad | -0/+338 |
| 2019-06-27 | Rollup merge of #62102 - RalfJung:read, r=Centril | Mazdak Farrokhzad | -1/+10 |
| 2019-06-27 | Rollup merge of #62067 - doctorn:await_diagnostic, r=matthewjasper | Mazdak Farrokhzad | -0/+193 |
| 2019-06-27 | Rollup merge of #62043 - Centril:remove-fnbox, r=cramertj | Mazdak Farrokhzad | -128/+1 |
| 2019-06-27 | Rollup merge of #61878 - RalfJung:pin, r=Dylan-DPC | Mazdak Farrokhzad | -41/+130 |
| 2019-06-27 | Auto merge of #62136 - lzutao:clippy-up, r=oli-obk | bors | -11/+9 |
| 2019-06-27 | Add suggestion for missing `.await` keyword | Nathan Corbyn | -0/+193 |
| 2019-06-26 | remove old fixme | Mark Mansi | -1/+1 |
| 2019-06-26 | Don't ICE on item in `.await` expression | Nathan Corbyn | -9/+89 |
| 2019-06-26 | Fix clippy::precedence | Igor Matuszewski | -1/+1 |
| 2019-06-26 | Fix clippy::print_with_newline | Igor Matuszewski | -3/+3 |
| 2019-06-26 | Fix clippy::redundant_closure | Igor Matuszewski | -1/+1 |
| 2019-06-26 | Fix clippy::cast_losless | Igor Matuszewski | -13/+13 |
| 2019-06-26 | Fix clippy::redundant_field_names | Igor Matuszewski | -29/+29 |
| 2019-06-26 | ci: Disable assertions in PR builds | Alex Crichton | -0/+6 |
| 2019-06-26 | Auto merge of #61872 - matthewjasper:refactor-mir-drop-gen, r=nikomatsakis | bors | -468/+536 |
| 2019-06-26 | submodules: Update clippy from 8c80b65f to e3cb40e4 | Lzu Tao | -11/+9 |
| 2019-06-26 | Auto merge of #62072 - eddyb:generator-memory-index, r=tmandry | bors | -38/+107 |
| 2019-06-25 | Use `Local`s instead of `Place`s in MIR drop generation | Matthew Jasper | -100/+81 |
| 2019-06-25 | Add StorageDead statements for `while` conditions | Matthew Jasper | -128/+172 |
| 2019-06-25 | Unify `return`, `break` and `continue` handling | Matthew Jasper | -181/+200 |
| 2019-06-25 | Avoid checking if references implement drop | Matthew Jasper | -10/+0 |
| 2019-06-25 | Use `as_temp` to evaluate statement expressions | Matthew Jasper | -81/+96 |
| 2019-06-25 | Fix incorrect double assignment in MIR for while loops | Matthew Jasper | -6/+25 |
| 2019-06-25 | Use f{32,64}::from_bits | Igor Matuszewski | -2/+2 |
| 2019-06-25 | tweak wording | Ralf Jung | -3/+3 |
| 2019-06-25 | cleanup: rename name_from to symbol_from | Aleksey Kladov | -20/+19 |
| 2019-06-25 | Add more tests for async/await | Taylor Cramer | -0/+338 |
| 2019-06-25 | Auto merge of #62119 - Centril:rollup-el20wu0, r=Centril | bors | -356/+463 |
| 2019-06-25 | refactor lexer to use idiomatic borrowing | Aleksey Kladov | -121/+104 |
| 2019-06-25 | Rollup merge of #62096 - spastorino:impl-place-from, r=oli-obk,Centril | Mazdak Farrokhzad | -105/+114 |
| 2019-06-25 | Rollup merge of #62091 - ljedrz:hiridification_almost_there, r=Zoxc | Mazdak Farrokhzad | -128/+119 |
| 2019-06-25 | Rollup merge of #62085 - JohnTitor:add-test-for-issue-38591, r=Centril | Mazdak Farrokhzad | -0/+10 |
| 2019-06-25 | Rollup merge of #62078 - petrochenkov:nosendync2, r=varkor | Mazdak Farrokhzad | -16/+30 |
| 2019-06-25 | Rollup merge of #62055 - matthewjasper:fix-error-counting, r=pnkfelix | Mazdak Farrokhzad | -54/+96 |
| 2019-06-25 | Rollup merge of #61987 - eddyb:hirless-resolver, r=petrochenkov | Mazdak Farrokhzad | -46/+46 |
| 2019-06-25 | Rollup merge of #61814 - varkor:uninhabited-const-61744, r=oli-obk | Mazdak Farrokhzad | -7/+48 |
| 2019-06-25 | Auto merge of #60732 - jswrenn:arbitrary_enum_discriminant, r=pnkfelix | bors | -55/+328 |
| 2019-06-25 | Implement From<Local> for Place and PlaceBase | Santiago Pastorino | -105/+114 |
| 2019-06-25 | rustc: produce AST instead of HIR from `hir::lowering::Resolver` methods. | Eduard-Mihai Burtescu | -46/+46 |
| 2019-06-25 | Auto merge of #61765 - Keruspe:rustbuild-cxx, r=alexcrichton | bors | -17/+27 |
| 2019-06-25 | rustc: correctly transform memory_index mappings for generators. | Eduard-Mihai Burtescu | -38/+107 |
| 2019-06-25 | Auto merge of #62094 - oli-obk:zst_intern, r=eddyb | bors | -14/+22 |
| 2019-06-25 | Fix an ICE with uninhabited consts | varkor | -7/+48 |
| 2019-06-25 | Auto merge of #61572 - Aaron1011:fix/generator-ref, r=varkor | bors | -2/+146 |
| 2019-06-24 | Auto merge of #62100 - ehuss:update-cargo, r=alexcrichton | bors | -0/+0 |