| Age | Commit message (Expand) | Author | Lines |
| 2023-06-19 | s/Clause/ClauseKind | Michael Goulet | -82/+95 |
| 2023-06-18 | Rollup merge of #112734 - dswij:bounds-predicates-clause, r=compiler-errors | Matthias Krüger | -21/+47 |
| 2023-06-17 | Move some bounds computation out of astconv into its own file | Michael Goulet | -567/+585 |
| 2023-06-17 | Move ConstEvaluatable to Clause | Michael Goulet | -7/+7 |
| 2023-06-17 | Move WF goal to clause | Michael Goulet | -11/+16 |
| 2023-06-17 | `Bound::predicates` to return `Clause` | dswij | -21/+47 |
| 2023-06-16 | Pacify tidy | Oli Scherer | -116/+128 |
| 2023-06-16 | Add `AliasKind::Weak` for type aliases. | Oli Scherer | -12/+50 |
| 2023-06-16 | Merge the orphan logic for all alias kinds | Oli Scherer | -29/+23 |
| 2023-06-15 | Auto merge of #104455 - the8472:dont-drain-on-drop, r=Amanieu | bors | -2/+0 |
| 2023-06-14 | Auto merge of #112625 - matthiaskrgr:rollup-jcobj3g, r=matthiaskrgr | bors | -23/+53 |
| 2023-06-14 | Rollup merge of #112506 - compiler-errors:const-infer-ice, r=b-naber | Matthias Krüger | -13/+30 |
| 2023-06-14 | remove hash_drain_filter feature uses | The 8472 | -1/+0 |
| 2023-06-14 | s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList | The 8472 | -1/+0 |
| 2023-06-14 | Error on unconstrained lifetime in RPITIT | Michael Goulet | -23/+53 |
| 2023-06-13 | Rollup merge of #111885 - compiler-errors:rust-call-abi-sized, r=eholk | Matthias Krüger | -1/+7 |
| 2023-06-11 | properly check associated consts for infer placeholders | Michael Goulet | -13/+30 |
| 2023-06-11 | iat selection: normalize self ty & completely erase bound vars | León Orell Valerian Liehr | -19/+57 |
| 2023-06-08 | Rollup merge of #109953 - thomcc:thomcc/typeid128, r=WaffleLapkin | Matthias Krüger | -1/+1 |
| 2023-06-07 | Rollup merge of #112122 - compiler-errors:next-coherence, r=lcnr | Dylan DPC | -4/+3 |
| 2023-06-07 | Auto merge of #111047 - compiler-errors:rtn-no-ty-ct-params, r=spastorino | bors | -39/+49 |
| 2023-06-06 | Don't ICE on unsized rust-call abi call | Michael Goulet | -1/+7 |
| 2023-06-06 | Make TraitEngine::new use the right solver, add compare mode | Michael Goulet | -3/+2 |
| 2023-06-06 | New trait solver is a property of inference context | Michael Goulet | -1/+1 |
| 2023-06-06 | remove `has_error_field` helper method | lcnr | -3/+5 |
| 2023-06-05 | Rollup merge of #112322 - compiler-errors:no-IMPLIED_BOUNDS_ENTAILMENT-if-err... | Matthias Krüger | -1/+1 |
| 2023-06-05 | Don't mention IMPLIED_BOUNDS_ENTAILMENT if signatures reference error | Michael Goulet | -1/+1 |
| 2023-06-05 | Remove redundant InferCtxtExt::fresh_item_substs | Michael Goulet | -36/+1 |
| 2023-06-05 | Emit an error when RTN is used with ty/ct params | Michael Goulet | -3/+48 |
| 2023-06-05 | Merge method, type and const object safety checks | Oli Scherer | -0/+4 |
| 2023-06-05 | Avoid going through queries if a value of type `AssocItem` is already available | Oli Scherer | -4/+4 |
| 2023-06-04 | Use 128 bits for TypeId hash | Thom Chiovoloni | -1/+1 |
| 2023-06-02 | Rollup merge of #112183 - compiler-errors:new-solver-anon-ct, r=BoxyUwU | Michael Goulet | -3/+4 |
| 2023-06-02 | No more TyCtxt::lazy_normalization | Michael Goulet | -3/+4 |
| 2023-06-02 | Separate AnonConst from ConstBlock in HIR. | Camille GILLOT | -22/+16 |
| 2023-06-02 | Rollup merge of #112165 - fee1-dead-contrib:rn-defualtness, r=compiler-errors | Matthias Krüger | -4/+4 |
| 2023-06-02 | Auto merge of #112198 - compiler-errors:rollup-o2xe4of, r=compiler-errors | bors | -77/+14 |
| 2023-06-01 | Implement custom diagnostic for ConstParamTy | Michael Goulet | -1/+1 |
| 2023-06-01 | Require that const param tys implement ConstParamTy | Boxy | -77/+14 |
| 2023-06-01 | Use translatable diagnostics in `rustc_const_eval` | Deadbeef | -1/+1 |
| 2023-06-01 | Rename `impl_defaultness` to `defaultness` | Deadbeef | -4/+4 |
| 2023-06-01 | Rollup merge of #111980 - compiler-errors:unmapped-substs, r=lcnr | Dylan DPC | -33/+78 |
| 2023-05-31 | Check that RPITs are compatible with the opaques inferred during HIR typeck too | Michael Goulet | -29/+36 |
| 2023-05-30 | Rollup merge of #112060 - lcnr:early-binder, r=jackh726 | Nilstrieb | -13/+13 |
| 2023-05-30 | Auto merge of #112075 - WaffleLapkin:unmkII, r=lcnr | bors | -45/+69 |
| 2023-05-29 | Rollup merge of #112057 - MU001999:fix/self-sugg, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2023-05-29 | Rename `tcx.mk_re_*` => `Region::new_*` | Maybe Waffle | -45/+69 |
| 2023-05-29 | EarlyBinder::new -> EarlyBinder::bind | lcnr | -13/+13 |
| 2023-05-29 | Determine `self_ty` with expected `ty` | mu001999 | -1/+1 |
| 2023-05-29 | Use `Cow` in `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -7/+9 |