| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-09-30 | Split Bound into Canonical and Bound | jackh726 | -1/+1 | |
| 2025-09-18 | Rollup merge of #146597 - modhanami:add-struct-tail-recursion-limit-span, ↵ | Matthias Krüger | -0/+1 | |
| r=oli-obk Add span for struct tail recursion limit error Fixes rust-lang/rust#135629 Changes 1. Add span to RecursionLimitReached 2. Add ObligationCause parameter to struct_tail_raw 4. Update call sites to pass nearby ObligationCause or create one 5. Update affected .stderr | ||||
| 2025-09-17 | Remove `DynKind` | León Orell Valerian Liehr | -2/+2 | |
| 2025-09-16 | Add span for struct tail recursion limit error | Tawan Muadmuenwai | -0/+1 | |
| 2025-09-12 | Don't store defaultness for inherent impl items | Cameron Steffen | -4/+0 | |
| 2025-09-12 | Introduce hir::ImplItemImplKind | Cameron Steffen | -1/+8 | |
| 2025-09-12 | Rename AssocItemContainer -> AssocContainer | Cameron Steffen | -1/+1 | |
| 2025-08-11 | Propagate TraitImplHeader to hir | Cameron Steffen | -1/+5 | |
| 2025-07-28 | Auto merge of #144469 - Kivooeo:chains-cleanup, r=SparrowLii | bors | -4/+4 | |
| Some `let chains` clean-up Not sure if this kind of clean-up is welcoming because of size, but I decided to try out one r? compiler | ||||
| 2025-07-28 | use let chains in mir, resolve, target | Kivooeo | -4/+4 | |
| 2025-07-25 | Limit defaultness to impl of trait | Cameron Steffen | -2/+5 | |
| 2025-07-01 | Remove support for dyn* | Michael Goulet | -4/+2 | |
| 2025-06-26 | Change const trait bound syntax from ~const to [const] | Oli Scherer | -1/+1 | |
| 2025-06-16 | hir_analysis: add `{Meta,Pointee}Sized` bounds | David Wood | -1/+1 | |
| Opting-out of `Sized` with `?Sized` is now equivalent to adding a `MetaSized` bound, and adding a `MetaSized` or `PointeeSized` bound is equivalent to removing the default `Sized` bound - this commit implements this change in `rustc_hir_analysis::hir_ty_lowering`. `MetaSized` is also added as a supertrait of all traits, as this is necessary to preserve backwards compatibility. Unfortunately, non-global where clauses being preferred over item bounds (where `PointeeSized` bounds would be proven) - which can result in errors when a `PointeeSized` supertrait/bound/predicate is added to some items. Rather than `PointeeSized` being a bound on everything, it can be the absence of a bound on everything, as `?Sized` was. | ||||
| 2025-06-16 | trait_sel: `{Meta,Pointee}Sized` on `?Sized` types | David Wood | -30/+52 | |
| Expand the automatic implementation of `MetaSized` and `PointeeSized` so that it is also implemented on non-`Sized` types, just not `ty::Foreign` (extern type). | ||||
| 2025-06-13 | TypeVisiting binders no longer requires TypeFolding its interior | Michael Goulet | -3/+2 | |
| 2025-06-10 | Dont unwrap and re-wrap typing envs | Michael Goulet | -5/+3 | |
| 2025-06-08 | Dont make ObligationCtxts with diagnostics unnecessarily | Michael Goulet | -1/+1 | |
| 2025-06-05 | Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of None | Oli Scherer | -1/+1 | |
| 2025-05-27 | Rename unpack to kind | Michael Goulet | -1/+1 | |
| 2025-05-07 | Require T: TypeFoldable in Binder<T> visit | Michael Goulet | -2/+3 | |
| 2025-04-09 | Use a query rather than recomputing the tail repeatedly | Michael Goulet | -0/+57 | |
| 2025-03-15 | Stop relying on rustc_type_ir in non-type-system crates | Michael Goulet | -25/+25 | |
| 2025-03-15 | Squash fold into ty | Michael Goulet | -2/+3 | |
| 2025-03-09 | Rollup merge of #136968 - oli-obk:bye-bye, r=compiler-errors | Matthias Krüger | -56/+2 | |
| Turn order dependent trait objects future incompat warning into a hard error fixes #56484 r? ``@ghost`` will FCP when we have a crater result | ||||
| 2025-02-28 | Fix sized constraint for unsafe binder | Michael Goulet | -3/+6 | |
| 2025-02-20 | Turn order dependent trait objects future incompat warning into a hard error | Oli Scherer | -56/+2 | |
| 2025-01-11 | rename `BitSet` to `DenseBitSet` | Rémy Rakic | -4/+4 | |
| This should make it clearer that this bitset is dense, with the advantages and disadvantages that it entails. | ||||
| 2024-12-22 | Begin to implement type system layer of unsafe binders | Michael Goulet | -0/+2 | |
| 2024-11-28 | uplift fold_regions to rustc_type_ir | lcnr | -1/+2 | |
| 2024-11-23 | no more Reveal :( | lcnr | -5/+6 | |
| 2024-11-21 | Stop being so bail-y in candidate assembly | Michael Goulet | -5/+1 | |
| 2024-11-04 | ty::KContainer -> ty::AssocItemContainer::K | Michael Goulet | -1/+1 | |
| 2024-10-30 | Merge HostPolarity and BoundConstness | Michael Goulet | -1/+1 | |
| 2024-10-24 | Be better at enforcing that const_conditions is only called on const items | Michael Goulet | -6/+7 | |
| 2024-10-24 | Implement const effect predicate in new solver | Michael Goulet | -0/+9 | |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -2/+2 | |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -2/+4 | |
| The previous commit updated `rustfmt.toml` appropriately. This commit is the outcome of running `x fmt --all` with the new formatting options. | ||||
| 2024-05-26 | Give EarlyBinder a tcx parameter | Michael Goulet | -2/+2 | |
| We are gonna need it to uplift EarlyBinder | ||||
| 2024-05-23 | Remove `#[macro_use] extern crate tracing` from `rustc_ty_utils`. | Nicholas Nethercote | -0/+1 | |
| 2024-05-16 | Rename ToPredicate for Upcast | Michael Goulet | -2/+2 | |
| 2024-05-13 | Auto merge of #125076 - compiler-errors:alias-term, r=lcnr | bors | -1/+1 | |
| Split out `ty::AliasTerm` from `ty::AliasTy` Splitting out `AliasTerm` (for use in project and normalizes goals) and `AliasTy` (for use in `ty::Alias`) r? lcnr | ||||
| 2024-05-13 | split out AliasTy -> AliasTerm | Michael Goulet | -1/+1 | |
| 2024-05-13 | Remove `extern crate rustc_middle` from `rustc_ty_utils`. | Nicholas Nethercote | -0/+1 | |
| 2024-04-30 | Give items related to issue 33140 a more meaningful name | León Orell Valerian Liehr | -15/+17 | |
| 2024-04-16 | Fail candidate assembly for erroneous types | Gurinder Singh | -2/+2 | |
| Trait predicates for types which have errors may still evaluate to OK leading to downstream ICEs. Now we return a selection error for such types in candidate assembly and thereby prevent such issues | ||||
| 2024-04-08 | Actually create ranged int types in the type system. | Oli Scherer | -0/+2 | |
| 2024-03-18 | address nits | Lukas Markeffsky | -7/+4 | |
| 2024-03-14 | clean up ADT sized constraint computation | Lukas Markeffsky | -70/+67 | |
| 2024-03-14 | make `Representability::Infinite` carry `ErrorGuaranteed` | Lukas Markeffsky | -2/+2 | |
