]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-04-06 bors[bot]Merge #8368
2021-04-06 bors[bot]Merge #8355
2021-04-06 Aleksey KladovSacrifice for the semicolon god
2021-04-06 Aleksey KladovMore robust status notifications
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 Aleksey KladovPrepare for more stateless status reporting
2021-04-06 Aleksey KladovUse autoreload config to gate execution rather that...
2021-04-06 Lukas WirthAdd chalk_ir::Const to TyKind::Array
2021-04-06 Aleksey KladovAvoid duplicate `cargo check`s
2021-04-06 Aleksey KladovImprove readability
2021-04-06 Aleksey Kladovinternal: do not drop errors from cargo metadata/check
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 BrandonRemove dead legacy macro expansion code
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 Aleksey Kladovinternal: prepare to store OpQueue results in the queue...
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 Jonas Schievink`Interned<T>`: Only hash the pointer
2021-04-05 Jonas SchievinkMake `impl_internable!` macro public
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 Aleksey Kladovinternal: document hypothetical completion problem
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 #8339
2021-04-05 Aleksey Kladovfix: extract variable works in guards
2021-04-05 bors[bot]Merge #8326
2021-04-05 bors[bot]Merge #8337
2021-04-05 Aleksey Kladovinternal: explain "extract if condition" refactoring
2021-04-05 bors[bot]Merge #8334
2021-04-05 Jonas Schievinksimplify visibility.rs
2021-04-05 Jonas SchievinkIntern `GenericParams`
2021-04-05 Jonas SchievinkAdd `GenericParams::shrink_to_fit`
2021-04-05 Jonas SchievinkIntern more `TypeRef`s in generics
2021-04-04 bors[bot]Merge #8333
2021-04-04 Jonas Schievinkanalysis-stats: allow skipping type inference
2021-04-04 bors[bot]Merge #8332
2021-04-04 Jonas SchievinkError when `rustfmt` component is unavailable
2021-04-04 bors[bot]Merge #8329
2021-04-04 simdocs: Fix moveItem method name
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 Aleksey KladovCheck if bitflags deps pulls its weight
2021-04-04 bors[bot]Merge #8324
next