]> git.lizzy.rs Git - rust.git/history - crates/hir_ty/src/chalk_ext.rs
Merge #11662
[rust.git] / crates / hir_ty / src / chalk_ext.rs
2022-03-10 bors[bot]Merge #11662
2022-03-09 bors[bot]Merge #11664
2022-03-09 bors[bot]Merge #11660
2022-03-08 hkalbasiinsert dummy values for const generics in subst
2022-03-07 bors[bot]Merge #11445
2022-03-05 bors[bot]Merge #11598
2022-03-05 bors[bot]Merge #11574
2022-03-05 bors[bot]Merge #11623
2022-03-04 bors[bot]Merge #11595
2022-03-04 bors[bot]Merge #11140
2022-03-04 hkalbasiPreserve order of generic args
2022-01-06 bors[bot]Merge #11218
2022-01-03 bors[bot]Merge #11061
2021-12-20 bors[bot]Merge #11028
2021-12-20 bors[bot]Merge #11062
2021-12-19 bors[bot]Merge #11060
2021-12-19 Laurențiu NicolaBump chalk
2021-12-13 bors[bot]Merge #10998
2021-12-11 bors[bot]Merge #10951
2021-12-11 bors[bot]Merge #10987
2021-12-11 bors[bot]Merge #10965
2021-12-11 bors[bot]Merge #10956 #10986
2021-12-11 bors[bot]Merge #10877
2021-12-11 bors[bot]Merge #10985
2021-12-11 bors[bot]Merge #10976
2021-12-10 bors[bot]Merge #10978
2021-12-10 bors[bot]Merge #10981
2021-12-10 Lukas WirthRemove some allocations
2021-12-09 bors[bot]Merge #10972
2021-12-07 bors[bot]Merge #10950
2021-12-07 bors[bot]Merge #10960
2021-12-07 Jonas SchievinkTreat extern blocks as item containers
2021-10-17 bors[bot]Merge #10417
2021-10-14 bors[bot]Merge #10434
2021-10-12 bors[bot]Merge #10423
2021-10-06 bors[bot]Merge #10420
2021-10-06 bors[bot]Merge #10459
2021-10-05 bors[bot]Merge #10447
2021-10-05 bors[bot]Merge #10458
2021-10-05 bors[bot]Merge #10440
2021-10-04 Aramis RazzaghipourReplace `if let` with `match` where appropriate
2021-09-15 bors[bot]Merge #10048
2021-09-08 bors[bot]Merge #10093
2021-09-03 bors[bot]Merge #10130
2021-09-03 bors[bot]Merge #10135
2021-09-03 Lukas Wirthminor: fix some clippy lints
2021-07-12 bors[bot]Merge #9535
2021-07-11 bors[bot]Merge #9567 #9568
2021-07-11 bors[bot]Merge #9449
2021-07-10 bors[bot]Merge #9545
2021-07-09 bors[bot]Merge #9512
2021-07-08 bors[bot]Merge #9536
2021-07-08 Florian DieboldRepresent opaque types with TyKind::OpaqueType
2021-05-22 bors[bot]Merge #8901
2021-05-21 bors[bot]Merge #8856
2021-05-21 Florian DieboldRewrite coercion using the new unification
2021-05-17 bors[bot]Merge #8795
2021-05-11 bors[bot]Merge #8398
2021-05-11 bors[bot]Merge #8800
2021-05-09 bors[bot]Merge #8774
2021-05-08 bors[bot]Merge #8773
2021-05-08 Lukas WirthCorrectly support SelfType when searching for usages
2021-05-03 bors[bot]Merge #8427
2021-04-23 bors[bot]Merge #8317
2021-04-18 bors[bot]Merge #8560
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-08 bors[bot]Merge #8429
2021-04-08 bors[bot]Merge #8433
2021-04-08 Florian DieboldIntern consts & lifetimes
2021-04-08 bors[bot]Merge #8421
2021-04-08 bors[bot]Merge #8422
2021-04-08 bors[bot]Merge #8207
2021-04-07 bors[bot]Merge #8409
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 bors[bot]Merge #8408
2021-04-07 bors[bot]Merge #8388
2021-04-07 bors[bot]Merge #8407
2021-04-07 Florian DieboldMove `equals_ctor` to `TyExt`
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 #8368
2021-04-06 Lukas WirthRemove TyExt::dyn_trait_ref
2021-04-06 Lukas WirthMove Ty accessors to TyExt
2021-04-05 bors[bot]Merge #8356
2021-04-05 Florian DieboldMove ProjectionTy methods to extension trait
2021-04-05 bors[bot]Merge #8352
2021-04-05 bors[bot]Merge #8245
2021-04-05 bors[bot]Merge #8326
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 TyBuilder::unit() and TyExt::is_unit()