| Age | Commit message (Expand) | Author | Lines |
| 2023-04-25 | Rollup merge of #110539 - WaffleLapkin:split_index_vec&slice, r=cjgillot | Yuki Okushi | -1/+1 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -1/+1 |
| 2023-04-24 | Auto merge of #110672 - Ezrashaw:allow-array-simd-in-inline-asm, r=workingjub... | bors | -13/+25 |
| 2023-04-24 | Rollup merge of #110706 - scottmcm:transmute_unchecked, r=oli-obk | Matthias Krüger | -1/+1 |
| 2023-04-23 | allow array-style simd in inline asm | Ezra Shaw | -13/+25 |
| 2023-04-22 | Add `intrinsics::transmute_unchecked` | Scott McMurray | -1/+1 |
| 2023-04-21 | Allow `LocalDefId` as the argument to `def_path_str` | Oli Scherer | -3/+3 |
| 2023-04-21 | Rollup merge of #110555 - compiler-errors:subst-missing-trait-items, r=cjgillot | Matthias Krüger | -11/+32 |
| 2023-04-19 | Format missing GATs correctly | Michael Goulet | -1/+7 |
| 2023-04-19 | Make missing impl item suggestions more obvious that they're missing | Michael Goulet | -2/+2 |
| 2023-04-19 | Substitute missing item suggestion correctly | Michael Goulet | -9/+24 |
| 2023-04-18 | add EarlyBinder to return type of collect_return_position_impl_trait_in_trait... | Kyle Matsuda | -3/+3 |
| 2023-04-16 | Auto merge of #110405 - fee1-dead-contrib:rollup-9rkree6, r=fee1-dead | bors | -1/+1 |
| 2023-04-16 | more clippy fixes: clippy::{iter_cloned_collect, unwarp_or_else_default, opti... | Matthias Krüger | -1/+1 |
| 2023-04-16 | Use lints via `lint_defs` instead of `lints` | Nilstrieb | -1/+1 |
| 2023-04-12 | region error cleanup | lcnr | -43/+15 |
| 2023-04-09 | Auto merge of #110031 - compiler-errors:generic-elaboration, r=b-naber | bors | -3/+3 |
| 2023-04-06 | Remove index from BrAnon | Jack Huey | -6/+4 |
| 2023-04-06 | Make elaborator generic | Michael Goulet | -3/+3 |
| 2023-04-04 | Remove intercrate and mark_ambiguous from Relation | Michael Goulet | -8/+0 |
| 2023-03-30 | Update `ty::VariantDef` to use `IndexVec<FieldIdx, FieldDef>` | Scott McMurray | -5/+7 |
| 2023-03-28 | Rollup merge of #109629 - aliemjay:remove-givens, r=lcnr | nils | -7/+2 |
| 2023-03-28 | Rollup merge of #109470 - compiler-errors:gat-normalize-bound, r=jackh726 | nils | -53/+50 |
| 2023-03-26 | Don't elaborate non-obligations into obligations | Michael Goulet | -5/+2 |
| 2023-03-26 | remove obsolete `givens` from regionck | Ali MJ Al-Nasrawy | -7/+2 |
| 2023-03-25 | Rollup merge of #109545 - compiler-errors:rpitit-wf, r=eholk | Matthias Krüger | -33/+72 |
| 2023-03-23 | Deeply check WF for RPITITs | Michael Goulet | -33/+72 |
| 2023-03-23 | Rollup merge of #109414 - spastorino:new-rpitit-16, r=compiler-errors | Dylan DPC | -1/+4 |
| 2023-03-23 | Rollup merge of #109405 - compiler-errors:rpitit-as-opaques, r=spastorino | Dylan DPC | -2/+10 |
| 2023-03-23 | Rollup merge of #109179 - llogiq:intrinsically-option-as-slice, r=eholk | Dylan DPC | -0/+15 |
| 2023-03-22 | Clean up substs building | Michael Goulet | -53/+50 |
| 2023-03-22 | Subst gat normalize pred correctly | Michael Goulet | -1/+1 |
| 2023-03-22 | Auto merge of #109119 - lcnr:trait-system-cleanup, r=compiler-errors | bors | -0/+1 |
| 2023-03-21 | RPITITs are DefKind::Opaque with new lowering strategy | Michael Goulet | -2/+10 |
| 2023-03-21 | Do not consider synthesized RPITITs on missing items checks | Santiago Pastorino | -1/+4 |
| 2023-03-21 | IdentitySubsts::identity_for_item takes Into<DefId> | Michael Goulet | -3/+3 |
| 2023-03-21 | Use LocalDefId in ItemCtxt | Michael Goulet | -1/+1 |
| 2023-03-21 | Use local key in providers | Michael Goulet | -7/+6 |
| 2023-03-21 | remove some trait solver helpers | lcnr | -0/+1 |
| 2023-03-18 | move Option::as_slice to intrinsic | Andre Bogus | -0/+15 |
| 2023-03-17 | Fix generics mismatch errors for RPITITs on -Zlower-impl-trait-in-trait-to-as... | Santiago Pastorino | -0/+11 |
| 2023-03-17 | Rollup merge of #109198 - compiler-errors:new-rpitit-default-body, r=spastorino | Matthias Krüger | -8/+18 |
| 2023-03-16 | Auto merge of #109183 - lqd:revert-107376, r=compiler-errors | bors | -2/+7 |
| 2023-03-16 | Don't install default opaque projection predicates in RPITIT associated type'... | Michael Goulet | -11/+17 |
| 2023-03-15 | ImplTraitPlaceholder -> is_impl_trait_in_trait | Santiago Pastorino | -2/+6 |
| 2023-03-15 | Rename impl_trait_in_trait_parent to impl_trait_in_trait_parent_fn | Santiago Pastorino | -2/+2 |
| 2023-03-15 | Revert "Auto merge of #107376 - aliemjay:remove-givens, r=lcnr" | Rémy Rakic | -2/+7 |
| 2023-03-15 | Auto merge of #109035 - scottmcm:ptr-read-should-know-undef, r=WaffleLapkin,J... | bors | -0/+2 |
| 2023-03-15 | Auto merge of #107376 - aliemjay:remove-givens, r=lcnr | bors | -7/+2 |
| 2023-03-11 | `MaybeUninit::assume_init_read` should have `noundef` load metadata | Scott McMurray | -0/+2 |