| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-10-02 | Auto merge of #147138 - jackh726:split-canonical-bound, r=lcnr | bors | -2/+5 | |
| Split Bound index into Canonical and Bound See [#t-types/trait-system-refactor > perf `async-closures/post-mono-higher-ranked-hang.rs`](https://rust-lang.zulipchat.com/#narrow/channel/364551-t-types.2Ftrait-system-refactor/topic/perf.20.60async-closures.2Fpost-mono-higher-ranked-hang.2Ers.60/with/541535613) for context Things compile and tests pass, but not sure if this actually solves the perf issue (edit: it does). Opening up this to do a perf (and maybe crater) run. r? lcnr | ||||
| 2025-09-30 | Split Bound into Canonical and Bound | jackh726 | -2/+5 | |
| 2025-09-26 | ProjectionElem::Subtype -> CastKind::Subtype | beepster4096 | -4/+1 | |
| 2025-09-18 | Rollup merge of #146664 - fmease:clean-up-dyn, r=jdonszelmann | Stuart Cook | -37/+9 | |
| Clean up `ty::Dynamic` 1. As a follow-up to PR rust-lang/rust#143036, remove `DynKind` entirely. 2. Inside HIR ty lowering, consolidate modules `dyn_compatibility` and `lint` into `dyn_trait` * `dyn_compatibility` wasn't about dyn compatibility itself, it's about lowering trait object types * `lint` contained dyn-Trait-specific diagnostics+lints only | ||||
| 2025-09-17 | Remove `DynKind` | León Orell Valerian Liehr | -37/+9 | |
| 2025-09-16 | Remove Rvalue::Len. | Camille Gillot | -1/+0 | |
| 2025-09-12 | Split AssocContainer::{InherentImpl,TraitImpl} | Cameron Steffen | -3/+9 | |
| 2025-09-12 | Rename AssocItemContainer -> AssocContainer | Cameron Steffen | -5/+5 | |
| 2025-09-01 | Remove dead code stemming from an old effects desugaring | León Orell Valerian Liehr | -4/+4 | |
| 2025-07-24 | remove movability from `RigidTy::Coroutine` and `AggregateKind::Coroutine` | Makai | -3/+1 | |
| 2025-07-18 | Update docs in `rustc_public` | Makai | -2/+2 | |
| 2025-07-18 | `SmirError` to `Error` | Makai | -3/+2 | |
| 2025-07-18 | use "helper" as a more descriptive name | Makai | -4/+4 | |
| 2025-07-18 | `SmirCtxt` to `CompilerCtxt`, `SmirInterface` to `CompilerInterface` | Makai | -139/+139 | |
| aaa | ||||
| 2025-07-15 | Implement other logics | tiif | -0/+3 | |
| 2025-07-14 | rename `stable_mir` to `rustc_public`, and `rustc_smir` to `rustc_public_bridge` | Makai | -0/+3513 | |
