| Age | Commit message (Expand) | Author | Lines |
| 2019-12-08 | Rollup merge of #66991 - Nashenas88:body_cache_cleanup, r=eddyb | Mazdak Farrokhzad | -8/+10 |
| 2019-12-05 | rustc_mir: Fix tidy line lengths | Paul Daniel Faria | -1/+3 |
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ... | Paul Daniel Faria | -8/+8 |
| 2019-12-03 | Fix angle bracket formatting when dumping MIR debug vars | Ömer Sinan Ağacan | -1/+1 |
| 2019-12-02 | Fix issues caused during rebasing | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, rename... | Paul Daniel Faria | -23/+23 |
| 2019-12-02 | Remove BodyCache.body and rely on Deref as much as possible for ReadOnlyBodyC... | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Fix tidy errors | Paul Daniel Faria | -1/+2 |
| 2019-12-02 | Simplify BodyCache impl and fix all remaining type errors in librustc_mir (li... | Paul Daniel Faria | -7/+7 |
| 2019-12-02 | Fix remaining Body -> (ReadOnly)BodyCache type errors in librustc_mir outside... | Paul Daniel Faria | -10/+9 |
| 2019-12-02 | Add predecessors fn to ReadOnlyBodyCache, fix more Body -> (ReadOnly)BodyCach... | Paul Daniel Faria | -19/+19 |
| 2019-12-02 | Move predecessors cache invalidation back to basic_blocks_mut, add a couple m... | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Stop invalidating predecessors cache when accessing unique basic block, inval... | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Inline cache impl into Body, rename predecessor fns, change output of predece... | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Remove interior mutability in mir predecessors cache | Paul Daniel Faria | -1/+1 |
| 2019-11-27 | rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebug... | Eduard-Mihai Burtescu | -17/+67 |
| 2019-11-14 | Update to use new librustc_error_codes library | Guillaume Gomez | -0/+2 |
| 2019-11-11 | Fix soundness issue with index bounds checks | Matthew Jasper | -6/+8 |
| 2019-11-10 | Merge hir::Mutability into ast::Mutability. | Camille GILLOT | -2/+2 |
| 2019-11-01 | Auto merge of #65459 - ecstatic-morse:graphviz-subgraph, r=estebank | bors | -13/+41 |
| 2019-10-22 | Move Place::elem methods and friends to TyCtxt | Santiago Pastorino | -27/+41 |
| 2019-10-22 | Intern place projection | Santiago Pastorino | -28/+43 |
| 2019-10-22 | Pattern match over PlaceRef rather than Place | Santiago Pastorino | -2/+2 |
| 2019-10-18 | Use Cow to handle modifications of projection in preparation for interning | Santiago Pastorino | -3/+3 |
| 2019-10-17 | Add process_* place hooks to improve code reutilization | Santiago Pastorino | -16/+10 |
| 2019-10-17 | Remove unneeded callback and just use the new_local value | Santiago Pastorino | -19/+13 |
| 2019-10-17 | Prepare def_use MutVisitor to have projections interned | Santiago Pastorino | -9/+27 |
| 2019-10-15 | Use subgraphs to render multiple MIR bodies | Dylan MacKenzie | -4/+20 |
| 2019-10-15 | Use `DefId` to create globally unique basic block labels | Dylan MacKenzie | -8/+20 |
| 2019-10-15 | Don't print newline inside a node label | Dylan MacKenzie | -1/+1 |
| 2019-10-04 | clean up GeneratorSubsts | csmoe | -1/+1 |
| 2019-10-04 | Rollup merge of #64817 - csmoe:closure, r=nikomatsakis | Mazdak Farrokhzad | -1/+1 |
| 2019-10-03 | generate ClosureSubsts from SubstsRef | csmoe | -1/+1 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -7/+7 |
| 2019-09-29 | remove bit_set re-export from rustc_data_structures | csmoe | -1/+1 |
| 2019-09-25 | Rename `sty` to `kind` | varkor | -3/+3 |
| 2019-09-16 | Use while let slice_pattern instead of carrying an index around | Santiago Pastorino | -2/+3 |
| 2019-09-13 | Auto merge of #63420 - spastorino:place2_5, r=oli-obk | bors | -14/+10 |
| 2019-09-11 | Make Place Boxed on Statement to reduce size from 64 bytes to 32 bytes | Santiago Pastorino | -5/+5 |
| 2019-09-10 | rustc_mir: buffer -Zdump-mir output instead of pestering the kernel constantly. | Eduard-Mihai Burtescu | -2/+2 |
| 2019-09-09 | Convert Place's projection to a boxed slice | Santiago Pastorino | -9/+5 |
| 2019-09-06 | Fixed grammar/style in error messages and reblessed tests. | Alexander Regueiro | -1/+1 |
| 2019-08-28 | Apply review comments | Yuki Okushi | -1/+4 |
| 2019-08-28 | Add Option<Span> to `require_lang_item` | Yuki Okushi | -1/+1 |
| 2019-08-16 | Remove redundant `ty` fields from `mir::Constant` and `hair::pattern::Pattern... | Eduard-Mihai Burtescu | -3/+1 |
| 2019-08-11 | add tuple_fields convenience method and use it in a few places | Ralf Jung | -2/+2 |
| 2019-08-05 | Fiddle param env through to `try_eval_bits` in most places | Oliver Scherer | -1/+1 |
| 2019-08-05 | Don't abort on unevaluated constants without at least tryting to eval them | Oliver Scherer | -1/+1 |
| 2019-07-20 | Migrate from Place enum to Place struct | Santiago Pastorino | -11/+13 |
| 2019-07-16 | Auto merge of #62322 - wesleywiser:promoted_query, r=oli-obk | bors | -1/+1 |