| Age | Commit message (Expand) | Author | Lines |
| 2019-05-10 | Permit unwinding through FFI by default | Mark Rousskov | -1/+1 |
| 2019-04-03 | Rollup merge of #59630 - nnethercote:shrink-mir-Statement, r=pnkfelix | Mazdak Farrokhzad | -3/+3 |
| 2019-04-03 | Rollup merge of #59514 - tmandry:remove-adt-def-from-projection-elem, r=eddyb | Mazdak Farrokhzad | -9/+10 |
| 2019-04-03 | Shrink `mir::Statement`. | Nicholas Nethercote | -3/+3 |
| 2019-04-02 | Remove adt_def from PlaceTy and make it a struct | Tyler Mandry | -5/+5 |
| 2019-04-02 | Replace adt_def with name in mir::ProjectionElem::Downcast | Tyler Mandry | -4/+5 |
| 2019-04-02 | renames EvalErrorKind to InterpError | kenta7777 | -6/+6 |
| 2019-04-01 | Allow closure to unsafe fn coercion | Taiki Endo | -2/+2 |
| 2019-03-26 | Rollup merge of #59232 - saleemjaffer:mir_place_refactor, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2019-03-24 | Remove `CtorOf` from `Node::Ctor`. | David Wood | -1/+1 |
| 2019-03-24 | Remove `VariantDef::parent_did` | Vadim Petrochenkov | -1/+1 |
| 2019-03-24 | Separate variant id and variant constructor id. | David Wood | -4/+1 |
| 2019-03-24 | Auto merge of #59199 - estebank:untrack-errors, r=eddyb | bors | -4/+10 |
| 2019-03-23 | Auto merge of #59068 - ljedrz:kill_off_NodeId_stragglers, r=Zoxc | bors | -2/+2 |
| 2019-03-23 | adding mir::StaticKind enum for static and promoted | Saleem Jaffer | -2/+1 |
| 2019-03-22 | Add note to address check_match errors | Esteban Küber | -3/+3 |
| 2019-03-22 | address review comments | Esteban Küber | -5/+6 |
| 2019-03-22 | Remove track_errors from check_match | Esteban Küber | -1/+6 |
| 2019-03-18 | promoted is still left in 2 places | Saleem Jaffer | -0/+1 |
| 2019-03-16 | Revert the `LazyConst` PR | Oliver Scherer | -5/+5 |
| 2019-03-16 | removed some unnecessary comments. | kenta7777 | -2/+0 |
| 2019-03-14 | Auto merge of #58176 - Zoxc:lint-levels, r=oli-obk | bors | -11/+19 |
| 2019-03-12 | replaced some bit operations with truncate | kenta7777 | -3/+3 |
| 2019-03-11 | reduced some code repetitions of bit operation | kenta7777 | -2/+3 |
| 2019-03-10 | HirIdification: remove all NodeIds from rustc_mir | ljedrz | -2/+2 |
| 2019-03-09 | Rollup merge of #58762 - petrochenkov:unwind, r=Mark-Simulacrum | Mazdak Farrokhzad | -2/+5 |
| 2019-03-07 | hir: remove NodeId from PatKind | ljedrz | -20/+18 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -20/+18 |
| 2019-03-05 | Only insert nodes which changes lint levels in the LintLevelMap | John Kåre Alsaker | -11/+19 |
| 2019-03-03 | Auto merge of #58673 - matthewjasper:typeck-ptr-coercions, r=pnkfelix | bors | -2/+7 |
| 2019-03-02 | hir: remove NodeId from VariantData | ljedrz | -2/+2 |
| 2019-03-01 | Put Local, Static and Promoted as one Base variant of Place | Santiago Pastorino | -40/+54 |
| 2019-02-27 | Validate `#[unwind]` syntax regardless of platform-specific panic strategy | Vadim Petrochenkov | -2/+5 |
| 2019-02-26 | replace &'tcx Substs with SubstsRef | csmoe | -2/+2 |
| 2019-02-26 | Auto merge of #58561 - ljedrz:HirIdify_some_nodes, r=Zoxc | bors | -14/+8 |
| 2019-02-24 | hir: remove NodeId from Block | ljedrz | -14/+8 |
| 2019-02-23 | Type check coercions to pointer types | Matthew Jasper | -2/+7 |
| 2019-02-21 | Move the exit block of the match to the end | Matthew Jasper | -5/+9 |
| 2019-02-21 | Use normal mutable borrows in MIR match lowering | Matthew Jasper | -152/+103 |
| 2019-02-21 | Match discriminant -> scrutinee | Matthew Jasper | -20/+20 |
| 2019-02-21 | Clean up MIR match lowering | Matthew Jasper | -534/+579 |
| 2019-02-18 | Fix style nits | Dan Robertson | -12/+16 |
| 2019-02-14 | Rollup merge of #58371 - davidtwco:issue-58299, r=arielb1 | Mazdak Farrokhzad | -11/+17 |
| 2019-02-13 | Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebank | Mazdak Farrokhzad | -2/+2 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -35/+35 |
| 2019-02-12 | Check user type annotations for range patterns. | David Wood | -11/+17 |
| 2019-02-11 | Auto merge of #58152 - ljedrz:HirIdify_mir, r=Zoxc | bors | -3/+3 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -35/+35 |
| 2019-02-09 | cleanup: rename node_id_to_type(_opt) | ljedrz | -2/+2 |
| 2019-02-09 | Auto merge of #58207 - nnethercote:intern_lazy_const, r=oli-obk | bors | -3/+3 |