]> git.lizzy.rs Git - rust.git/history - crates/hir_ty/src/diagnostics/match_check/deconstruct_pat.rs
internal: Normalize field type after substituting
[rust.git] / crates / hir_ty / src / diagnostics / match_check / deconstruct_pat.rs
2021-12-19 iDawerinternal: Normalize field type after substituting
2021-12-19 iDawerinternal: sync match checking with rust-lang/rust f3162...
2021-12-19 Dawerinternal: Sync match checking algorithm with rustc
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-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-25 bors[bot]Merge #10211
2021-09-24 bors[bot]Merge #10105
2021-09-15 bors[bot]Merge #10048
2021-09-14 bors[bot]Merge #10204
2021-09-13 bors[bot]Merge #10199
2021-09-12 bors[bot]Merge #10213
2021-09-12 DawerImprove resilience of match checking
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-08-21 bors[bot]Merge #9962
2021-08-12 bors[bot]Merge #9807
2021-08-09 bors[bot]Merge #9735
2021-08-05 bors[bot]Merge #9785
2021-08-05 bors[bot]Merge #9790
2021-08-04 bors[bot]Merge #9780
2021-08-04 Jadetree-wide: fix rustdoc warnings, add some links
2021-06-21 bors[bot]Merge #9264
2021-06-17 bors[bot]Merge #9313
2021-06-17 bors[bot]Merge #9315
2021-06-17 Lukas WirthNest all the or-patterns!
2021-06-16 bors[bot]Merge #9258
2021-06-14 bors[bot]Merge #8951
2021-06-14 bors[bot]Merge #9260
2021-06-13 bors[bot]Merge #9244
2021-06-13 bors[bot]Merge #9243
2021-06-13 Aleksey Kladovminor: put a mark back
2021-06-13 bors[bot]Merge #9242
2021-06-13 bors[bot]Merge #9240
2021-06-13 Maan2003clippy::redudant_borrow
2021-06-12 bors[bot]Merge #9233
2021-06-12 Aleksey KladovMove some hir_ty diagnostics to hir
2021-05-31 bors[bot]Merge #8717
2021-05-31 DawerExpand fixme comments
2021-05-31 DawerTake substitutions into account.
2021-05-31 Dawereprint panic context
2021-05-31 DawerBox field detection; test #[non-exhaustive] attribute
2021-05-31 DawerReplace the old match checking algorithm