about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/print
AgeCommit message (Expand)AuthorLines
2025-05-01Set groundwork for proper const normalizationBoxy-2/+3
2025-04-28Rollup merge of #140249 - BoxyUwU:remove_weak_alias_terminology, r=oli-obkGuillaume Gomez-2/+2
2025-04-26convert some `GenericArg` to `Term`lcnr-1/+1
2025-04-24Remove `weak` alias terminologyBoxy-2/+2
2025-04-15Move `name` field from `AssocItem` to `AssocKind` variants.Nicholas Nethercote-3/+3
2025-04-11Rollup merge of #139662 - nnethercote:tweak-DefPathData, r=compiler-errorsJacob Pratt-2/+2
2025-04-11Auto merge of #139453 - compiler-errors:incr, r=jieyouxubors-1/+1
2025-04-11Introduce `DefPathData::AnonAssocTy`.Nicholas Nethercote-2/+2
2025-04-09Rollup merge of #139364 - Kohei316:feat/doc-hidden-suggestion, r=nnethercoteMatthias Krüger-0/+7
2025-04-08clean code: remove Deref<Target=RegionKind> impl for Region and use `.kind()`xizheyin-4/+4
2025-04-07Simplify temp path creation a bitMichael Goulet-1/+1
2025-04-04Make the compiler suggest actual paths instead of visible paths if the visibl...morine0122-0/+7
2025-03-30Encode synthetic by-move coroutine body with a different DefPathDataMichael Goulet-2/+5
2025-03-26Remove `kw::Empty` uses from `rustc_middle`.Nicholas Nethercote-6/+4
2025-03-18Move `hir::Item::ident` into `hir::ItemKind`.Nicholas Nethercote-5/+3
2025-03-15Fold visit into tyMichael Goulet-1/+1
2025-03-12Add an opt-out in pretty printing for RTN renderingMichael Goulet-25/+92
2025-03-07Make synthetic RPITIT assoc ty name handling more rigorous.Nicholas Nethercote-2/+2
2025-03-03Rename a bitMichael Goulet-15/+6
2025-03-03Fix pretty printing of unsafe bindersMichael Goulet-37/+80
2025-02-27Rollup merge of #136846 - nnethercote:make-AssocOp-more-like-ExprKind, r=spas...Matthias Krüger-4/+1
2025-02-27Introduce `AssocOp::Binary`.Nicholas Nethercote-4/+1
2025-02-25Teach structured errors to display short `Ty`Esteban Küber-6/+12
2025-02-23Fix missing self subst when rendering Fn* trait with no output typeMichael Goulet-10/+14
2025-02-17Move some `Map` methods onto `TyCtxt`.Nicholas Nethercote-3/+2
2025-02-13intern valtreesLukas Markeffsky-13/+11
2025-02-12Rollup merge of #136884 - compiler-errors:fn-zst, r=BoxyUwUMatthias Krüger-4/+9
2025-02-11Lower fn items as ZST valtrees and delay a bugMichael Goulet-4/+9
2025-02-11Simplify intra-crate qualifiers.Nicholas Nethercote-2/+2
2025-02-05Pretty print pattern type values with `transmute` if they don't satisfy their...Oli Scherer-1/+1
2025-02-03Rollup merge of #136430 - FedericoBruzzone:follow-up-136180, r=oli-obkMatthias Krüger-20/+22
2025-02-03Move `try_to_raw_bytes` from `ty::Valtree` to `ty::Value`FedericoBruzzone-13/+11
2025-02-03Refactor using the type-level constant value `ty::Value`FedericoBruzzone-26/+30
2025-01-31Rework "long type names" printing logicEsteban Küber-30/+67
2025-01-30add commentsLukas Markeffsky-0/+1
2025-01-30introduce `ty::Value`Lukas Markeffsky-26/+25
2025-01-28Make mir dumps more readableOli Scherer-0/+4
2025-01-15Render fn defs with target_features attrs with the attributeOli Scherer-1/+8
2025-01-06Use a post-monomorphization typing env when mangling components that come fro...Michael Goulet-21/+19
2024-12-25Actually print all the relevant parts of a coroutine in verbose modeMichael Goulet-0/+6
2024-12-22Begin to implement type system layer of unsafe bindersMichael Goulet-0/+5
2024-12-18introduce `LateParamRegionKind`lcnr-2/+7
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+1
2024-12-11Rename projection_def_id to item_def_idMichael Goulet-1/+1
2024-11-22Pretty print AsyncFn traits tooMichael Goulet-11/+23
2024-11-22Simplify logic a bitMichael Goulet-113/+68
2024-11-04ty::BrK -> ty::BoundRegionKind::KMichael Goulet-9/+10
2024-11-03compiler: Directly use rustc_abi in metadata and middleJubilee Young-3/+2
2024-10-30Merge HostPolarity and BoundConstnessMichael Goulet-4/+4
2024-10-24Implement const effect predicate in new solverMichael Goulet-0/+10