| Age | Commit message (Expand) | Author | Lines |
| 2023-07-25 | inline format!() args from rustc_codegen_llvm to the end (4) | Matthias Krüger | -5/+5 |
| 2023-07-14 | refactor(rustc_middle): Substs -> GenericArg | Mahdi Dibaiee | -82/+87 |
| 2023-07-12 | Re-format let-else per rustfmt update | Mark Rousskov | -45/+61 |
| 2023-07-08 | Replace RPITIT current impl with new strategy that lowers as a GAT | Santiago Pastorino | -2/+2 |
| 2023-07-05 | Move `TyCtxt::mk_x` to `Ty::new_x` where applicable | Boxy | -37/+37 |
| 2023-07-05 | tidy: move a large function out of an even larger file | Oli Scherer | -406/+3 |
| 2023-07-05 | Lint now-unnecessary associated type bounds | Oli Scherer | -3/+21 |
| 2023-07-05 | Don't require associated types with `Self: Sized` bounds in `dyn Trait` objects | Oli Scherer | -0/+10 |
| 2023-07-04 | Replace `const_error` methods with `Const::new_error` | Boxy | -3/+3 |
| 2023-07-04 | Replace `mk_const` with `Const::new_x` methods | Boxy | -1/+2 |
| 2023-07-03 | remove TypeWellFormedFromEnv | Michael Goulet | -2/+1 |
| 2023-07-03 | Don't perform selection if IATs are not enabled | León Orell Valerian Liehr | -5/+9 |
| 2023-07-01 | Auto merge of #113154 - lcnr:better-probe-check, r=compiler-errors | bors | -1/+1 |
| 2023-06-29 | Intern OpaqueTy on ItemKind::OpaqueTy | Santiago Pastorino | -1/+1 |
| 2023-06-29 | change snapshot tracking in fulfillment contexts | lcnr | -1/+1 |
| 2023-06-27 | pass PredicateFilter to compute_bounds | Michael Goulet | -0/+18 |
| 2023-06-26 | TypeWellFormedInEnv | Michael Goulet | -1/+2 |
| 2023-06-26 | Migrate predicates_of and caller_bounds to Clause | Michael Goulet | -35/+24 |
| 2023-06-21 | Rollup merge of #112853 - GuillaumeGomez:type_alias_type, r=oli-obk | Guillaume Gomez | -1/+1 |
| 2023-06-21 | Add `lazy_type_alias` feature gate | Guillaume Gomez | -1/+1 |
| 2023-06-19 | Fully fledged Clause type | Michael Goulet | -2/+2 |
| 2023-06-19 | s/Clause/ClauseKind | Michael Goulet | -9/+11 |
| 2023-06-18 | Rollup merge of #112734 - dswij:bounds-predicates-clause, r=compiler-errors | Matthias Krüger | -2/+4 |
| 2023-06-17 | Move some bounds computation out of astconv into its own file | Michael Goulet | -567/+2 |
| 2023-06-17 | Move ConstEvaluatable to Clause | Michael Goulet | -2/+2 |
| 2023-06-17 | Move WF goal to clause | Michael Goulet | -3/+4 |
| 2023-06-17 | `Bound::predicates` to return `Clause` | dswij | -2/+4 |
| 2023-06-16 | Pacify tidy | Oli Scherer | -116/+4 |
| 2023-06-16 | Add `AliasKind::Weak` for type aliases. | Oli Scherer | -1/+13 |
| 2023-06-11 | iat selection: normalize self ty & completely erase bound vars | León Orell Valerian Liehr | -19/+57 |
| 2023-06-07 | Auto merge of #111047 - compiler-errors:rtn-no-ty-ct-params, r=spastorino | bors | -39/+24 |
| 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/+23 |
| 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 | -1/+1 |
| 2023-05-30 | Rollup merge of #112060 - lcnr:early-binder, r=jackh726 | Nilstrieb | -1/+1 |
| 2023-05-29 | Rename `tcx.mk_re_*` => `Region::new_*` | Maybe Waffle | -15/+17 |
| 2023-05-29 | EarlyBinder::new -> EarlyBinder::bind | lcnr | -1/+1 |
| 2023-05-28 | Replace EarlyBinder(x) with EarlyBinder::new(x) | Kyle Matsuda | -1/+1 |
| 2023-05-26 | print const and type errors in braces not square brackets | Boxy | -1/+1 |
| 2023-05-24 | Use `Option::is_some_and` and `Result::is_ok_and` in the compiler | Maybe Waffle | -3/+3 |
| 2023-05-17 | Rollup merge of #111588 - MU001999:diag/improve-e0782, r=fee1-dead | Dylan DPC | -4/+3 |
| 2023-05-17 | Emits E0599 when meeting MyTrait::missing_method | mu001999 | -4/+3 |
| 2023-05-14 | Rename const error methods for consistency | Michael Goulet | -4/+4 |
| 2023-05-08 | Rollup merge of #109410 - fmease:iat-alias-kind-inherent, r=compiler-errors | Michael Goulet | -26/+35 |
| 2023-05-07 | Auto merge of #111161 - compiler-errors:rtn-super, r=cjgillot | bors | -8/+49 |
| 2023-05-04 | IAT: Introduce AliasKind::Inherent | León Orell Valerian Liehr | -26/+35 |
| 2023-05-04 | Auto merge of #110806 - WaffleLapkin:unmkI, r=lcnr | bors | -2/+2 |
| 2023-05-03 | Error message for ambiguous RTN from super bounds | Michael Goulet | -2/+10 |
| 2023-05-03 | Rename things to reflect that they're not item specific | Michael Goulet | -3/+3 |