| Age | Commit message (Expand) | Author | Lines |
| 2019-06-27 | Rollup merge of #62155 - cramertj:61872, r=centril | Mazdak Farrokhzad | -0/+21 |
| 2019-06-27 | Rollup merge of #62152 - doctorn:async_let_ice, r=cramertj | Mazdak Farrokhzad | -3/+72 |
| 2019-06-27 | Rollup merge of #62106 - cramertj:test-await, r=centril | Mazdak Farrokhzad | -0/+338 |
| 2019-06-27 | Rollup merge of #62067 - doctorn:await_diagnostic, r=matthewjasper | Mazdak Farrokhzad | -0/+124 |
| 2019-06-27 | Rollup merge of #62043 - Centril:remove-fnbox, r=cramertj | Mazdak Farrokhzad | -13/+0 |
| 2019-06-27 | Add suggestion for missing `.await` keyword | Nathan Corbyn | -0/+124 |
| 2019-06-26 | Add regression test for MIR drop generation in async loops | Taylor Cramer | -0/+21 |
| 2019-06-26 | Don't ICE on item in `.await` expression | Nathan Corbyn | -3/+72 |
| 2019-06-26 | Auto merge of #61872 - matthewjasper:refactor-mir-drop-gen, r=nikomatsakis | bors | -31/+154 |
| 2019-06-26 | Auto merge of #62072 - eddyb:generator-memory-index, r=tmandry | bors | -0/+19 |
| 2019-06-25 | Add StorageDead statements for `while` conditions | Matthew Jasper | -25/+84 |
| 2019-06-25 | Use `as_temp` to evaluate statement expressions | Matthew Jasper | -6/+59 |
| 2019-06-25 | Fix incorrect double assignment in MIR for while loops | Matthew Jasper | -0/+11 |
| 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 | -6/+125 |
| 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 | -6/+24 |
| 2019-06-25 | Rollup merge of #62055 - matthewjasper:fix-error-counting, r=pnkfelix | Mazdak Farrokhzad | -0/+48 |
| 2019-06-25 | Rollup merge of #61814 - varkor:uninhabited-const-61744, r=oli-obk | Mazdak Farrokhzad | -0/+43 |
| 2019-06-25 | Auto merge of #60732 - jswrenn:arbitrary_enum_discriminant, r=pnkfelix | bors | -14/+164 |
| 2019-06-25 | rustc: correctly transform memory_index mappings for generators. | Eduard-Mihai Burtescu | -0/+19 |
| 2019-06-25 | Auto merge of #62094 - oli-obk:zst_intern, r=eddyb | bors | -2/+8 |
| 2019-06-25 | Fix an ICE with uninhabited consts | varkor | -0/+43 |
| 2019-06-25 | Auto merge of #61572 - Aaron1011:fix/generator-ref, r=varkor | bors | -0/+34 |
| 2019-06-24 | Auto merge of #62081 - RalfJung:miri-pointer-checks, r=oli-obk | bors | -3/+3 |
| 2019-06-24 | Pacify tidy | Oliver Scherer | -2/+1 |
| 2019-06-24 | Add regression test | Oliver Scherer | -0/+6 |
| 2019-06-24 | Simplify vtable interning | Oliver Scherer | -2/+3 |
| 2019-06-24 | Add test for issue-38591 | Yuki Okushi | -0/+10 |
| 2019-06-23 | Auto merge of #61778 - petrochenkov:pass, r=Mark-Simulacrum | bors | -429/+330 |
| 2019-06-23 | comment tweaks, better validation errors, update UI tests | Ralf Jung | -3/+3 |
| 2019-06-23 | Remove built-in derive macros `Send` and `Sync` | Vadim Petrochenkov | -6/+24 |
| 2019-06-23 | Auto merge of #60861 - Centril:let-chains-ast-intro, r=petrochenkov | bors | -215/+2007 |
| 2019-06-23 | Rollup merge of #62068 - ia0:fix_meta_var, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2019-06-23 | Rollup merge of #62051 - Centril:unused-derive-, r=petrochenkov | Mazdak Farrokhzad | -14/+14 |
| 2019-06-23 | Rollup merge of #62047 - Centril:cfg-attr-empty-lint, r=estebank | Mazdak Farrokhzad | -0/+34 |
| 2019-06-23 | Fix meta-variable binding errors in macros | Julien Cretin | -1/+1 |
| 2019-06-23 | let_chains: Add test cases to pprust-expr-roundtrip. | Mazdak Farrokhzad | -23/+32 |
| 2019-06-23 | let_chains: --bless tests due to recovery in lowering. | Mazdak Farrokhzad | -94/+905 |
| 2019-06-23 | let_chains: Adjust tests for pre-expansion gating. | Mazdak Farrokhzad | -62/+103 |
| 2019-06-23 | let_chains: Account for const generics in validation tests. | Mazdak Farrokhzad | -54/+123 |
| 2019-06-23 | let_chains: scrutinee -> head expression. | Mazdak Farrokhzad | -4/+4 |
| 2019-06-23 | let_chains: Comment out Let in ident_can_begin_expr. | Mazdak Farrokhzad | -5/+6 |
| 2019-06-23 | let_chains: Test pretty output for simple stable if-let. | Mazdak Farrokhzad | -0/+16 |
| 2019-06-23 | let_chains: Remove redundant tests in syntax-ambiguity-*.rs. | Mazdak Farrokhzad | -188/+0 |
| 2019-06-23 | let_chains: Add test protecting the precedence of && in relation to other thi... | Mazdak Farrokhzad | -0/+18 |
| 2019-06-23 | let_chains: Adjust unnecessary parens tests. | Mazdak Farrokhzad | -4/+4 |
| 2019-06-23 | let_chains: Add feature gate tests. | Mazdak Farrokhzad | -0/+380 |
| 2019-06-23 | let_chains: Add tests for places where let expressions aren't allowed. | Mazdak Farrokhzad | -0/+635 |
| 2019-06-22 | Move run-pass test to run-pass/generator | Aaron Hill | -0/+6 |