| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2022-02-17 | Add more information to `impl Trait` deny error | Michael Goulet | -3/+5 | |
| 2022-01-01 | Move `PatKind::Lit` checking from ast_validation to ast lowering | Aaron Hill | -3/+34 | |
| Fixes #92074 This allows us to insert an `ExprKind::Err` when an invalid expression is used in a literal pattern, preventing later stages of compilation from seeing an unexpected literal pattern. | ||||
| 2021-08-29 | ast_lowering: Introduce `lower_span` for catching all spans entering HIR | Vadim Petrochenkov | -6/+6 | |
| 2021-07-15 | Remove refs from pat slices | Cameron Steffen | -12/+16 | |
| 2021-06-10 | Add support for using qualified paths with structs in expression and pattern | Ryan Levick | -4/+4 | |
| position. | ||||
| 2021-03-16 | ast/hir: Rename field-related structures | Vadim Petrochenkov | -1/+1 | |
| StructField -> FieldDef ("field definition") Field -> ExprField ("expression field", not "field expression") FieldPat -> PatField ("pattern field", not "field pattern") Also rename visiting and other methods working on them. | ||||
| 2020-11-07 | Implement destructuring assignment for tuples | Fabian Zaiser | -2/+7 | |
| Co-authored-by: varkor <github@varkor.com> | ||||
| 2020-10-24 | Loop instead of recursion | Dániel Buga | -71/+79 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+300 | |
