summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/print
AgeCommit message (Expand)AuthorLines
2022-11-28Remove `Const::from_value`Maybe Waffle-2/+1
2022-11-28Rollup merge of #104732 - WaffleLapkin:from_def_idn't, r=compiler-errorsDylan DPC-1/+1
2022-11-27Auto merge of #104983 - matthiaskrgr:rollup-018sk73, r=matthiaskrgrbors-15/+10
2022-11-27Rollup merge of #104931 - Swatinem:async-pretty, r=eholkMatthias Krüger-15/+10
2022-11-27Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errorsbors-13/+7
2022-11-27Rename `fn_trait_kind_from_{from_lang=>def_id}` to better convey meaningMaybe Waffle-1/+1
2022-11-26Pretty-print generators with their `generator_kind`Arpad Borsos-15/+10
2022-11-25Auto merge of #99798 - JulianKnodt:ac1, r=BoxyUwUbors-0/+3
2022-11-25Add empty ConstKind::Abstractkadmin-0/+3
2022-11-25Introduce PredicateKind::ClauseSantiago Pastorino-7/+7
2022-11-24Use kw::Empty for elided lifetimes in path.Camille GILLOT-13/+7
2022-11-24Avoid `GenFuture` shim when compiling async constructsArpad Borsos-0/+11
2022-11-22Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnrManish Goregaokar-0/+1
2022-11-23Rollup merge of #104728 - WaffleLapkin:require-lang-items-politely, r=compile...Yuki Okushi-1/+2
2022-11-22Use `tcx.require_lang_item` instead of unwrappingMaybe Waffle-1/+2
2022-11-21Unreserve braced enum variants in value namespaceVadim Petrochenkov-4/+4
2022-11-21Add an always-ambiguous predicate to make sure that we don't accidentlally al...Oli Scherer-0/+1
2022-11-21Rollup merge of #104595 - compiler-errors:poly-existential-predicate, r=lcnrMatthias Krüger-8/+6
2022-11-19Rollup merge of #104469 - estebank:long-types, r=oli-obkMatthias Krüger-2/+11
2022-11-19drive-by: PolyExistentialPredicateMichael Goulet-8/+6
2022-11-18Only use `...` instead of `_` for type elisionEsteban Küber-5/+1
2022-11-18Make "long type" printing type awareEsteban Küber-3/+16
2022-11-18couple of clippy::perf fixesMatthias Krüger-3/+1
2022-11-13Auto merge of #104282 - cjgillot:intern-span, r=compiler-errorsbors-39/+5
2022-11-11Do not rename bound variables when verbose-printing binders.Camille GILLOT-39/+5
2022-11-10Auto merge of #101990 - clubby789:dont-machine-apply-placeholder-method, r=co...bors-0/+6
2022-11-07Add an optional Span to BrAnon and use it to print better error for HRTB erro...Jack Huey-4/+4
2022-11-05Use `FmtPrinter` instead of creating `Instance`clubby789-0/+6
2022-11-01Format dyn Trait better in type_name intrinsicMichael Goulet-1/+1
2022-10-30All verbosity checks in `PrettyPrinter` now go through `PrettyPrinter::should...Sarthak Singh-17/+17
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-2/+2
2022-10-25Added helper to prevent verbose printing from the `PrettyPrinter` when printi...Sarthak Singh-3/+7
2022-10-23Rollup merge of #103414 - compiler-errors:rpit-print-lt, r=cjgillotMichael Howell-0/+10
2022-10-23Annotate static lifetimes tooMichael Goulet-9/+3
2022-10-23Rollup merge of #103123 - compiler-errors:early-binder-iter, r=cjgillotMatthias Krüger-2/+1
2022-10-22Pretty print lifetimes captured by RPITMichael Goulet-0/+16
2022-10-22Introduce subst_iter and subst_iter_copied on EarlyBinderMichael Goulet-2/+1
2022-10-18change `ConstEvaluatable` to use `ty::Const`lcnr-2/+2
2022-10-14Get rid of `rustc_query_description!`Nilstrieb-1/+10
2022-10-13Print RPITIT verbosely if -ZverboseMichael Goulet-1/+3
2022-10-08Rollup merge of #102514 - b-naber:binder-print-fixes, r=jackh726Michael Howell-12/+63
2022-10-08handle late-bound vars from inner binders correctly and add testb-naber-1/+1
2022-10-03re-name params + add commentsb-naber-10/+16
2022-10-02Avoid ICE in printing RPITIT typeMichael Goulet-1/+1
2022-09-30don't repeat lifetime names from outer binder in printb-naber-12/+57
2022-09-28account for use of index-based lifetime names in print of binderb-naber-4/+10
2022-09-26address reviewb-naber-2/+3
2022-09-26don't duplicate late-bound region names in print of Binderb-naber-27/+53
2022-09-24Auto merge of #102068 - cjgillot:erased-lifetime-print, r=eholkbors-22/+3
2022-09-23Always print '_, even for erased lifetimes.Camille GILLOT-22/+3