| Age | Commit message (Expand) | Author | Lines |
| 2019-04-03 | Deny internal lints on librustc_mir | flip1995 | -5/+5 |
| 2019-04-03 | Rollup merge of #59514 - tmandry:remove-adt-def-from-projection-elem, r=eddyb | Mazdak Farrokhzad | -24/+23 |
| 2019-04-02 | Remove adt_def from PlaceTy and make it a struct | Tyler Mandry | -24/+23 |
| 2019-04-02 | Rollup merge of #59607 - kenta7777:renames-EvalErrorKind-to-InterpError, r=ol... | Mazdak Farrokhzad | -5/+5 |
| 2019-04-02 | Rollup merge of #59585 - rust-lang:shallow-borrow-fixes, r=pnkfelix | Mazdak Farrokhzad | -1/+4 |
| 2019-04-02 | renames EvalErrorKind to InterpError | kenta7777 | -5/+5 |
| 2019-04-01 | Allow closure to unsafe fn coercion | Taiki Endo | -2/+2 |
| 2019-03-31 | Fixes for shallow borrows | Matthew Jasper | -1/+4 |
| 2019-03-29 | rustc(codegen): uncache `def_symbol_name` prefix from `symbol_name`. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-03-27 | Rollup merge of #59430 - kenta7777:rename-evalcontext-to-interpretcx, r=oli-obk | Josh Stone | -2/+2 |
| 2019-03-26 | Rollup merge of #59232 - saleemjaffer:mir_place_refactor, r=oli-obk | Mazdak Farrokhzad | -27/+45 |
| 2019-03-26 | renames EvalContext to InterpretCx. | kenta7777 | -2/+2 |
| 2019-03-24 | Rollup merge of #59251 - matthewjasper:fix-graphviz, r=petrochenkov | kennytm | -19/+18 |
| 2019-03-24 | code review fixes | Saleem Jaffer | -3/+4 |
| 2019-03-23 | Swap const evaluation lint spans to point at problem in primary span | Esteban Küber | -0/+1 |
| 2019-03-23 | adding mir::StaticKind enum for static and promoted | Saleem Jaffer | -31/+42 |
| 2019-03-21 | review fixes | Saleem Jaffer | -18/+10 |
| 2019-03-21 | Auto merge of #58902 - matthewjasper:generator-cleanup-blocks, r=davidtwco | bors | -37/+42 |
| 2019-03-20 | remove visit_static from librustc::mir | Saleem Jaffer | -7/+4 |
| 2019-03-19 | Run branch cleanup after copy prop | Oliver Scherer | -0/+1 |
| 2019-03-18 | fixed all compilation errors | Saleem Jaffer | -7/+17 |
| 2019-03-18 | cleaner code as per review | Saleem Jaffer | -111/+91 |
| 2019-03-18 | promoted is still left in 2 places | Saleem Jaffer | -104/+131 |
| 2019-03-17 | Use a valid name for graphviz graphs | Matthew Jasper | -19/+18 |
| 2019-03-16 | Revert the `LazyConst` PR | Oliver Scherer | -13/+14 |
| 2019-03-15 | rustc: rename item_path to def_path (except the module in ty). | Eduard-Mihai Burtescu | -3/+3 |
| 2019-03-11 | Auto merge of #58784 - oli-obk:accidental_promotion, r=eddyb | bors | -5/+4 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -17/+20 |
| 2019-03-05 | Handle new ConstValue variants in mir | varkor | -3/+4 |
| 2019-03-03 | Auto merge of #58505 - schomatis:fix/nll/remove-live-var, r=matthewjasper | bors | -9/+7 |
| 2019-03-03 | Use the correct state for poisoning a generator | Matthew Jasper | -13/+20 |
| 2019-03-03 | Don't incorrectly mark blocks in generator drop shims as cleanup | Matthew Jasper | -24/+22 |
| 2019-03-03 | Auto merge of #58673 - matthewjasper:typeck-ptr-coercions, r=pnkfelix | bors | -0/+4 |
| 2019-03-02 | hir: remove NodeId from VariantData | ljedrz | -2/+2 |
| 2019-03-01 | Schedule the demolition of `IsNotPromotable` | Oliver Scherer | -0/+2 |
| 2019-03-01 | Auto merge of #58754 - ljedrz:I_hate_NodeIds, r=Zoxc | bors | -12/+10 |
| 2019-03-01 | ty: HirIdify some lints | ljedrz | -12/+10 |
| 2019-03-01 | Put Local, Static and Promoted as one Base variant of Place | Santiago Pastorino | -85/+104 |
| 2019-02-27 | Don't promote function calls to nonpromotable things | Oliver Scherer | -5/+2 |
| 2019-02-27 | rename Substs to InternalSubsts | csmoe | -2/+2 |
| 2019-02-26 | replace &'tcx Substs with SubstsRef | csmoe | -6/+6 |
| 2019-02-26 | Auto merge of #58561 - ljedrz:HirIdify_some_nodes, r=Zoxc | bors | -33/+32 |
| 2019-02-25 | Auto merge of #57609 - matthewjasper:more-restrictive-match, r=pnkfelix | bors | -85/+20 |
| 2019-02-24 | hir: remove NodeId from Block | ljedrz | -33/+32 |
| 2019-02-24 | Rollup merge of #58511 - oli-obk:const_to_op, r=RalfJung | Mazdak Farrokhzad | -1/+1 |
| 2019-02-23 | Type check coercions to pointer types | Matthew Jasper | -0/+4 |
| 2019-02-21 | Simplify the cleanup_post_borrowck passes | Matthew Jasper | -85/+20 |
| 2019-02-20 | hir: HirId-ify intravisit | ljedrz | -1/+1 |
| 2019-02-17 | Rollup merge of #58509 - phansch:add_myself_to_clippy_toolstate_maintainers, ... | kennytm | -14/+26 |
| 2019-02-16 | Add `eval` prefix to clarify what the function does | Oliver Scherer | -1/+1 |