| Age | Commit message (Expand) | Author | Lines |
| 2022-12-22 | Rollup merge of #106012 - JakobDegen:retag-raw, r=RalfJung | Matthias Krüger | -3/+0 |
| 2022-12-21 | Clarify that raw retags are not permitted in Mir | Jakob Degen | -3/+0 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -8/+8 |
| 2022-12-20 | Some style nits | Oli Scherer | -3/+3 |
| 2022-12-20 | Auto merge of #105880 - Nilstrieb:make-newtypes-less-not-rust, r=oli-obk | bors | -2/+2 |
| 2022-12-19 | Revert "Auto merge of #103880 - b-naber:field-ty-mir, r=lcnr" | Rémy Rakic | -309/+83 |
| 2022-12-18 | Rollup merge of #105873 - matthiaskrgr:clippy_fmt, r=Nilstrieb | Matthias Krüger | -1/+1 |
| 2022-12-18 | A few small cleanups for `newtype_index` | Nilstrieb | -2/+2 |
| 2022-12-18 | Rollup merge of #105875 - matthiaskrgr:needless_borrowed_reference, r=oli-obk | Matthias Krüger | -9/+8 |
| 2022-12-18 | don't restuct references just to reborrow | Matthias Krüger | -9/+8 |
| 2022-12-18 | avoid .into() conversion to identical types | Matthias Krüger | -1/+1 |
| 2022-12-18 | use &str / String literals instead of format!() | Matthias Krüger | -1/+1 |
| 2022-12-17 | Rollup merge of #105814 - JakobDegen:custom-mir-terms, r=oli-obk | Matthias Krüger | -0/+49 |
| 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 | -1/+3 |
| 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 | -1/+7 |
| 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 | -1/+3 |
| 2022-12-13 | Ensure valid local_data is set for custom mir building | Gary Guo | -1/+7 |
| 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 | -2/+2 |
| 2022-12-11 | Rollup merge of #105537 - kadiwa4:remove_some_imports, r=fee1-dead | Matthias Krüger | -2/+0 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -2/+0 |
| 2022-12-09 | Remove unneeded field from `SwitchTargets` | Jakob Degen | -7/+5 |
| 2022-12-05 | Move -Z maximal-hir-to-mir-coverage implementation to new `maybe_new_source_s... | Will Crichton | -32/+44 |
| 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 | -2/+2 |
| 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 | 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-23 | use no type in ProjectionElem::Field for PlaceBuilder::UpVar | b-naber | -36/+64 |
| 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 |