]> git.lizzy.rs Git - rust.git/history - crates/hir_ty
Update Zulip link and macro privacy statement
[rust.git] / crates / hir_ty /
2021-04-06 bors[bot]Merge #8379
2021-04-06 bors[bot]Merge #8380
2021-04-06 Jonas Schievinkinfer: remove `record_pat_field_resolutions` field
2021-04-06 bors[bot]Merge #8371
2021-04-06 bors[bot]Merge #8376
2021-04-06 Jonas Schievinkinfer: remove `record_field_resolutions` field
2021-04-06 bors[bot]Merge #8375
2021-04-06 bors[bot]Merge #8364
2021-04-06 bors[bot]Merge #8368
2021-04-06 Alexandru MacoveiUse Box'es to reduce the size of hir_def::expr::Pat...
2021-04-06 Alexandru MacoveiUse Box'es to reduce size of hir_def::expr::Expr from...
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 Lukas WirthRemove TyExt::dyn_trait_ref
2021-04-06 Lukas WirthMove Ty accessors to TyExt
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 WirthUse a constructor function for Static lifetimes
2021-04-06 Lukas WirthAlways use Static lifetimes in chalk mapping
2021-04-06 Lukas WirthAdd Lifetime to DynTy
2021-04-06 Lukas WirthAdd Lifetime to TyKind::Ref
2021-04-05 bors[bot]Merge #8360
2021-04-05 Florian DieboldFix shifting of binders in FnPointer
2021-04-05 bors[bot]Merge #8358
2021-04-05 Florian DieboldAlign FnPointer with Chalk
2021-04-05 bors[bot]Merge #8356
2021-04-05 Florian DieboldSubstitution::prefix -> subst_prefix
2021-04-05 Florian DieboldGet rid of Substitution::suffix
2021-04-05 Florian DieboldRemove some unused methods, move some to types.rs
2021-04-05 Florian DieboldBinders::wrap_empty -> wrap_empty_binders
2021-04-05 Florian DieboldSubstitution::single -> from1
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 #8351
2021-04-05 Jonas SchievinkUse more assoc. type aliases in the chalk interner
2021-04-05 bors[bot]Merge #8350
2021-04-05 bors[bot]Merge #8348
2021-04-05 Florian DieboldRename shift_bound_vars{_out} to align with Chalk
2021-04-05 Florian DieboldGet rid of subst_bound_vars uses
2021-04-05 Florian DieboldGet rid of some walk_mut uses
2021-04-05 Florian DieboldAdd Interner parameter to Binders::substitute
2021-04-05 Florian DieboldBinders::subst -> substitute
2021-04-05 Florian DieboldUse VariableKinds in Binders
2021-04-05 Florian DieboldHide Binders internals more
2021-04-05 bors[bot]Merge #8347
2021-04-05 bors[bot]Merge #8346
2021-04-05 kjeremyUse arrayvec 0.7 to avoid perf regression in 0.6.1
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-05 bors[bot]Merge #8334
2021-04-05 Jonas SchievinkIntern `GenericParams`
2021-04-05 Jonas SchievinkIntern more `TypeRef`s in generics
2021-04-04 bors[bot]Merge #8328
2021-04-04 Florian DieboldMove things from `traits` module to `types` as well
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 DieboldAdd comment
2021-04-04 Florian DieboldReplace Substitution::type_params
2021-04-04 Florian DieboldReplace Substitution::bound_vars and ::type_params_for_...
2021-04-04 Florian DieboldMove TyBuilder to its own module
2021-04-04 Florian DieboldReplace last uses of SubstsBuilder by TyBuilder
2021-04-04 Florian DieboldRemove CallableSig::from_substs
2021-04-04 Florian DieboldUse TyBuilder in another place
2021-04-04 Florian DieboldSome more TyBuilder use
2021-04-04 Florian DieboldReplace remaining uses of Substitution::build_for_def
2021-04-04 Florian DieboldMore TyBuilder use
2021-04-04 Florian DieboldMore TyBuilder use
2021-04-04 Florian DieboldAdd and start using TraitRef and ProjectionTy builders
2021-04-04 Florian DieboldMove Ty::builtin to TyBuilder
2021-04-04 Florian DieboldAdd TyBuilder::adt
2021-04-04 Florian DieboldMove Ty::fn_ptr to TyBuilder
2021-04-04 Florian DieboldAdd TyBuilder::unit() and TyExt::is_unit()
2021-04-04 Florian DieboldAdd TyBuilder
2021-04-04 bors[bot]Merge #8322
2021-04-04 Jonas SchievinkAccess a body's block def maps via a method
2021-04-03 bors[bot]Merge #8315
2021-04-03 Jonas SchievinkUse bitflags to compress function properties
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-04-02 bors[bot]Merge #8284
2021-04-02 bors[bot]Merge #8291
2021-04-02 bors[bot]Merge #8287
2021-04-02 Lukas WirthDon't allocate in `associated_type_shorthand_candidates`
2021-04-02 bors[bot]Merge #8294
2021-04-02 Aleksey Kladovminor: add profile call for resolve_obligations
next