| Age | Commit message (Expand) | Author | Lines |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -90/+88 |
| 2023-05-02 | Rollup merge of #108161 - WaffleLapkin:const_param_ty, r=BoxyUwU | Dylan DPC | -15/+86 |
| 2023-04-27 | Make async removal span more resilient to macro expansions | Michael Goulet | -6/+8 |
| 2023-04-27 | tweak removal span | Michael Goulet | -1/+8 |
| 2023-04-27 | Tweak await span | Michael Goulet | -41/+45 |
| 2023-04-27 | Impl `StructuralEq` & `ConstParamTy` for `str`, `&T`, `[T; N]` and `[T]` | Maybe Waffle | -1/+8 |
| 2023-04-27 | Check the correct trait when checking `ConstParamTy` impls | Maybe Waffle | -1/+1 |
| 2023-04-27 | Add a `ConstParamTy` trait | Maybe Waffle | -15/+79 |
| 2023-04-27 | rename `needs_subst` to `has_param` | Boxy | -3/+3 |
| 2023-04-27 | rename `needs_infer` to `has_infer` | Boxy | -15/+16 |
| 2023-04-26 | Make some region folders a little stricter. | Nicholas Nethercote | -4/+4 |
| 2023-04-25 | Rollup merge of #110556 - kylematsuda:earlybinder-explicit-item-bounds, r=com... | Matthias Krüger | -2/+2 |
| 2023-04-25 | Rollup merge of #110563 - bryangarza:refactor-trait-selection-error-reporting... | Matthias Krüger | -438/+678 |
| 2023-04-24 | Rollup merge of #110566 - compiler-errors:bad-projection-term, r=cjgillot,Box... | Matthias Krüger | -8/+23 |
| 2023-04-24 | Rollup merge of #110514 - compiler-errors:remove-find_map_relevant_impl, r=b-... | Matthias Krüger | -71/+96 |
| 2023-04-23 | Don't create projection ty for const projection | Michael Goulet | -8/+23 |
| 2023-04-21 | Create "AppendConstMessage" enum | Bryan Garza | -18/+28 |
| 2023-04-21 | Break up long function in trait selection error reporting | Bryan Garza | -427/+657 |
| 2023-04-20 | add subst_identity_iter and subst_identity_iter_copied methods on EarlyBinder... | Kyle Matsuda | -2/+1 |
| 2023-04-20 | add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite... | Kyle Matsuda | -1/+1 |
| 2023-04-20 | change usages of explicit_item_bounds to bound_explicit_item_bounds | Kyle Matsuda | -2/+3 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -14/+10 |
| 2023-04-19 | Rollup merge of #110531 - lcnr:type-system-stuff, r=aliemjay | Matthias Krüger | -20/+11 |
| 2023-04-19 | small type system cleanup | lcnr | -20/+11 |
| 2023-04-19 | Rollup merge of #110510 - bryangarza:issue-110467-safe-transmute, r=compiler-... | Matthias Krüger | -1/+1 |
| 2023-04-19 | Rollup merge of #110498 - kylematsuda:earlybinder-rpitit-tys, r=compiler-errors | Matthias Krüger | -5/+4 |
| 2023-04-19 | Remove find_map_relevant_impl | Michael Goulet | -71/+96 |
| 2023-04-18 | Fix ICE for transmutability in candidate assembly | Bryan Garza | -1/+1 |
| 2023-04-18 | add EarlyBinder to return type of collect_return_position_impl_trait_in_trait... | Kyle Matsuda | -5/+4 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -7/+7 |
| 2023-04-17 | Rollup merge of #110404 - matthiaskrgr:mapmap, r=Nilstrieb | Matthias Krüger | -7/+2 |
| 2023-04-16 | Erase regions when confirming transmutability candidate | Michael Goulet | -34/+36 |
| 2023-04-16 | fix clippy::toplevel_ref_arg and ::manual_map | Matthias Krüger | -7/+2 |
| 2023-04-16 | Rollup merge of #110345 - nnethercote:rm-Super-impls-for-Region, r=compiler-e... | fee1-dead | -1/+1 |
| 2023-04-16 | Rollup merge of #109665 - fee1-dead-contrib:rm-remap-queries, r=oli-obk | fee1-dead | -7/+1 |
| 2023-04-16 | Remove `TypeSuper{Foldable,Visitable}` impls for `Region`. | Nicholas Nethercote | -1/+1 |
| 2023-04-16 | Rollup merge of #110364 - matthiaskrgr:anti_clone, r=Nilstrieb | Yuki Okushi | -6/+9 |
| 2023-04-16 | Rollup merge of #110272 - Ezrashaw:fix-unconned-lt-in-implbounds, r=aliemjay | Yuki Okushi | -1/+12 |
| 2023-04-15 | remove redundant clones | Matthias Krüger | -6/+9 |
| 2023-04-15 | Update compiler/rustc_trait_selection/src/traits/outlives_bounds.rs | Ali MJ Al-Nasrawy | -2/+3 |
| 2023-04-14 | implement review suggestions | Ezra Shaw | -2/+3 |
| 2023-04-14 | Rollup merge of #110299 - kylematsuda:earlybinder-impl-subject, r=compiler-er... | Matthias Krüger | -2/+2 |
| 2023-04-14 | Rollup merge of #109800 - bryangarza:safe-transmute-improved-errors, r=compil... | Matthias Krüger | -24/+104 |
| 2023-04-13 | Improve safe transmute error reporting | Bryan Garza | -24/+104 |
| 2023-04-13 | make tcx.impl_subject return EarlyBinder, remove bound_impl_subject, rename u... | Kyle Matsuda | -2/+2 |
| 2023-04-13 | change usage of bound_impl_subject to impl_subject | Kyle Matsuda | -1/+1 |
| 2023-04-13 | Rollup merge of #110193 - compiler-errors:body-owner-issue, r=WaffleLapkin | Matthias Krüger | -1/+1 |
| 2023-04-13 | Rollup merge of #110220 - lcnr:regionzz, r=compiler-errors | Matthias Krüger | -9/+27 |
| 2023-04-13 | fix: skip implied bounds if unconstrained lifetime exists | Ezra Shaw | -1/+10 |
| 2023-04-13 | Remove some unused type folders. | Nicholas Nethercote | -21/+0 |