about summary refs log tree commit diff
path: root/compiler/rustc_ast_lowering/src/expr.rs
AgeCommit message (Expand)AuthorLines
2021-01-23Rollup merge of #81249 - cjgillot:issue-79537, r=oli-obkJonas Schievink-13/+18
2021-01-21Add loop head span to hirEsteban Küber-4/+15
2021-01-21Lower closure prototype after its body.Camille GILLOT-13/+18
2021-01-07Reintroduce hir::ExprKind::IfCaio-25/+31
2020-12-17Rollup merge of #79051 - LeSeulArtichaut:if-let-guard, r=matthewjasperYuki Okushi-5/+10
2020-12-06Retain assembly operands span when lowering AST to HIRTomasz Miąsko-6/+4
2020-12-06Introduce if-let guards in the HIRLeSeulArtichaut-5/+10
2020-12-03Combination of commitsRich Kadel-1/+1
2020-11-23Lower `if let` before the arms.Camille GILLOT-2/+2
2020-11-15Rollup merge of #79016 - fanzier:underscore-expressions, r=petrochenkovJonas Schievink-1/+18
2020-11-14Add underscore expressions for destructuring assignmentsFabian Zaiser-1/+18
2020-11-13Reuse vectorDániel Buga-1/+5
2020-11-11Implement destructuring assignment for structs and slicesFabian Zaiser-7/+119
2020-11-07Implement destructuring assignment for tuplesFabian Zaiser-1/+130
2020-10-21Unconditionally capture tokens for attributes.Aaron Hill-3/+5
2020-10-18Auto merge of #78066 - bugadani:wat, r=jonas-schievinkbors-44/+39
2020-10-18Early return to decrease indentationDániel Buga-44/+39
2020-10-16Lower inline const's AST to HIRSantiago Pastorino-2/+3
2020-10-16Parse inline const expressionsSantiago Pastorino-0/+3
2020-10-15Replace target.target with target and target.ptr_width with target.pointer_widthest31-1/+1
2020-10-06Separate bounds and predicates for associated/opaque typesMatthew Jasper-11/+19
2020-09-10use sort_unstable to sort primitive typesMatthias Krüger-2/+3
2020-08-30mv compiler to compiler/mark-0/+1789