| Age | Commit message (Expand) | Author | Lines |
| 2019-05-02 | Implement base_local iteratively | Santiago Pastorino | -4/+7 |
| 2019-05-01 | Add `PlaceholderConst` | varkor | -0/+4 |
| 2019-05-01 | Add `ConstValue::Placeholder` | varkor | -0/+1 |
| 2019-04-30 | Rollup merge of #60276 - matthewjasper:cleanup-mir-visitor, r=estebank | Mazdak Farrokhzad | -120/+59 |
| 2019-04-28 | Fix lint findings in librustc | flip1995 | -4/+4 |
| 2019-04-26 | Remove unused MIR visitor methods | Matthew Jasper | -76/+22 |
| 2019-04-26 | Remove region from borrow place contexts | Matthew Jasper | -24/+24 |
| 2019-04-26 | Remove BasicBlock parameter from mir visitor methods | Matthew Jasper | -21/+14 |
| 2019-04-26 | Update handling of Tuple | varkor | -1/+1 |
| 2019-04-26 | Auto merge of #60167 - varkor:tidy-filelength, r=matthewjasper | bors | -0/+2 |
| 2019-04-25 | ignore-tidy-filelength on all files with greater than 3000 lines | varkor | -0/+2 |
| 2019-04-25 | Include generator locals as field names in debuginfo | Tyler Mandry | -1/+1 |
| 2019-04-25 | Support variantful generators | Tyler Mandry | -10/+11 |
| 2019-04-25 | Give GeneratorLayout a list of fields for each variant | Tyler Mandry | -2/+2 |
| 2019-04-25 | Implement Debug for Place using Place::iterate | Santiago Pastorino | -52/+86 |
| 2019-04-23 | rustc: dissuade compiler developers from misusing upvar debuginfo. | Eduard-Mihai Burtescu | -7/+11 |
| 2019-04-23 | rustc: don't track var_hir_id or mutability in mir::UpvarDecl. | Eduard-Mihai Burtescu | -10/+5 |
| 2019-04-23 | rustc_mir: don't rely on mir::UpvarDecl in the MIR borrowck. | Eduard-Mihai Burtescu | -35/+0 |
| 2019-04-23 | Improve miri's error reporting in check_in_alloc | Loo Maclin | -1/+1 |
| 2019-04-23 | Improve miri's error reporting in check_in_alloc | LooMaclin | -2/+4 |
| 2019-04-21 | Auto merge of #60116 - RalfJung:miri-exit, r=oli-obk | bors | -0/+8 |
| 2019-04-20 | improve docs | Ralf Jung | -2/+2 |
| 2019-04-20 | Auto merge of #59987 - saleemjaffer:refactor_adjust_castkinds, r=oli-obk | bors | -20/+3 |
| 2019-04-19 | add Miri error variant for process exit | Ralf Jung | -0/+8 |
| 2019-04-19 | Improve miri's error reporting in check_in_alloc | LooMaclin | -6/+6 |
| 2019-04-19 | Improve miri's error reporting in check_in_alloc | LooMaclin | -8/+8 |
| 2019-04-18 | Make PlaceProjectionsIter a proper iterator | Santiago Pastorino | -4/+18 |
| 2019-04-17 | Make iterate take a FnOnce with PlaceBase and PlaceProjectionIter | Santiago Pastorino | -36/+34 |
| 2019-04-17 | Place::iterate do not take an accumulator anymore, hide that in a private fn | Santiago Pastorino | -1/+8 |
| 2019-04-17 | Place::unroll -> Place::iterate | Santiago Pastorino | -4/+4 |
| 2019-04-17 | Move unroll_place to Place::unroll | Santiago Pastorino | -0/+75 |
| 2019-04-17 | Rollup merge of #59986 - RalfJung:miri-new-alloc, r=oli-obk | Mazdak Farrokhzad | -70/+45 |
| 2019-04-16 | Miri: refactor new allocation tagging | Ralf Jung | -70/+45 |
| 2019-04-16 | Update src/librustc/mir/interpret/allocation.rs | Ralf Jung | -1/+1 |
| 2019-04-15 | basic refactor. Adding PointerCast enum | Saleem Jaffer | -20/+3 |
| 2019-04-14 | Rollup merge of #59877 - Zoxc:hiridify_def_id, r=eddyb | Mazdak Farrokhzad | -2/+2 |
| 2019-04-14 | Auto merge of #59693 - nnethercote:64-bit-Spans, r=petrochenkov | bors | -1/+1 |
| 2019-04-14 | HirIdify hir::Def | ljedrz | -2/+2 |
| 2019-04-10 | Improve miri's error reporting in check_in_alloc | LooMaclin | -11/+7 |
| 2019-04-09 | Improve miri's error reporting in check_in_alloc | LooMaclin | -5/+4 |
| 2019-04-09 | Improve miri's error reporting in check_in_alloc | LooMaclin | -1/+2 |
| 2019-04-08 | Improve miri's error reporting in check_in_alloc | LooMaclin | -30/+14 |
| 2019-04-05 | remove lookup_char_pos_adj | Aleksey Kladov | -2/+2 |
| 2019-04-05 | Increase `Span` from 4 bytes to 8 bytes. | Nicholas Nethercote | -1/+1 |
| 2019-04-03 | Deny internal lints in librustc | flip1995 | -1/+1 |
| 2019-04-03 | Rollup merge of #59630 - nnethercote:shrink-mir-Statement, r=pnkfelix | Mazdak Farrokhzad | -17/+26 |
| 2019-04-03 | Rollup merge of #59514 - tmandry:remove-adt-def-from-projection-elem, r=eddyb | Mazdak Farrokhzad | -111/+87 |
| 2019-04-03 | Shrink `mir::Statement`. | Nicholas Nethercote | -17/+26 |
| 2019-04-02 | Merge branch 'master' into issue_57128_improve_miri_error_reporting_in_check_... | Loo Maclin | -22/+22 |
| 2019-04-02 | Remove adt_def from PlaceTy and make it a struct | Tyler Mandry | -74/+42 |