| Age | Commit message (Expand) | Author | Lines |
| 2020-06-13 | Revert "Defer creating drop trees in MIR lowering until leaving that scope" | Felix S. Klock II | -8/+3 |
| 2020-06-13 | Revert "Reduce the number of drop-flag assignments in unwind paths" | Felix S. Klock II | -11/+35 |
| 2020-05-16 | Improve documentation for drop elaboration | Jonas Schievink | -8/+87 |
| 2020-05-13 | use `require_lang_item` over `unwrap`. | Bastian Kauschke | -4/+3 |
| 2020-05-10 | Rollup merge of #71840 - matthewjasper:drop-trees, r=oli-obk | Ralf Jung | -38/+19 |
| 2020-05-09 | Rollup merge of #71508 - oli-obk:alloc_map_unlock, r=RalfJung | Ralf Jung | -2/+1 |
| 2020-05-09 | Reduce the number of drop-flag assignments in unwind paths | Matthew Jasper | -35/+11 |
| 2020-05-09 | Defer creating drop trees in MIR lowering until leaving that scope | Matthew Jasper | -3/+8 |
| 2020-05-09 | Auto merge of #72036 - Dylan-DPC:rollup-ca8b0ql, r=Dylan-DPC | bors | -5/+7 |
| 2020-05-09 | Rollup merge of #71942 - nnethercote:shrink-LocalDecl, r=matthewjasper | Dylan DPC | -5/+7 |
| 2020-05-08 | Auto merge of #71418 - hbina:rename_miri_undef, r=RalfJung | bors | -1/+1 |
| 2020-05-08 | Simplify the `tcx.alloc_map` API | Oliver Scherer | -2/+1 |
| 2020-05-07 | Remove old `util/liveness.rs` module | Dylan MacKenzie | -327/+0 |
| 2020-05-07 | Renamed "undef" stuff to "uninit" | Hanif Bin Ariffin | -1/+1 |
| 2020-05-06 | Shrink `LocalDecl` by 16 bytes. | Nicholas Nethercote | -2/+4 |
| 2020-05-06 | Improve `LocalDecl` creation. | Nicholas Nethercote | -2/+2 |
| 2020-05-06 | Add `SourceInfo::outermost`. | Nicholas Nethercote | -1/+1 |
| 2020-05-03 | Add `MutatingUseContext::Yield` | Dylan MacKenzie | -0/+1 |
| 2020-04-30 | Rollup merge of #71590 - RalfJung:mir-dump-pointers, r=oli-obk | Tyler Mandry | -11/+18 |
| 2020-04-28 | Rollup merge of #71585 - tshepang:obsolete-comment, r=Dylan-DPC | Dylan DPC | -7/+0 |
| 2020-04-28 | Auto merge of #71292 - marmeladema:queries-local-def-id, r=eddyb | bors | -1/+5 |
| 2020-04-27 | Return a `FxHashSet<LocalDefId>` from `mir_keys` query | marmeladema | -1/+5 |
| 2020-04-27 | Emit basic block ids for statements and terminators in MIR only in -Zverbose ... | Oliver Scherer | -5/+5 |
| 2020-04-26 | fmt | Ralf Jung | -1/+1 |
| 2020-04-26 | print pointers more compactly when they are too big | Ralf Jung | -0/+4 |
| 2020-04-26 | sync alloc dump and pointer printing | Ralf Jung | -11/+14 |
| 2020-04-26 | remove obsolete comment | Tshepang Lekhonkhobe | -7/+0 |
| 2020-04-24 | Remove `Option` from the return type of `def_kind`. | Eduard-Mihai Burtescu | -4/+4 |
| 2020-04-24 | add a few more DefKinds | mark | -1/+1 |
| 2020-04-23 | Modify `as_local_hir_id` to return a bare `HirId` | marmeladema | -1/+1 |
| 2020-04-23 | Modify `as_local_hir_id` to accept a `LocalDefId` instead of a `DefId` | marmeladema | -1/+1 |
| 2020-04-22 | Use `Body` everywhere | Dylan MacKenzie | -6/+6 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -3/+3 |
| 2020-04-17 | Minor fix and addition to doc comments | JOE1994 | -0/+1 |
| 2020-04-16 | don't clone types that are copy (clippy::clone_on_copy) | Matthias Krüger | -12/+12 |
| 2020-04-11 | Pass the `PlaceElem::Index` local to `visit_local` | Jonas Schievink | -12/+1 |
| 2020-04-09 | Use `Visitor` for `AlwaysLiveLocals` | Dylan MacKenzie | -14/+19 |
| 2020-04-09 | Add utility to find locals that don't use `Storage*` annotations | Dylan MacKenzie | -0/+43 |
| 2020-04-08 | Suggest move for closures and async blocks in more cases. | Alex Aktsipetrov | -1/+3 |
| 2020-04-04 | share more alloc printing code between Miri and MIR dumping | Ralf Jung | -26/+44 |
| 2020-04-02 | direct imports for langitem stuff | Mazdak Farrokhzad | -1/+1 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -3/+4 |
| 2020-04-01 | Rollup merge of #70627 - spastorino:use-place-directly-its-copy, r=oli-obk | Mazdak Farrokhzad | -40/+37 |
| 2020-04-01 | Rollup merge of #70511 - ecstatic-morse:mir-dataflow-graphviz, r=davidtwco | Mazdak Farrokhzad | -4/+4 |
| 2020-03-31 | Use Place directly, it's Copy even more use cases | Santiago Pastorino | -20/+20 |
| 2020-03-31 | Use Place directly, it's Copy more use cases | Santiago Pastorino | -21/+18 |
| 2020-03-30 | Use if let instead of match when only matching a single variant (clippy::sing... | Matthias Krüger | -5/+3 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -15/+17 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -31/+31 |
| 2020-03-29 | Use `&` to do deref coercion for `ReadOnlyBodyAndCache` | Dylan MacKenzie | -1/+1 |