| Age | Commit message (Expand) | Author | Lines |
| 2022-12-17 | Migrate "function cannot return without recursing" diagnostic | TheOddGarlic | -14/+19 |
| 2022-12-16 | Support call and drop terminators in custom mir | Jakob Degen | -0/+49 |
| 2022-12-16 | Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr | bors | -83/+309 |
| 2022-12-15 | Auto merge of #105356 - JakobDegen:more-custom-mir, r=oli-obk | bors | -9/+109 |
| 2022-12-14 | address review | b-naber | -90/+52 |
| 2022-12-14 | Remove one more usage of `mk_substs_trait` | Oli Scherer | -1/+1 |
| 2022-12-14 | Let `mk_fn_def` take an iterator instead to simplify some call sites | Oli Scherer | -2/+0 |
| 2022-12-14 | Support more projections in custom mir | Jakob Degen | -6/+37 |
| 2022-12-14 | Support common enum operations in custom mir | Jakob Degen | -3/+72 |
| 2022-12-14 | Auto merge of #104986 - compiler-errors:opaques, r=oli-obk | bors | -3/+5 |
| 2022-12-13 | Rollup merge of #105476 - estebank:moves-n-borrows, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2022-12-13 | Rollup merge of #105147 - nbdd0121:inline_const_unsafe, r=oli-obk | Matthias Krüger | -16/+26 |
| 2022-12-13 | Do not suggest borrowing binding in pattern in let else | Esteban Küber | -1/+1 |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -3/+5 |
| 2022-12-13 | Extract shared logic into a new function | Gary Guo | -20/+14 |
| 2022-12-13 | Remove unnecessary recursive call to parent unsafeck | Gary Guo | -3/+0 |
| 2022-12-13 | Ensure valid local_data is set for custom mir building | Gary Guo | -1/+7 |
| 2022-12-13 | Allow unsafe through inline const for THIR unsafety checker | Gary Guo | -12/+25 |
| 2022-12-12 | Rollup merge of #105615 - WaffleLapkin:remove_opt_scope_span_mention, r=compi... | Matthias Krüger | -4/+2 |
| 2022-12-12 | Fixup method doc that mentions removed param | Maybe Waffle | -4/+2 |
| 2022-12-12 | Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkov | bors | -4/+4 |
| 2022-12-11 | Rollup merge of #105537 - kadiwa4:remove_some_imports, r=fee1-dead | Matthias Krüger | -3/+1 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -3/+1 |
| 2022-12-09 | Remove unneeded field from `SwitchTargets` | Jakob Degen | -7/+5 |
| 2022-12-07 | Rollup merge of #105267 - compiler-errors:issue-104613, r=oli-obk | Matthias Krüger | -3/+3 |
| 2022-12-05 | Move -Z maximal-hir-to-mir-coverage implementation to new `maybe_new_source_s... | Will Crichton | -32/+44 |
| 2022-12-04 | drive-by: move field_index to typeck results | Michael Goulet | -3/+3 |
| 2022-12-04 | Auto merge of #105121 - oli-obk:simpler-cheaper-dump_mir, r=nnethercote | bors | -1/+1 |
| 2022-12-02 | Use zero based indexing for pass_count | Oli Scherer | -1/+1 |
| 2022-12-02 | Add `StrStyle` to `ast::LitKind::ByteStr`. | Nicholas Nethercote | -4/+4 |
| 2022-11-29 | Improve spans in custom mir | Jakob Degen | -5/+13 |
| 2022-11-29 | Support statics in custom mir | Jakob Degen | -0/+23 |
| 2022-11-29 | Support most constant kinds in custom mir | Jakob Degen | -78/+96 |
| 2022-11-29 | reduce allocations | b-naber | -38/+111 |
| 2022-11-28 | Remove `Const::from_value` | Maybe Waffle | -1/+1 |
| 2022-11-28 | Simplify calls to `tcx.mk_const` | Maybe Waffle | -1/+1 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -18/+22 |
| 2022-11-24 | Rollup merge of #103908 - estebank:consider-cloning, r=compiler-errors | Matthias Krüger | -4/+12 |
| 2022-11-24 | Auto merge of #104507 - WaffleLapkin:asderefsyou, r=wesleywiser | bors | -9/+7 |
| 2022-11-23 | use no type in ProjectionElem::Field for PlaceBuilder::UpVar | b-naber | -36/+64 |
| 2022-11-23 | Account for `x @ y` and suggest `ref x @ ref y` | Esteban Küber | -4/+12 |
| 2022-11-23 | include closures and generators in try_compute_field_ty | b-naber | -3/+39 |
| 2022-11-23 | get field ty during projecting | b-naber | -168/+187 |
| 2022-11-23 | address review | b-naber | -4/+21 |
| 2022-11-23 | properly handle enum field projections | b-naber | -49/+35 |
| 2022-11-23 | use non-ascribed type as field type in mir | b-naber | -1/+48 |
| 2022-11-23 | implement PlaceBuilder::try_ty | b-naber | -0/+58 |
| 2022-11-23 | Auto merge of #103947 - camsteffen:place-clones, r=cjgillot | bors | -150/+134 |
| 2022-11-22 | Auto merge of #104711 - Dylan-DPC:rollup-gkw1qr8, r=Dylan-DPC | bors | -17/+20 |
| 2022-11-22 | Rollup merge of #104669 - LeSeulArtichaut:88015-if-let-guard-bindings, r=cjgi... | Dylan DPC | -17/+20 |