| Age | Commit message (Expand) | Author | Lines |
| 2019-03-16 | Make migrate mode work at item level granularity | Matthew Jasper | -23/+5 |
| 2019-03-16 | Handle type annotations in promoted MIR correctly | Matthew Jasper | -15/+17 |
| 2019-03-16 | Remove unnecessary parameter | Matthew Jasper | -4/+2 |
| 2019-03-16 | Include bounds from promoted constants in NLL | Matthew Jasper | -19/+107 |
| 2019-02-25 | Auto merge of #57609 - matthewjasper:more-restrictive-match, r=pnkfelix | bors | -48/+43 |
| 2019-02-23 | Rollup merge of #58199 - clintfred:partial-move-err-msg, r=estebank | Mazdak Farrokhzad | -2/+8 |
| 2019-02-21 | Activate two phase borrows on all uses | Matthew Jasper | -28/+16 |
| 2019-02-21 | Use normal mutable borrows in MIR match lowering | Matthew Jasper | -9/+8 |
| 2019-02-21 | Improve error message and add tests for borrowck match handling | Matthew Jasper | -11/+19 |
| 2019-02-20 | Run rustfmt | Santiago Pastorino | -117/+155 |
| 2019-02-20 | Fix erroneous loop diagnostic in nll | Santiago Pastorino | -56/+123 |
| 2019-02-20 | Use successor_within_block helper | Santiago Pastorino | -4/+1 |
| 2019-02-13 | Propagate region constraints more precisely from closures | Matthew Jasper | -66/+102 |
| 2019-02-13 | Buffer and migrate nice region errors | Matthew Jasper | -1/+2 |
| 2019-02-13 | Avoid propagating redundant outlives constraints from closures | Matthew Jasper | -49/+93 |
| 2019-02-13 | simplified conditional | Clint Frederickson | -3/+1 |
| 2019-02-13 | check if `used_place` and `moved_place` are equal when determining if the mov... | Clint Frederickson | -4/+2 |
| 2019-02-13 | Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebank | Mazdak Farrokhzad | -2/+2 |
| 2019-02-12 | compute is_partial_move outside of the move_site loop for clarity | Clint Frederickson | -2/+9 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -110/+110 |
| 2019-02-12 | Auto merge of #58180 - davidtwco:issue-58053, r=estebank | bors | -2/+5 |
| 2019-02-11 | Auto merge of #58152 - ljedrz:HirIdify_mir, r=Zoxc | bors | -15/+12 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -110/+110 |
| 2019-02-09 | cleanup: rename node_id_to_type(_opt) | ljedrz | -2/+2 |
| 2019-02-09 | fix rebase fallout | Ralf Jung | -2/+7 |
| 2019-02-09 | pass full InstanceDef to run_passes | Ralf Jung | -1/+1 |
| 2019-02-08 | Use real try blocks | Taiki Endo | -2/+2 |
| 2019-02-08 | librustc_mir => 2018 | Taiki Endo | -196/+205 |
| 2019-02-06 | Make an assert debug-only in `find_constraint_paths_between_regions`. | Nicholas Nethercote | -1/+1 |
| 2019-02-05 | [WIP] add better error message for partial move | Clint Frederickson | -2/+5 |
| 2019-02-05 | mir: partially HirIdify | ljedrz | -15/+12 |
| 2019-02-05 | Fix span for closure return type when annotated. | David Wood | -2/+5 |
| 2019-02-02 | hir: add HirId to main Hir nodes | ljedrz | -0/+1 |
| 2019-01-27 | Make NiceRegionError use the `InferCtxt` instead of its `TyCtxt` | lqd | -1/+1 |
| 2019-01-26 | remove `_with_applicability` from suggestion fns | Andy Russell | -11/+11 |
| 2019-01-25 | Auto merge of #57714 - matthewjasper:wellformed-unreachable, r=pnkfelix | bors | -136/+115 |
| 2019-01-24 | review comments | Esteban Küber | -15/+10 |
| 2019-01-24 | Point at type argument suggesting adding `Copy` constraint | Esteban Küber | -0/+11 |
| 2019-01-24 | break eagerly from loop | Esteban Küber | -0/+1 |
| 2019-01-24 | When using value after move, point at span of local | Esteban Küber | -11/+23 |
| 2019-01-21 | Differentiate between closure and function bodies | Oliver Scherer | -4/+2 |
| 2019-01-19 | Type check unnanotated constant items with NLL | Matthew Jasper | -62/+49 |
| 2019-01-19 | Handle lifetime annotations in unreachable code | Matthew Jasper | -77/+69 |
| 2019-01-19 | Use a struct for user type annotations | Matthew Jasper | -8/+8 |
| 2019-01-19 | Rename UserTypeAnnotation -> UserType | Matthew Jasper | -7/+7 |
| 2019-01-17 | better lifetime error message | Mark Mansi | -1/+1 |
| 2019-01-13 | Rollup merge of #57102 - davidtwco:issue-57100, r=nikomatsakis | Mazdak Farrokhzad | -10/+116 |
| 2019-01-05 | Rollup merge of #57249 - frewsxcv:frewsxcv-second-edition, r=KodrAus | kennytm | -2/+2 |
| 2019-01-05 | Auto merge of #57099 - davidtwco:issue-57098, r=nikomatsakis | bors | -39/+43 |
| 2019-01-04 | Improve diagnostic labels and add note. | David Wood | -9/+17 |