| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-03-29 | Make `Visitor::visit_body` take a simple `Body` | Dylan MacKenzie | -5/+4 |
| 2020-03-28 | `dump_enabled` takes a `DefId` instead of `MirSource` | Dylan MacKenzie | -4/+4 |
| 2020-03-26 | Enable `--bless`ing of MIR dumps | Oliver Scherer | -20/+262 |
| 2020-03-26 | borrowck diagnostics: address review comments. | Mazdak Farrokhzad | -4/+3 |
| 2020-03-25 | borrowck: prefer "value" over "`_`". | Mazdak Farrokhzad | -17/+17 |
| 2020-03-23 | Rollup merge of #70080 - anyska:mir-double-space, r=oli-obk | Mazdak Farrokhzad | -1/+1 |
| 2020-03-21 | rustc: keep upvars tupled in {Closure,Generator}Substs. | Eduard-Mihai Burtescu | -4/+4 |
| 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 | -7/+7 |
| 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 | -7/+7 |
| 2020-03-07 | Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov | Mazdak Farrokhzad | -2/+2 |
| 2020-03-07 | Rollup merge of #69782 - matthiaskrgr:redundant_field_name_rep, r=cramertj | Mazdak Farrokhzad | -3/+3 |
| 2020-03-06 | Don't redundantly repeat field names (clippy::redundant_field_names) | Matthias Krüger | -3/+3 |
| 2020-03-06 | fix various typos | Matthias Krüger | -2/+2 |
| 2020-03-03 | DefKind::Method -> DefKind::AssocFn | Mark Mansi | -1/+1 |
| 2020-03-03 | Use .next() instead of .nth(0) on iterators. | Matthias Krüger | -1/+1 |
| 2020-03-01 | Auto merge of #68943 - ecstatic-morse:no-useless-drop-on-enum-variants, r=mat... | bors | -15/+30 |
| 2020-02-29 | Rollup merge of #69567 - matthiaskrgr:useless_fmt, r=nagisa | Dylan DPC | -1/+1 |
| 2020-02-29 | use .to_string() instead of format!() macro to create strings | Matthias Krüger | -1/+1 |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -2/+2 |
| 2020-02-27 | don't use .into() to convert types into identical types. | Matthias Krüger | -1/+0 |