| Age | Commit message (Expand) | Author | Lines |
| 2019-04-25 | Auto merge of #59111 - gilescope:generator-better-errors, r=nikomatsakis | bors | -0/+30 |
| 2019-04-25 | Improved error message when type must be bound due to generator. | Giles Cope | -0/+30 |
| 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 #60038 - michaelwoerister:pgo-updates-2, r=alexcrichton | Mazdak Farrokhzad | -41/+48 |
| 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 | Evaluate hair::ExprKind::Use in into | Matthew Jasper | -18/+17 |
| 2019-04-24 | Allow subtyping of the final expression of a constant | Matthew Jasper | -0/+8 |
| 2019-04-24 | Fix ignore-logic for sanitizer run-make tests. | Michael Woerister | -9/+6 |
| 2019-04-24 | Rollup merge of #59739 - cramertj:stabilize, r=withoutboats | Mazdak Farrokhzad | -33/+87 |
| 2019-04-24 | Rollup merge of #56278 - eddyb:mir-debuginfo-proof, r=nikomatsakis | Mazdak Farrokhzad | -27/+27 |
| 2019-04-24 | Auto merge of #58623 - Amanieu:hashbrown3, r=alexcrichton | bors | -3/+3 |
| 2019-04-23 | Stabilize futures_api | Taylor Cramer | -34/+26 |
| 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 | rustc_mir: create the `let` and "remainder" scopes in source order. | Eduard-Mihai Burtescu | -8/+8 |
| 2019-04-23 | rustc_mir: pretty-print all locals into their respective scopes. | Eduard-Mihai Burtescu | -22/+22 |
| 2019-04-23 | Rollup merge of #60169 - varkor:tidy-unnecessary-ignore-newline, r=kennytm | Mazdak Farrokhzad | -225/+107 |
| 2019-04-23 | Rollup merge of #59839 - KodrAus:must-use-num, r=sfackler | Mazdak Farrokhzad | -1/+1 |
| 2019-04-23 | Rollup merge of #59823 - davidtwco:issue-54716, r=cramertj | Mazdak Farrokhzad | -2/+186 |
| 2019-04-23 | Reduce noise and document test case. | David Wood | -91/+83 |
| 2019-04-23 | Auto merge of #60155 - davidtwco:issue-59819, r=oli-obk | bors | -0/+109 |
| 2019-04-23 | Fix regression in line ending test | varkor | -2/+2 |
| 2019-04-23 | Remove unnecessary tidy ignore directives | varkor | -12/+7 |
| 2019-04-23 | Update ui tests | varkor | -98/+98 |
| 2019-04-23 | Remove unnecessary ignore-tidy-linelength | varkor | -113/+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 | -211/+4 |
| 2019-04-23 | Auto merge of #60140 - euclio:pulldown-cmark, r=GuillaumeGomez | bors | -0/+22 |
| 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 | -11/+3 |
| 2019-04-22 | Remove double trailing newlines | varkor | -204/+2 |
| 2019-04-22 | upgrade rustdoc's pulldown-cmark to 0.4.1 | Andy Russell | -0/+22 |
| 2019-04-22 | Auto merge of #59114 - matthewjasper:enable-migate-2015, r=pnkfelix | bors | -21885/+5878 |
| 2019-04-22 | update tests for migrate mode by default | Matthew Jasper | -21885/+5878 |
| 2019-04-22 | Auto merge of #60053 - Xanewok:serde-save-analysis, r=nrc | bors | -1/+1 |
| 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 |