about summary refs log tree commit diff
path: root/compiler/rustc_public/src
AgeCommit message (Collapse)AuthorLines
2025-10-02Auto merge of #147138 - jackh726:split-canonical-bound, r=lcnrbors-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-30Split Bound into Canonical and Boundjackh726-2/+5
2025-09-26ProjectionElem::Subtype -> CastKind::Subtypebeepster4096-15/+3
2025-09-18Rollup merge of #146664 - fmease:clean-up-dyn, r=jdonszelmannStuart Cook-46/+13
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-17Remove `DynKind`León Orell Valerian Liehr-46/+13
2025-09-16Remove Rvalue::Len.Camille Gillot-1/+0
2025-09-12Split AssocContainer::{InherentImpl,TraitImpl}Cameron Steffen-8/+12
2025-09-12Rename AssocItemContainer -> AssocContainerCameron Steffen-7/+7
2025-09-01Remove dead code stemming from an old effects desugaringLeón Orell Valerian Liehr-4/+4
2025-08-09fix missing parenthesis in pretty discriminantMakai-1/+1
2025-08-07derive hash for placeholder automaticallyAlexanderPortland-11/+1
2025-08-06make rustc_public types derive `Hash`AlexanderPortland-32/+42
2025-07-24remove movability from `RigidTy::Coroutine` and `AggregateKind::Coroutine`Makai-14/+8
2025-07-23Remove useless lifetime parameter.Camille GILLOT-3/+3
2025-07-23Give an AllocId to ConstValue::Slice.Camille GILLOT-2/+2
2025-07-18use `RustcPublic` instead of `StableMir`Makai-6/+6
2025-07-18Update docs in `rustc_public`Makai-30/+31
2025-07-18`SmirError` to `Error`Makai-20/+19
2025-07-18use "helper" as a more descriptive nameMakai-14/+14
2025-07-18`SmirContainer` to `Container`Makai-6/+6
2025-07-18`SmirCtxt` to `CompilerCtxt`, `SmirInterface` to `CompilerInterface`Makai-163/+163
aaa
2025-07-18Rollup merge of #143997 - Coder-256:stable-mir-macro-hygiene, r=oli-obkMatthias Krüger-9/+9
Use $crate in macros for rustc_public (aka stable_mir) This makes `#[macro_use] extern crate rustc_public` unnecessary (which brings all of `rustc_public`'s macros into scope for the entire crate); instead, now you can simply use `rustc_public::run!()`.
2025-07-15Use hygenic macros for stable-mirJacob Greenfield-9/+9
2025-07-15Implement other logicstiif-0/+3
2025-07-14rename `stable_mir` to `rustc_public`, and `rustc_smir` to `rustc_public_bridge`Makai-0/+10813