]> git.lizzy.rs Git - rust.git/history - crates/hir_ty/src/display.rs
hir_ty: Expand macros at type position
[rust.git] / crates / hir_ty / src / display.rs
2021-04-17 cynecxhir_ty: Expand macros at type position
2021-04-13 bors[bot]Merge #8432
2021-04-13 bors[bot]Merge #8354
2021-04-13 bors[bot]Merge #8415
2021-04-10 bors[bot]Merge #8436
2021-04-10 bors[bot]Merge #8410
2021-04-09 bors[bot]Merge #8450
2021-04-09 bors[bot]Merge #8443 #8446
2021-04-09 bors[bot]Merge #8445
2021-04-09 Florian DieboldMore cleanups / module docs
2021-04-09 Florian DieboldMove ToChalk -> mapping
2021-04-09 Florian DieboldReorganize hir_ty modules
2021-04-08 bors[bot]Merge #8429
2021-04-08 bors[bot]Merge #8433
2021-04-08 Florian DieboldIntern Substitutions
2021-04-08 bors[bot]Merge #8421
2021-04-08 bors[bot]Merge #8419 #8423
2021-04-08 bors[bot]Merge #8422
2021-04-08 Florian DieboldFix missing match arms
2021-04-08 bors[bot]Merge #8207
2021-04-07 bors[bot]Merge #8409
2021-04-07 Florian DieboldFix return type of Substitution::interned
2021-04-07 Florian DieboldFix return type of `self_type_parameter`
2021-04-07 Florian DieboldMove hir_trait_id to extension trait
2021-04-07 Florian DieboldChange TraitRef::hir_fmt_ext to free-standing function
2021-04-06 bors[bot]Merge #8379
2021-04-06 bors[bot]Merge #8371
2021-04-06 bors[bot]Merge #8375
2021-04-06 bors[bot]Merge #8364
2021-04-06 bors[bot]Merge #8355
2021-04-06 Lukas WirthPanic when creating a HirDisplayWrapper with DisplayTar...
2021-04-06 Lukas WirthDon't use HirDisplayWrapper when displaying SourceCode
2021-04-06 bors[bot]Merge #8366
2021-04-06 Lukas WirthAdd chalk_ir::Const to TyKind::Array
2021-04-06 bors[bot]Merge #8359
2021-04-06 Lukas WirthAdd Lifetime to TyKind::Ref
2021-04-05 bors[bot]Merge #8356
2021-04-05 Florian DieboldSubstitution::prefix -> subst_prefix
2021-04-05 Florian DieboldMove ProjectionTy methods to extension trait
2021-04-05 bors[bot]Merge #8353
2021-04-05 bors[bot]Merge #8352
2021-04-05 Lukas WirthReplace unused hir_ty::Lifetime with chalk equivalents
2021-04-05 bors[bot]Merge #8350
2021-04-05 bors[bot]Merge #8348
2021-04-05 Florian DieboldAdd Interner parameter to Binders::substitute
2021-04-05 Florian DieboldBinders::subst -> substitute
2021-04-05 Florian DieboldHide Binders internals more
2021-04-05 bors[bot]Merge #8347
2021-04-05 bors[bot]Merge #8344
2021-04-05 Laurențiu NicolaPass interner to TraitRef::self_type_parameter
2021-04-05 Laurențiu NicolaPass interner to ProjectionTy::self_type_parameter
2021-04-05 bors[bot]Merge #8343
2021-04-05 bors[bot]Merge #8342
2021-04-05 Laurențiu NicolaRename TyKind::ForeignType to Foreign
2021-04-05 Laurențiu NicolaRename TyKind::Unknown to Error
2021-04-05 bors[bot]Merge #8245
2021-04-05 bors[bot]Merge #8326
2021-04-04 bors[bot]Merge #8328
2021-04-04 Florian DieboldMove things in hir_ty into submodules
2021-04-04 bors[bot]Merge #8325
2021-04-04 bors[bot]Merge #8295
2021-04-04 bors[bot]Merge #8327
2021-04-04 Florian DieboldReplace Substitution::type_params
2021-04-04 Florian DieboldReplace Substitution::bound_vars and ::type_params_for_...
2021-04-04 Florian DieboldAdd TyBuilder::unit() and TyExt::is_unit()
2021-04-03 bors[bot]Merge #8310
2021-04-03 Florian DieboldRename Ty::interned to Ty::kind
2021-04-03 bors[bot]Merge #8309
2021-04-03 Florian DieboldIntroduce `GenericArg` like in Chalk
2021-03-27 bors[bot]Merge #8201
2021-03-25 bors[bot]Merge #8200
2021-03-25 Laurențiu NicolaUse arrayvec 0.6
2021-03-24 bors[bot]Merge #7907
2021-03-23 bors[bot]Merge #8142
2021-03-22 bors[bot]Merge #8141
2021-03-22 bors[bot]Merge #8054
2021-03-22 bors[bot]Merge #8144
2021-03-22 bors[bot]Merge #8136 #8146
2021-03-22 hi-rustinbail out early for source code closures
2021-03-21 bors[bot]Merge #8137
2021-03-21 bors[bot]Merge #8134
2021-03-21 Florian DieboldUse QuantifiedWhereClause in generic_predicates as...
2021-03-21 Florian DieboldIntroduce QuantifiedWhereClause and DynTy analogous...
2021-03-21 bors[bot]Merge #8133
2021-03-21 Florian DieboldIgnore type bindings in generic_predicates_for_param
2021-03-20 bors[bot]Merge #8119
2021-03-20 bors[bot]Merge #8117
2021-03-20 Florian DieboldTurn Obligation into something similar to chalk_ir...
2021-03-20 bors[bot]Merge #8116
2021-03-20 Florian DieboldRemove WhereClause::Error
2021-03-20 bors[bot]Merge #8115
2021-03-20 Florian DieboldRename GenericPredicate -> WhereClause
2021-03-19 bors[bot]Merge #8097
2021-03-19 bors[bot]Merge #8101
2021-03-19 Lukas WirthReplace Projection variant in GenericPredicate with...
2021-03-18 bors[bot]Merge #8095
2021-03-18 bors[bot]Merge #8096
2021-03-18 Florian DieboldChalkify TraitRef
2021-03-17 bors[bot]Merge #8059
2021-03-17 bors[bot]Merge #8048
next