| Age | Commit message (Expand) | Author | Lines |
| 2019-04-26 | Rollup merge of #60289 - tmandry:allow-features-include-std, r=cramertj | Mazdak Farrokhzad | -2/+18 |
| 2019-04-26 | Rollup merge of #60284 - varkor:const-param-of-type-param, r=cramertj | Mazdak Farrokhzad | -0/+62 |
| 2019-04-26 | Rollup merge of #60267 - gnzlbg:f16c_target_feature, r=alexcrichton | Mazdak Farrokhzad | -1/+2 |
| 2019-04-25 | Add comment explaining restriction | varkor | -4/+10 |
| 2019-04-25 | Make `-Z allow-features` work for stdlib features | Tyler Mandry | -2/+18 |
| 2019-04-25 | Auto merge of #59111 - gilescope:generator-better-errors, r=nikomatsakis | bors | -0/+30 |
| 2019-04-25 | Add a test for const parameters with type parameters as types | varkor | -0/+31 |
| 2019-04-25 | Make sure const params with type params don't cause errors without a feature ... | varkor | -0/+25 |
| 2019-04-25 | Improved error message when type must be bound due to generator. | Giles Cope | -0/+30 |
| 2019-04-25 | Add feature-gate for f16c target feature | gnzlbg | -1/+2 |
| 2019-04-25 | Auto merge of #60248 - estebank:macro-comma, r=oli-obk | bors | -7/+23 |
| 2019-04-25 | Rollup merge of #60243 - davidtwco:issue-53249, r=cramertj | Mazdak Farrokhzad | -0/+47 |
| 2019-04-25 | Rollup merge of #60160 - xldenis:fix-overlapping-zero-width-annotation, r=est... | Mazdak Farrokhzad | -18/+9 |
| 2019-04-25 | Rollup merge of #59697 - euclio:label-fixes, r=zackmdavis | Mazdak Farrokhzad | -7/+19 |
| 2019-04-24 | Add guard for missing comma in macro call suggestion | Esteban Küber | -7/+23 |
| 2019-04-24 | Add regression test for #53249. | David Wood | -0/+47 |
| 2019-04-24 | Rollup merge of #59739 - cramertj:stabilize, r=withoutboats | Mazdak Farrokhzad | -24/+82 |
| 2019-04-24 | Auto merge of #58623 - Amanieu:hashbrown3, r=alexcrichton | bors | -3/+3 |
| 2019-04-23 | Stabilize futures_api | Taylor Cramer | -25/+21 |
| 2019-04-23 | Add rustc_allow_const_fn_ptr | Taylor Cramer | -0/+62 |
| 2019-04-24 | Fix test | Amanieu d'Antras | -3/+3 |
| 2019-04-23 | Rollup merge of #60169 - varkor:tidy-unnecessary-ignore-newline, r=kennytm | Mazdak Farrokhzad | -167/+103 |
| 2019-04-23 | Auto merge of #60155 - davidtwco:issue-59819, r=oli-obk | bors | -0/+109 |
| 2019-04-23 | Remove unnecessary tidy ignore directives | varkor | -8/+5 |
| 2019-04-23 | Update ui tests | varkor | -98/+98 |
| 2019-04-23 | Remove unnecessary ignore-tidy-linelength | varkor | -61/+0 |
| 2019-04-23 | Auto merge of #60125 - estebank:continue-evaluating, r=oli-obk | bors | -104/+416 |
| 2019-04-23 | Auto merge of #60172 - varkor:tidy-double-trailing-newline, r=kennytm | bors | -122/+2 |
| 2019-04-22 | Fix #58270, fix off-by-one error in error diagnostics. | Xavier Denis | -18/+9 |
| 2019-04-22 | Auto merge of #60126 - estebank:continue-eval, r=oli-obk | bors | -193/+174 |
| 2019-04-22 | Fix ICE related to #53708 | Esteban Küber | -14/+22 |
| 2019-04-22 | Never stop due to errors before borrow checking | Esteban Küber | -99/+403 |
| 2019-04-22 | Remove needless error in test | Esteban Küber | -18/+8 |
| 2019-04-22 | review comments: deduplicate tests | Esteban Küber | -159/+4 |
| 2019-04-22 | Update ui tests | varkor | -7/+2 |
| 2019-04-22 | Continue evaluating after item-type checking | Esteban Küber | -35/+181 |
| 2019-04-22 | Only make suggestion when type is `Copy`. | David Wood | -13/+48 |
| 2019-04-22 | Update ui tests | varkor | -4/+4 |
| 2019-04-22 | Remove leading newlines | varkor | -6/+2 |
| 2019-04-22 | Remove double trailing newlines | varkor | -115/+0 |
| 2019-04-22 | update tests for migrate mode by default | Matthew Jasper | -21836/+5849 |
| 2019-04-21 | Suggest dereferencing when `Deref` is implemented. | David Wood | -8/+38 |
| 2019-04-21 | Add existing behaviour test for deref suggestions. | David Wood | -0/+44 |
| 2019-04-21 | Auto merge of #60119 - estebank:bad-recovery, r=davidtwco | bors | -0/+16 |
| 2019-04-21 | Auto merge of #60132 - davidtwco:issue-60075, r=estebank | bors | -0/+49 |
| 2019-04-20 | Auto merge of #60088 - varkor:async_await-method-feature-gate, r=cramertj | bors | -6/+41 |
| 2019-04-20 | Update error message in test | varkor | -2/+1 |
| 2019-04-20 | Check async in trait methods | varkor | -5/+26 |
| 2019-04-20 | Fix additional variadic typos | varkor | -2/+2 |
| 2019-04-20 | Add test for async fn methods feature gating | varkor | -4/+19 |