| Age | Commit message (Expand) | Author | Lines |
| 2020-01-27 | Make pointers to statics internal | Matthew Jasper | -0/+1 |
| 2019-12-16 | Rollup merge of #67325 - Centril:push-fake-read, r=matthewjasper | Mazdak Farrokhzad | -48/+23 |
| 2019-12-15 | cleanup with push_fake_read | Mazdak Farrokhzad | -48/+23 |
| 2019-12-15 | Fix repetition in matches/mod.rs | Mazdak Farrokhzad | -2/+1 |
| 2019-12-11 | Auto merge of #66650 - matthewjasper:nonuniform-array-move, r=pnkfelix | bors | -8/+23 |
| 2019-12-11 | Rollup merge of #67164 - matthewjasper:never-remove-const, r=oli-obk | Mazdak Farrokhzad | -1/+8 |
| 2019-12-09 | Make const index and subslice array projections more useful | Matthew Jasper | -8/+23 |
| 2019-12-09 | Ensure that unevaluated constants of type `!` are present in the MIR | Matthew Jasper | -1/+8 |
| 2019-12-08 | Rollup merge of #66991 - Nashenas88:body_cache_cleanup, r=eddyb | Mazdak Farrokhzad | -2/+2 |
| 2019-12-06 | Use `to_option` in various places | varkor | -2/+2 |
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ... | Paul Daniel Faria | -2/+2 |
| 2019-12-02 | Compute predecessors in mir_build query and use existing cache for generating... | Paul Daniel Faria | -1/+3 |
| 2019-12-02 | Simplify BodyCache impl and fix all remaining type errors in librustc_mir (li... | Paul Daniel Faria | -2/+2 |
| 2019-12-02 | Move predecessors cache invalidation back to basic_blocks_mut, add a couple m... | Paul Daniel Faria | -2/+2 |
| 2019-12-02 | Stop invalidating predecessors cache when accessing unique basic block, inval... | Paul Daniel Faria | -2/+2 |
| 2019-12-02 | Rollup merge of #66789 - eddyb:mir-source-scope-local-data, r=oli-obk | Mazdak Farrokhzad | -14/+18 |
| 2019-11-30 | Rollup merge of #66612 - Nadrieril:or-patterns-initial, r=varkor | Mazdak Farrokhzad | -1/+7 |
| 2019-11-30 | rustc: move mir::SourceScopeLocalData to a field of SourceScopeData. | Eduard-Mihai Burtescu | -14/+12 |
| 2019-11-30 | rustc: move MIR source_scope_local_data's ClearCrossCrate to be around elements. | Eduard-Mihai Burtescu | -7/+13 |
| 2019-11-28 | Squash | David Haig | -24/+31 |
| 2019-11-27 | Rollup merge of #66798 - bwignall:typo, r=varkor | Tyler Mandry | -1/+1 |
| 2019-11-27 | Rollup merge of #66722 - matthewjasper:non_exhaustive_borrowck, r=varkor | Tyler Mandry | -1/+1 |
| 2019-11-27 | rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebug... | Eduard-Mihai Burtescu | -83/+123 |
| 2019-11-26 | Fix spelling typos | Brian Wignall | -1/+1 |
| 2019-11-26 | Make the ice a fatal error | Nadrieril | -1/+7 |
| 2019-11-24 | Handle non_exhaustive in borrow checking | Matthew Jasper | -1/+1 |
| 2019-11-24 | Auto merge of #66540 - nnethercote:SmallVec-Candidate-match_pairs, r=matthewj... | bors | -4/+6 |
| 2019-11-21 | Address review comments | Matthew Jasper | -2/+1 |
| 2019-11-21 | Track pointers to statics in MIR | Matthew Jasper | -24/+47 |
| 2019-11-21 | Remove statics from HAIR by lowering them to a pointer constant | Oliver Scherer | -10/+0 |
| 2019-11-19 | Use a `SmallVec` for `Candidate::match_pairs`. | Nicholas Nethercote | -4/+6 |
| 2019-11-11 | Evaluate borrow and struct expressions in `into` | Matthew Jasper | -90/+111 |
| 2019-11-11 | Fix soundness issue with index bounds checks | Matthew Jasper | -51/+252 |
| 2019-11-11 | Avoid a string comparison in MIR construction | Matthew Jasper | -3/+2 |
| 2019-11-10 | Merge hir::Mutability into ast::Mutability. | Camille GILLOT | -1/+1 |
| 2019-11-08 | hir::MethodSig -> hir::FnSig | Mazdak Farrokhzad | -3/+3 |
| 2019-11-08 | hir::ItemKind::Fn: use hir::MethodSig | Mazdak Farrokhzad | -1/+6 |
| 2019-10-22 | Move Place::elem methods and friends to TyCtxt | Santiago Pastorino | -35/+39 |
| 2019-10-22 | Intern place projection | Santiago Pastorino | -23/+30 |
| 2019-10-22 | Pattern match over PlaceRef rather than Place | Santiago Pastorino | -49/+46 |
| 2019-10-12 | fix #[unwind(abort)] for Rust ABIs | Ralf Jung | -8/+5 |
| 2019-10-09 | Revert "Make `into` schedule drop for the destination" | Matthew Jasper | -144/+59 |
| 2019-10-07 | Auto merge of #61430 - matthewjasper:drop-on-into-panic, r=oli-obk | bors | -82/+160 |
| 2019-10-04 | Make `into` schedule drop for the destination | Matthew Jasper | -65/+151 |
| 2019-10-04 | clean up GeneratorSubsts | csmoe | -1/+1 |
| 2019-10-02 | Rollup merge of #64922 - spastorino:make-place-builder, r=nikomatsakis | Mazdak Farrokhzad | -30/+114 |
| 2019-10-02 | Use PlaceBuilder to avoid a lot of slice -> vec -> slice convertions | Santiago Pastorino | -30/+114 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -4/+4 |
| 2019-09-29 | remove bit_set re-export from rustc_data_structures | csmoe | -3/+3 |
| 2019-09-29 | Get the type of a local from `local_decls` in `schedule_drop` | Matthew Jasper | -17/+9 |