| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-05-26 | clippy::complexity fixes | Matthias Krüger | -2/+1 |
| 2022-05-26 | rebase, use Ty in CallArgument and re-insert static_assert_size on Constraint... | b-naber | -2/+8 |
| 2022-05-25 | add def_id and substs to ConstraintCategory::CallArgument | b-naber | -7/+4 |
| 2022-05-24 | Add dead store elimination pass | Jakob Degen | -0/+17 |
| 2022-05-24 | Add the transmute and asm checks to typeck as deferred checks | Oli Scherer | -7/+0 |
| 2022-05-23 | Refactor call terminator to always hold a destination place | Jakob Degen | -41/+33 |
| 2022-05-22 | Lifetime variance fixes for rustc | Michael Goulet | -21/+24 |
| 2022-05-22 | Rollup merge of #97259 - jyn514:fix-typo, r=JohnTitor | Yuki Okushi | -1/+1 |
| 2022-05-21 | Auto merge of #96515 - lcnr:user-types-in-pat, r=nikomatsakis | bors | -2/+3 |
| 2022-05-21 | Fix typo in Mir phase docs | Joshua Nelson | -1/+1 |
| 2022-05-21 | update mir user type printing and apparently fix an ICE | lcnr | -2/+3 |
| 2022-05-20 | Remove `crate` visibility usage in compiler | Jacob Pratt | -2/+2 |
| 2022-05-20 | Rollup merge of #97185 - RalfJung:number-validity, r=oli-obk | Guillaume Gomez | -4/+7 |
| 2022-05-19 | interpret/validity: separately control checking numbers for being init and no... | Ralf Jung | -4/+7 |
| 2022-05-18 | Auto merge of #97019 - b-naber:transition-to-valtrees-pt1, r=oli-obk | bors | -8/+79 |
| 2022-05-17 | Change `Successors` to `impl Iterator<Item = BasicBlock>` | SparrowLii | -35/+34 |
| 2022-05-16 | use GlobalId in eval_to_valtree query and introduce query for valtree_to_cons... | b-naber | -8/+79 |
| 2022-05-14 | Auto merge of #96883 - jackh726:early-binder-2, r=oli-obk | bors | -2/+4 |
| 2022-05-14 | Auto merge of #95826 - carbotaniuman:miri-permissive-provenance, r=RalfJung | bors | -5/+8 |
| 2022-05-13 | Add bound_type_of | Jack Huey | -4/+4 |
| 2022-05-13 | Rustc changes for permissive provenance | carbotaniuman | -5/+8 |
| 2022-05-12 | Auto merge of #96889 - Aaron1011:place-ref-remove, r=compiler-errors | bors | -1/+7 |
| 2022-05-12 | Auto merge of #96150 - est31:unused_macro_rules, r=petrochenkov | bors | -0/+3 |
| 2022-05-11 | Remove `PartialOrd`/`Ord` impl for `PlaceRef` | Aaron Hill | -1/+7 |
| 2022-05-10 | Introduce EarlyBinder | Jack Huey | -4/+6 |
| 2022-05-08 | Use sparse representation of switch sources | Tomasz Miąsko | -9/+7 |
| 2022-05-08 | Avoid constructing switch sources unless necessary | Tomasz Miąsko | -0/+2 |
| 2022-05-07 | Rollup merge of #96581 - RalfJung:debug-size-align, r=oli-obk | Guillaume Gomez | -2/+8 |
| 2022-05-07 | Auto merge of #96094 - Elliot-Roberts:fix_doctests, r=compiler-errors | bors | -47/+50 |
| 2022-05-06 | don't debug-print ConstValue in MIR pretty-printer | Ralf Jung | -2/+8 |
| 2022-05-05 | Allow unused rules in some places in the compiler, library and tools | est31 | -0/+3 |