| Age | Commit message (Expand) | Author | Lines |
| 2019-04-02 | Permit unwinding through FFI by default | Mark Rousskov | -1/+1 |
| 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 |
| 2019-02-08 | librustc_mir => 2018 | Taiki Endo | -56/+56 |
| 2019-02-06 | Make `intern_lazy_const` actually intern its argument. | Nicholas Nethercote | -3/+3 |
| 2019-02-05 | mir: partially HirIdify | ljedrz | -3/+3 |
| 2019-02-03 | Auto merge of #58079 - ljedrz:HirIdification_phase_1, r=Zoxc | bors | -4/+4 |
| 2019-02-02 | hir: add HirId to main Hir nodes | ljedrz | -4/+4 |
| 2019-02-01 | Fix bug in integer range matching | varkor | -7/+14 |
| 2019-01-25 | Auto merge of #57714 - matthewjasper:wellformed-unreachable, r=pnkfelix | bors | -12/+38 |
| 2019-01-21 | Differentiate between closure and function bodies | Oliver Scherer | -1/+2 |
| 2019-01-19 | Handle lifetime annotations in unreachable code | Matthew Jasper | -8/+24 |
| 2019-01-19 | Use a struct for user type annotations | Matthew Jasper | -8/+18 |
| 2019-01-15 | Rollup merge of #56044 - matthewjasper:function-param-drop-order, r=cramertj | Mazdak Farrokhzad | -7/+7 |
| 2019-01-08 | addressing Niko's comments | Blitzerr | -32/+36 |
| 2019-01-08 | [Cleanup] This is the first in the series of removals of with_freevars usage. | Blitzerr | -38/+39 |
| 2019-01-08 | Some more refactoring. | Blitzerr | -0/+1 |
| 2019-01-08 | Auto merge of #56638 - matthewjasper:remove-ref-region, r=nikomatsakis | bors | -22/+20 |
| 2019-01-07 | Auto merge of #57304 - davidtwco:issue-57280, r=nikomatsakis | bors | -3/+35 |
| 2019-01-05 | Remove `Region` from HAIR | Matthew Jasper | -22/+20 |
| 2019-01-04 | Auto merge of #56723 - oli-obk:lazy_const, r=nikomatsakis | bors | -15/+18 |
| 2019-01-03 | Fix bug in associated constant type annotations. | David Wood | -3/+35 |
| 2019-01-02 | rename `type_moves_by_default` to `type_is_copy_modulo_regions` | Niko Matsakis | -1/+1 |
| 2019-01-01 | rebase fallout | Oliver Scherer | -4/+4 |
| 2019-01-01 | `<&'tcx ty::Const as Deref>::deref` | Oliver Scherer | -4/+4 |
| 2019-01-01 | Move the `Unevaluated` constant arm upwards in the type structure | Oliver Scherer | -7/+10 |
| 2018-12-30 | Stop duplicating projections of type annotation. | David Wood | -18/+21 |
| 2018-12-30 | Support user type annotations in `ref` bindings. | David Wood | -13/+5 |
| 2018-12-30 | Refactor `UserTypeAnnotation`. | David Wood | -10/+35 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -194/+0 |
| 2018-12-25 | Auto merge of #56962 - nivkner:fixme_fixup4, r=pnkfelix | bors | -1/+1 |
| 2018-12-23 | Rollup merge of #56917 - sinkuu:mir_build_logicop, r=davidtwco | Mazdak Farrokhzad | -30/+23 |
| 2018-12-20 | Auto merge of #54125 - varkor:less-conservative-uninhabitedness-check, r=niko... | bors | -5/+5 |
| 2018-12-19 | FIXME(47184) update fixmes to point to issues specific to them | Niv Kaminer | -1/+1 |
| 2018-12-18 | Auto merge of #56160 - oli-obk:const_fn_let, r=nikomatsakis | bors | -9/+11 |
| 2018-12-17 | Auto merge of #56810 - sinkuu:build_match, r=oli-obk | bors | -47/+143 |
| 2018-12-17 | Simplify MIR generation for logical ops | Shotaro Yamada | -30/+23 |
| 2018-12-16 | Rollup merge of #56706 - oli-obk:const_unsafe_fn, r=Centril | Mazdak Farrokhzad | -7/+0 |
| 2018-12-15 | Add common struct for range | Shotaro Yamada | -50/+26 |