| Age | Commit message (Expand) | Author | Lines |
| 2023-07-31 | Don't check unnecessarily that impl trait is RPIT | Michael Goulet | -3/+1 |
| 2023-07-31 | Rollup merge of #114267 - compiler-errors:rpitit-opaque-bounds, r=spastorino | Matthias Krüger | -7/+0 |
| 2023-07-30 | No need to expect RPITIT projections in opaque item bounds | Michael Goulet | -7/+0 |
| 2023-07-30 | inline format!() args up to and including rustc_codegen_llvm | Matthias Krüger | -63/+53 |
| 2023-07-28 | Auto merge of #114181 - matthiaskrgr:rollup-14m8s7f, r=matthiaskrgr | bors | -6/+12 |
| 2023-07-28 | Lower generic const items to HIR | León Orell Valerian Liehr | -1/+1 |
| 2023-07-27 | Skip reporting item name when checking RPITIT GAT's associated type bounds hold | Michael Goulet | -6/+12 |
| 2023-07-23 | fix some clippy::style findings | Matthias Krüger | -3/+5 |
| 2023-07-23 | fix clippy::useless_format | Matthias Krüger | -9/+5 |
| 2023-07-17 | Rename arg_iter to iter_instantiated | Michael Goulet | -3/+3 |
| 2023-07-16 | self type param infer, avoid ICE | lcnr | -1/+1 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -245/+237 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -34/+53 |
| 2023-07-11 | Rollup merge of #113567 - chenyukang:yukang-fix-113354-while-let, r=cjgillot | Jubilee | -38/+39 |
| 2023-07-11 | Auto merge of #112984 - BoxyUwU:debug_with_infcx, r=compiler-errors | bors | -0/+38 |
| 2023-07-11 | Rollup merge of #113310 - jieyouxu:dont-suggest-impl-trait-in-paths, r=lcnr | Matthias Krüger | -2/+10 |
| 2023-07-11 | While let suggestion will work for closure | yukang | -38/+39 |
| 2023-07-08 | Auto merge of #113474 - compiler-errors:rollup-07x1up7, r=compiler-errors | bors | -11/+0 |
| 2023-07-08 | Don't suggest `impl Trait` in path position | 许杰友 Jieyou Xu (Joe) | -2/+10 |
| 2023-07-07 | Require TAITs to be mentioned in the signatures of functions that register hi... | Oli Scherer | -1/+1 |
| 2023-07-07 | Remove variances_of on RPITIT gats, remove its one use-case | Michael Goulet | -11/+0 |
| 2023-07-06 | Add a new trait to `Debug` things with an infcx available | Boxy | -0/+38 |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -40/+43 |
| 2023-07-05 | Rollup merge of #113319 - lcnr:type-param-def-def-id, r=compiler-errors | Michael Goulet | -5/+5 |
| 2023-07-05 | Rollup merge of #113317 - lcnr:sketchy-new-select, r=oli-obk | Michael Goulet | -24/+13 |
| 2023-07-04 | Replace `const_error` methods with `Const::new_error` | Boxy | -2/+2 |
| 2023-07-04 | Replace `mk_const` with `Const::new_x` methods | Boxy | -23/+26 |
| 2023-07-04 | `TypeParameterDefinition` always require a `DefId` | lcnr | -5/+5 |
| 2023-07-04 | Auto merge of #113303 - compiler-errors:yeet-chalk, r=lcnr | bors | -2/+1 |
| 2023-07-04 | -Ztrait-solver=next: stop depending on old solver | lcnr | -24/+13 |
| 2023-07-04 | Auto merge of #113215 - compiler-errors:rpitit-predicates-tweaks, r=spastorino | bors | -1/+3 |
| 2023-07-03 | remove TypeWellFormedFromEnv | Michael Goulet | -2/+1 |
| 2023-07-03 | add deep normalization via the new solver | lcnr | -0/+1 |
| 2023-07-01 | Auto merge of #113154 - lcnr:better-probe-check, r=compiler-errors | bors | -33/+14 |
| 2023-06-30 | RPITITs inherit method predicates | Michael Goulet | -1/+3 |
| 2023-06-29 | change snapshot tracking in fulfillment contexts | lcnr | -33/+14 |
| 2023-06-27 | avoid using `format!("{}", ..)` | Takayuki Maeda | -2/+2 |
| 2023-06-26 | TypeWellFormedInEnv | Michael Goulet | -1/+2 |
| 2023-06-26 | Migrate predicates_of and caller_bounds to Clause | Michael Goulet | -27/+16 |
| 2023-06-24 | Rollup merge of #112703 - aliemjay:next-solver-root-var, r=compiler-errors | Guillaume Gomez | -0/+1 |
| 2023-06-24 | instantiate hidden types in root universe | Ali MJ Al-Nasrawy | -0/+1 |
| 2023-06-23 | Auto merge of #112891 - oli-obk:impl_trait_in_assoc_tys_cleanup, r=compiler-e... | bors | -9/+3 |
| 2023-06-22 | Migrate item_bounds to ty::Clause | Michael Goulet | -7/+5 |
| 2023-06-22 | Point to argument/return type instead of the whole function header | Oli Scherer | -1/+2 |
| 2023-06-22 | Move `opaque_type_origin_unchecked` onto `TyCtxt` and re-use it where it was ... | Oli Scherer | -8/+1 |
| 2023-06-21 | Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnr | Nilstrieb | -25/+28 |
| 2023-06-19 | Rollup merge of #112781 - compiler-errors:new-solver-tait-overlaps-hidden, r=... | Michael Goulet | -4/+6 |
| 2023-06-19 | s/Clause/ClauseKind | Michael Goulet | -25/+28 |
| 2023-06-19 | Don't consider TAIT normalizable to hidden ty if it would result in impossibl... | Michael Goulet | -4/+6 |
| 2023-06-18 | Treat TAIT equation as always ambiguous in coherence | Michael Goulet | -7/+4 |