| Age | Commit message (Expand) | Author | Lines |
| 2019-04-14 | Rollup merge of #59796 - oli-obk:const_arg_ice, r=eddyb | Mazdak Farrokhzad | -45/+51 |
| 2019-04-12 | Auto merge of #59536 - Zoxc:the-arena, r=eddyb | bors | -3/+2 |
| 2019-04-10 | Documentation should have proper grammar | Oliver Scherer | -3/+6 |
| 2019-04-08 | Elaborate on implicit promotability | Oliver Scherer | -1/+4 |
| 2019-04-08 | Pacify tidy | Oliver Scherer | -2/+5 |
| 2019-04-08 | Get rid of "is not const" naming | Oliver Scherer | -16/+16 |
| 2019-04-08 | Explicit promotion is indistinguishable from explicit promotion | Oliver Scherer | -10/+8 |
| 2019-04-08 | Generalize initial "not const" assignments | Oliver Scherer | -23/+23 |
| 2019-04-08 | `asm!` output can neither be promotable nor const | Oliver Scherer | -1/+0 |
| 2019-04-07 | Update comment | Oliver Scherer | -1/+1 |
| 2019-04-07 | Add more regression tests for accidental promotion | Oliver Scherer | -2/+2 |
| 2019-04-07 | Function arguments should never get promoted | Oliver Scherer | -1/+1 |
| 2019-04-05 | Add DropArena and use it to allocate types with few allocations | John Kåre Alsaker | -3/+2 |
| 2019-04-04 | Fix cases of conflicting two-phase borrows | Matthew Jasper | -3/+3 |
| 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-03 | Improve wording | Yuki OKUSHI | -1/+1 |
| 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 |