| Age | Commit message (Expand) | Author | Lines |
| 2022-11-02 | Rollup merge of #103862 - compiler-errors:ocx-in-fully-normalize, r=spastorino | Dylan DPC | -18/+9 |
| 2022-11-02 | Use ObligationCtxt in fully_normalize | Michael Goulet | -18/+9 |
| 2022-11-01 | Auto merge of #103217 - mejrs:track, r=eholk | bors | -0/+1 |
| 2022-11-01 | Auto merge of #103590 - compiler-errors:ocx-more, r=lcnr | bors | -10/+49 |
| 2022-10-31 | Add more track_caller | mejrs | -0/+1 |
| 2022-10-31 | Rollup merge of #103603 - camsteffen:refactor-lang, r=oli-obk | Dylan DPC | -3/+3 |
| 2022-10-30 | Rollup merge of #103726 - TaKO8Ki:avoid-&str-to-string-conversions, r=compile... | Matthias Krüger | -6/+6 |
| 2022-10-29 | Use LanguageItems::require less | Cameron Steffen | -1/+1 |
| 2022-10-29 | Improve LanguageItems api | Cameron Steffen | -2/+2 |
| 2022-10-29 | Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errors | Guillaume Gomez | -1/+1 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -3/+5 |
| 2022-10-29 | avoid unnecessary `&str` to `String` conversions | Takayuki Maeda | -6/+6 |
| 2022-10-27 | remove _types from ocx method names | Michael Goulet | -2/+2 |
| 2022-10-27 | Address some more nits | Michael Goulet | -3/+20 |
| 2022-10-27 | (almost) Always use ObligationCtxt when dealing with canonical queries | Michael Goulet | -7/+29 |
| 2022-10-27 | Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions | Maybe Waffle | -1/+1 |
| 2022-10-25 | Move a wf-check into the site where the value is instantiated | Oli Scherer | -26/+0 |
| 2022-10-23 | Auto merge of #103345 - Nilstrieb:diag-flat, r=compiler-errors | bors | -11/+11 |
| 2022-10-23 | Migrate all diagnostics | Nilstrieb | -11/+11 |
| 2022-10-23 | Rollup merge of #103368 - compiler-errors:normalization-ambiguity-bug, r=oli-obk | Matthias Krüger | -2/+19 |
| 2022-10-23 | Rollup merge of #103328 - compiler-errors:trivial-false-const-sugg, r=jackh726 | Matthias Krüger | -5/+7 |
| 2022-10-22 | Auto merge of #103227 - lcnr:bye-bye-unevaluated-const, r=oli-obk | bors | -53/+28 |
| 2022-10-21 | Delay ambiguity span bug in normalize query iff not rustdoc | Michael Goulet | -2/+19 |
| 2022-10-21 | fix some typos | Rageking8 | -1/+1 |
| 2022-10-20 | Do not suggest trivially false const predicates | Michael Goulet | -5/+7 |
| 2022-10-19 | Don't call `own_existential_vtable_entries` on unresolved trait ref | Michael Goulet | -17/+6 |
| 2022-10-19 | stop folding `UnevaluatedConst` | lcnr | -14/+4 |
| 2022-10-19 | instantiate -> construct | Michael Goulet | -2/+2 |
| 2022-10-19 | Generalize call suggestion for unsatisfied predicate | Michael Goulet | -46/+123 |
| 2022-10-19 | Standardize arg suggestions between typeck and trait selection | Michael Goulet | -50/+56 |
| 2022-10-19 | Use predicate_must_hold_modulo_regions | Michael Goulet | -14/+8 |
| 2022-10-19 | Suggest calling ctor when trait is unimplemented | Michael Goulet | -1/+18 |
| 2022-10-18 | `const_evaluatable_unchecked` to const eval | lcnr | -21/+1 |
| 2022-10-18 | change `ConstEvaluatable` to use `ty::Const` | lcnr | -18/+23 |
| 2022-10-18 | Rollup merge of #103142 - fmease:fix-103052, r=oli-obk | Yuki Okushi | -0/+4 |
| 2022-10-17 | Auto merge of #103151 - matthiaskrgr:rollup-t3mmnsg, r=matthiaskrgr | bors | -24/+27 |
| 2022-10-17 | Rollup merge of #102945 - compiler-errors:placeholder-region-outlives, r=lcnr | Matthias Krüger | -1/+1 |
| 2022-10-17 | Rollup merge of #102466 - lcnr:const-equate-uwu, r=BoxyUwU | Matthias Krüger | -23/+26 |
| 2022-10-17 | Make diagnostic for unsatisfied Termination bounds more precise | León Orell Valerian Liehr | -0/+4 |
| 2022-10-17 | mir constants: type traversing bye bye | lcnr | -8/+0 |
| 2022-10-16 | Auto merge of #102334 - compiler-errors:rpitit-substs-issue, r=cjgillot | bors | -1/+4 |
| 2022-10-16 | Auto merge of #102931 - camsteffen:inline-overlapping-impls, r=cjgillot | bors | -41/+29 |
| 2022-10-15 | Fix subst issues with RPITIT | Michael Goulet | -1/+4 |
| 2022-10-15 | Rollup merge of #103003 - TaKO8Ki:fix-102989, r=compiler-errors | Dylan DPC | -13/+9 |
| 2022-10-14 | Rollup merge of #103018 - Rageking8:more-dupe-word-typos, r=TaKO8Ki | Dylan DPC | -3/+3 |
| 2022-10-14 | more dupe word typos | Rageking8 | -3/+3 |
| 2022-10-14 | check if the self type is `ty::Float` before getting second substs | Takayuki Maeda | -13/+9 |
| 2022-10-13 | Make overlapping_impls non-generic | Cameron Steffen | -41/+29 |
| 2022-10-13 | Sort elaborated existential predicates in object_ty_for_trait | Michael Goulet | -11/+18 |
| 2022-10-12 | Auto merge of #101679 - compiler-errors:rpitit-default-body, r=nikomatsakis | bors | -3/+45 |