| Age | Commit message (Expand) | Author | Lines |
| 2021-08-26 | Auto merge of #87280 - lcnr:lazy-anon-const-default-substs, r=nikomatsakis | bors | -1/+7 |
| 2021-08-26 | make unevaluated const substs optional | lcnr | -3/+5 |
| 2021-08-26 | require a `tcx` for `TypeVisitor` | lcnr | -0/+4 |
| 2021-08-24 | Morph `layout_raw` query into `layout_of`. | Eduard-Mihai Burtescu | -1/+1 |
| 2021-08-18 | Rollup merge of #88129 - willcrichton:expose-graphviz-modules, r=ecstatic-morse | Guillaume Gomez | -1/+1 |
| 2021-08-18 | Remove box syntax from rustc_mir | est31 | -11/+20 |
| 2021-08-17 | Expose graphviz modules | Will Crichton | -1/+1 |
| 2021-07-25 | clippy::useless_format | Matthias Krüger | -1/+1 |
| 2021-07-14 | consistently treat None-tagged pointers as ints; get rid of some deprecated S... | Ralf Jung | -1/+1 |
| 2021-07-14 | CTFE/Miri engine Pointer type overhaul: make Scalar-to-Pointer conversion inf... | Ralf Jung | -9/+9 |
| 2021-07-01 | Auto merge of #86304 - klensy:hex-length, r=jackh726 | bors | -1/+21 |
| 2021-07-01 | rustc_mir: calc hex number length without string allocation | klensy | -1/+21 |
| 2021-06-23 | Use `use_verbose` for mir::Constant | Deadbeef | -27/+19 |
| 2021-06-17 | Rollup merge of #85870 - ptrojahn:mir_dump_whitespace, r=davidtwco | Yuki Okushi | -1/+4 |
| 2021-06-01 | Allow whitespace in dump_mir filter | Paul Trojahn | -1/+4 |
| 2021-05-30 | Remove CrateNum::ReservedForIncrCompCache | bjorn3 | -1/+0 |
| 2021-05-17 | remove size field from Allocation | Ralf Jung | -6/+6 |
| 2021-05-17 | Auto merge of #85178 - cjgillot:local-crate, r=oli-obk | bors | -2/+2 |
| 2021-05-12 | Spanview needs the relevant body_span used for coverage | Rich Kadel | -7/+7 |
| 2021-05-12 | Use () for mir_keys. | Camille GILLOT | -2/+2 |
| 2021-05-11 | Split span_to_string into span_to_diagnostic/embeddable_string | Andy Wang | -5/+8 |
| 2021-04-28 | spanview debug output caused ICE when a function had no body | Rich Kadel | -9/+10 |
| 2021-04-19 | fix few typos | klensy | -1/+1 |
| 2021-04-02 | Auto merge of #83207 - oli-obk:valtree2, r=lcnr | bors | -2/+20 |
| 2021-03-31 | Add a new normalization query just for mir constants | Oli Scherer | -1/+5 |
| 2021-03-31 | Make unevaluated DefId rendering deterministic | Oli Scherer | -1/+15 |
| 2021-03-29 | Auto merge of #83185 - jyn514:remove-dead-code, r=oli-obk | bors | -26/+0 |
| 2021-03-28 | unaligned_references: align(N) fields in packed(N) structs are fine | Ralf Jung | -11/+24 |
| 2021-03-27 | Address review comments | Joshua Nelson | -6/+0 |
| 2021-03-27 | Remove (lots of) dead code | Joshua Nelson | -20/+0 |
| 2021-03-15 | s/ConstantSource/ConstantKind/ | Oli Scherer | -2/+2 |
| 2021-03-12 | Prepare mir::Constant for ty::Const only supporting valtrees | Oli Scherer | -5/+10 |
| 2021-03-09 | Update match branches | kadmin | -0/+1 |
| 2021-03-08 | Auto merge of #82727 - oli-obk:shrinkmem, r=pnkfelix | bors | -4/+10 |
| 2021-03-05 | Shrink the size of Rvalue by 16 bytes | Oli Scherer | -4/+10 |
| 2021-03-01 | Box generator-related Body fields | Dániel Buga | -2/+2 |
| 2021-02-26 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+1 |
| 2021-02-22 | Fix mir-cfg dumps | Ömer Sinan Ağacan | -5/+18 |
| 2021-02-17 | Remove redundant rustc_data_structures path component | est31 | -4/+4 |
| 2021-02-13 | Fix MIR pretty printer for non-local DefIds | Ömer Sinan Ağacan | -13/+13 |
| 2021-01-27 | Visit only statements in always live locals | Tomasz Miąsko | -19/+12 |
| 2021-01-16 | Use PlaceRef more consistently in rustc_mir | Olivia Crain | -5/+2 |
| 2021-01-11 | --emit=mir now emits both `mir_for_ctfe` and `optimized_mir` for `const fn` | oli | -11/+21 |
| 2021-01-05 | Remove a FIXME and explain the decision | oli | -1/+2 |
| 2021-01-04 | Keep an unoptimized duplicate of `const fn` around | oli | -1/+5 |
| 2020-12-25 | Rollup merge of #79999 - hencrice:yenlinc/79799, r=oli-obk | Dylan DPC | -11/+17 |
| 2020-12-24 | Auto merge of #77692 - PankajChaudhary5:issue-76630, r=davidtwco | bors | -3/+4 |
| 2020-12-23 | Fixed formatting | Yenlin Chen | -3/+1 |
| 2020-12-23 | Addressed feedbacks | Yenlin Chen | -17/+3 |
| 2020-12-15 | Auto merge of #78399 - vn-ki:gsgdt-graphviz, r=oli-obk | bors | -133/+89 |