| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -932/+0 |
| 2020-08-20 | Suppress ty::Float in MIR comments of ty::Const | Lzu Tao | -1/+1 |
| 2020-08-20 | Suppress MIR comments of Unit type | Lzu Tao | -0/+4 |
| 2020-08-20 | Suppress MIR comments for FnDef in ty::Const | Lzu Tao | -0/+1 |
| 2020-08-17 | Suppress verbose MIR comments for trivial types | Austin Lasher | -8/+18 |
| 2020-08-08 | Miri: Renamed "undef" to "uninit" | Philippe Nadon | -3/+3 |
| 2020-07-30 | Auto merge of #74876 - oli-obk:lumberjack_disable, r=RalfJung | bors | -19/+31 |
| 2020-07-29 | Move mir-opt tests to toplevel | Xavier Denis | -2/+9 |
| 2020-07-29 | add crate name to mir dumps | Xavier Denis | -1/+2 |
| 2020-07-28 | Replace write-to-vec hack by introducing a display renderer for allocations | Oliver Scherer | -19/+31 |
| 2020-07-15 | WithOptConstParam::dummy -> WithOptConstParam::unknown | Bastian Kauschke | -1/+1 |
| 2020-07-15 | improve naming | Bastian Kauschke | -1/+1 |
| 2020-07-15 | InstanceDef::Item | Bastian Kauschke | -1/+4 |
| 2020-06-24 | Improve GeneratorLayout debug output | Tyler Mandry | -1/+1 |
| 2020-06-08 | Show `SyntaxContext` in formatted `Span` debug output | Aaron Hill | -6/+16 |
| 2020-05-09 | Rollup merge of #71508 - oli-obk:alloc_map_unlock, r=RalfJung | Ralf Jung | -2/+1 |
| 2020-05-09 | Auto merge of #72036 - Dylan-DPC:rollup-ca8b0ql, r=Dylan-DPC | bors | -2/+4 |
| 2020-05-08 | Simplify the `tcx.alloc_map` API | Oliver Scherer | -2/+1 |
| 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-04-30 | Rollup merge of #71590 - RalfJung:mir-dump-pointers, r=oli-obk | Tyler Mandry | -11/+18 |
| 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-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-19 | Dogfood more or_patterns in the compiler | Josh Stone | -2/+2 |
| 2020-04-17 | Minor fix and addition to doc comments | JOE1994 | -0/+1 |
| 2020-04-04 | share more alloc printing code between Miri and MIR dumping | Ralf Jung | -26/+44 |
| 2020-04-02 | nix rustc_target::abi::* reexport in ty::layout | Mazdak Farrokhzad | -1/+2 |
| 2020-04-01 | Rollup merge of #70511 - ecstatic-morse:mir-dataflow-graphviz, r=davidtwco | Mazdak Farrokhzad | -3/+3 |
| 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 | -4/+6 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -4/+4 |
| 2020-03-28 | `dump_enabled` takes a `DefId` instead of `MirSource` | Dylan MacKenzie | -3/+3 |
| 2020-03-26 | Enable `--bless`ing of MIR dumps | Oliver Scherer | -20/+262 |
| 2020-03-23 | Rollup merge of #70080 - anyska:mir-double-space, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2020-03-17 | rustc_mir: remove extra space when pretty-printing MIR. | Ana-Maria Mihalache | -1/+1 |
| 2020-03-14 | Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPC | Yuki Okushi | -5/+5 |
| 2020-03-12 | Rollup merge of #69674 - mark-i-m:assoc-fn, r=matthewjasper | Mazdak Farrokhzad | -1/+1 |
| 2020-03-07 | libtest: remove redundant argument to writeln!() (clippy::writeln_empty_string) | Matthias Krüger | -5/+5 |
| 2020-03-07 | Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov | Mazdak Farrokhzad | -1/+1 |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -1/+1 |
| 2020-03-06 | fix various typos | Matthias Krüger | -1/+1 |
| 2020-03-03 | DefKind::Method -> DefKind::AssocFn | Mark Mansi | -1/+1 |
| 2020-02-29 | use .to_string() instead of format!() macro to create strings | Matthias Krüger | -1/+1 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -2/+2 |