| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-06-26 | migrate codebase to `..=` inclusive range patterns | Zack M. Davis | -1/+1 | |
| These were stabilized in March 2018's #47813, and are the Preferred Way to Do It going forward (q.v. #51043). | ||||
| 2016-11-28 | rustc: desugar UFCS as much as possible during HIR lowering. | Eduard Burtescu | -1/+1 | |
| 2016-10-04 | Move pattern resolution checks from typeck to resolve | Vadim Petrochenkov | -1/+1 | |
| Make error messages more precise | ||||
| 2016-07-08 | Rewrite check_pat_enum, split it into check_pat_tuple_struct and check_pat_path | Vadim Petrochenkov | -1/+2 | |
| Update definitions in def_map for associated types written in unqualified form (like `Self::Output`) Cleanup finish_resolving_def_to_ty/resolve_ty_and_def_ufcs Make VariantDef's available through constructor IDs | ||||
| 2016-06-10 | resolve: Rewrite resolve_pattern | Vadim Petrochenkov | -1/+1 | |
| 2016-04-24 | Add tests | Vadim Petrochenkov | -0/+33 | |
