| Age | Commit message (Expand) | Author | Lines |
| 2022-06-22 | implement `iter_projections` function on `PlaceRef` | Rose Hudson | -4/+18 |
| 2022-06-22 | Rollup merge of #98099 - RalfJung:convert_tag_add_extra, r=oli-obk | Yuki Okushi | -6/+6 |
| 2022-06-21 | Auto merge of #95576 - DrMeepster:box_erasure, r=oli-obk | bors | -0/+1 |
| 2022-06-19 | Use `Span::eq_ctxt` method instead of `.ctxt() == .ctxt()` | Michael Goulet | -1/+1 |
| 2022-06-19 | Use `ensure` for `UnusedBrokenConst`. | Camille GILLOT | -1/+34 |
| 2022-06-17 | Auto merge of #98097 - lqd:const-alloc-hash, r=oli-obk | bors | -2/+75 |
| 2022-06-16 | adjust const alloc interning partial hash comments | Rémy Rakic | -4/+8 |
| 2022-06-16 | ctfe: limit hashing of big const allocations when interning | Rémy Rakic | -2/+71 |
| 2022-06-16 | interpret: convert_tag_add_extra, init_allocation_extra: allow tagger to rais... | Ralf Jung | -6/+6 |
| 2022-06-15 | correct mirphase docs | DrMeepster | -2/+2 |
| 2022-06-15 | remove box derefs from codgen | DrMeepster | -1/+2 |
| 2022-06-15 | Rollup merge of #98083 - nnethercote:rename-Encoder, r=bjorn3 | Yuki Okushi | -14/+14 |
| 2022-06-14 | rebase | b-naber | -14/+6 |
| 2022-06-14 | address review | b-naber | -31/+6 |
| 2022-06-14 | address review | b-naber | -2/+1 |
| 2022-06-14 | implement valtrees as the type-system representation for constant values | b-naber | -54/+323 |
| 2022-06-14 | Rename rustc_serialize::opaque::Encoder as MemEncoder. | Nicholas Nethercote | -14/+14 |
| 2022-06-14 | Rename the `ConstS::val` field as `kind`. | Nicholas Nethercote | -11/+14 |
| 2022-06-11 | Try out `yeet` in the MIR interpreter | Scott McMurray | -5/+5 |
| 2022-06-11 | Auto merge of #97905 - nnethercote:revert-infallible-encoder, r=bjorn3 | bors | -14/+14 |
| 2022-06-10 | Revert b983e42936feab29f6333e9835913afc6b4a394e. | Nicholas Nethercote | -14/+14 |
| 2022-06-09 | Auto merge of #97740 - RalfJung:ctfe-cycle-spans, r=lcnr | bors | -3/+16 |
| 2022-06-08 | Auto merge of #94732 - nnethercote:infallible-encoder, r=bjorn3 | bors | -36/+29 |
| 2022-06-08 | Auto merge of #97860 - Dylan-DPC:rollup-t3vxos8, r=Dylan-DPC | bors | -2/+27 |
| 2022-06-08 | Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`. | Nicholas Nethercote | -14/+14 |
| 2022-06-08 | Folding revamp. | Nicholas Nethercote | -59/+31 |
| 2022-06-08 | Add `TypeVisitor::visit_mir_const`. | Nicholas Nethercote | -0/+4 |
| 2022-06-08 | Use delayed error handling for `Encodable` and `Encoder` infallible. | Nicholas Nethercote | -23/+16 |
| 2022-06-07 | Preserve unused pointer to address casts | Tomasz Miąsko | -2/+27 |
| 2022-06-07 | Rollup merge of #97058 - bjorn3:multi_artifact_work_products, r=nagisa | Dylan DPC | -1/+1 |
| 2022-06-06 | Auto merge of #97684 - RalfJung:better-provenance-control, r=oli-obk | bors | -29/+54 |
| 2022-06-06 | Rename CodegenUnit::work_product to previous_work_product | bjorn3 | -1/+1 |
| 2022-06-05 | interpret: better control over whether we read data with provenance, and impl... | Ralf Jung | -29/+54 |
| 2022-06-05 | Auto merge of #97697 - WaffleLapkin:no_ref_vec, r=WaffleLapkin | bors | -3/+3 |
| 2022-06-04 | use precise spans for recursive const evaluation | Ralf Jung | -3/+16 |
| 2022-06-03 | Remove emit_unit | bjorn3 | -6/+6 |
| 2022-06-03 | Use serde_json for target spec json | bjorn3 | -1/+1 |
| 2022-06-03 | Replace `&Vec<_>`s with `&[_]`s | Maybe Waffle | -3/+3 |
| 2022-06-02 | add cast kind of from_exposed_addr (int-to-ptr casts) | Ralf Jung | -1/+7 |
| 2022-06-01 | rename PointerAddress → PointerExposeAddress | Ralf Jung | -4/+5 |
| 2022-05-31 | Add a pointer to address cast kind | Tomasz Miąsko | -17/+10 |
| 2022-05-30 | Auto merge of #97025 - ouz-a:mini-derefer-generator, r=davidtwco | bors | -3/+5 |
| 2022-05-30 | validate derefer, run derefer inside generator | ouz-a | -3/+5 |
| 2022-05-29 | Auto merge of #97214 - Mark-Simulacrum:stage0-bump, r=pietroalbini | bors | -3/+3 |
| 2022-05-28 | Make TyCtxt implement Interner, make HashStable generic and move to rustc_typ... | Michael Goulet | -7/+7 |
| 2022-05-28 | Move things to rustc_type_ir | Wilco Kusee | -9/+9 |
| 2022-05-28 | Auto merge of #97158 - JakobDegen:dse, r=tmiasko,cjgillot | bors | -0/+17 |
| 2022-05-28 | Auto merge of #97284 - b-naber:constraint-dyn-impl-suggestion, r=estebank | bors | -4/+7 |
| 2022-05-27 | Finish bumping stage0 | Mark Rousskov | -3/+3 |
| 2022-05-27 | Auto merge of #96046 - oli-obk:const_typeck, r=cjgillot | bors | -7/+0 |