about summary refs log tree commit diff
path: root/compiler/rustc_hir/src/pat_util.rs
AgeCommit message (Expand)AuthorLines
2023-04-03Perform match checking on THIR.Camille GILLOT-11/+0
2022-12-10compiler: remove unnecessary imports and qualified pathsKaDiWa-1/+1
2022-11-23`random::<Improve<Mutability>>()`Maybe Waffle-4/+1
2022-09-08Introduce `DotDotPos`.Nicholas Nethercote-3/+3
2022-09-02Refactor and re-use BindingAnnotationCameron Steffen-9/+4
2022-07-20Remove unused StableMap and StableSet types from rustc_data_structuresMichael Woerister-1/+1
2021-11-21Simplify for loop desugarCameron Steffen-0/+11
2021-04-03Auto merge of #83599 - jyn514:unorderable, r=Aaron1011bors-2/+5
2021-03-28Avoid sorting by DefId for `necessary_variants()`Joshua Nelson-2/+5
2021-03-27Remove (lots of) dead codeJoshua Nelson-20/+0
2020-10-30Fix even more clippy warningsJoshua Nelson-4/+1
2020-10-14Remove unused code from rustc_hirest31-28/+0
2020-08-30mv compiler to compiler/mark-0/+194