index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_ast_lowering
/
src
/
expr.rs
Age
Commit message (
Expand
)
Author
Lines
2021-06-10
Add support for using qualified paths with structs in expression and pattern
Ryan Levick
-9
/
+11
2021-05-18
Auto merge of #84767 - scottmcm:try_trait_actual, r=lcnr
bors
-32
/
+26
2021-05-13
Add support for const operands and options to global_asm!
Amanieu d'Antras
-318
/
+3
2021-05-08
Make `Diagnostic::span_fatal` unconditionally raise an error
Joshua Nelson
-3
/
+1
2021-05-06
Actually implement the feature in the compiler
Scott McMurray
-32
/
+26
2021-04-29
Make current_hir_id_owner a simple tuple.
Camille GILLOT
-1
/
+1
2021-04-07
Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkov
Dylan DPC
-3
/
+3
2021-04-06
Use AnonConst for asm! constants
Amanieu d'Antras
-3
/
+3
2021-04-04
Allow clobbering unsupported registers in asm!
Amanieu d'Antras
-32
/
+50
2021-03-17
Auto merge of #83188 - petrochenkov:field, r=lcnr
bors
-14
/
+20
2021-03-16
ast: Reduce size of `ExprKind` by boxing fields of `ExprKind::Struct`
Vadim Petrochenkov
-8
/
+9
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-7
/
+12
2021-03-13
Always lower asm! to valid HIR
Amanieu d'Antras
-45
/
+44
2021-03-09
Use BTreeMap to store attributes.
Camille GILLOT
-9
/
+15
2021-03-09
Remove hir::Expr::attrs.
Camille GILLOT
-22
/
+14
2021-03-09
Remove hir::Param::attrs.
Camille GILLOT
-1
/
+1
2021-03-09
Remove hir::Arm::attrs.
Camille GILLOT
-16
/
+3
2021-03-09
Take a slice in stmt_let_pat.
Camille GILLOT
-3
/
+3
2021-03-09
Collect attributes during HIR lowering.
Camille GILLOT
-9
/
+11
2021-03-07
Remove notes, increase S/N ratio
Esteban Küber
-18
/
+11
2021-03-07
Account for `if (let pat = expr) {}`
Esteban Küber
-2
/
+47
2021-02-25
Auto merge of #82447 - Amanieu:legacy_const_generics, r=oli-obk
bors
-2
/
+56
2021-02-25
Address review comments
Amanieu d'Antras
-40
/
+8
2021-02-23
Add #[rustc_legacy_const_generics]
Amanieu d'Antras
-2
/
+88
2021-02-19
Lower condition of `if` expression before it's "then" block
Esteban Küber
-1
/
+2
2021-02-09
Rename HIR UnOp variants
Ömer Sinan Ağacan
-3
/
+3
2021-01-23
Rollup merge of #81249 - cjgillot:issue-79537, r=oli-obk
Jonas Schievink
-13
/
+18
2021-01-21
Add loop head span to hir
Esteban Küber
-4
/
+15
2021-01-21
Lower closure prototype after its body.
Camille GILLOT
-13
/
+18
2021-01-07
Reintroduce hir::ExprKind::If
Caio
-25
/
+31
2020-12-17
Rollup merge of #79051 - LeSeulArtichaut:if-let-guard, r=matthewjasper
Yuki Okushi
-5
/
+10
2020-12-06
Retain assembly operands span when lowering AST to HIR
Tomasz Miąsko
-6
/
+4
2020-12-06
Introduce if-let guards in the HIR
LeSeulArtichaut
-5
/
+10
2020-12-03
Combination of commits
Rich Kadel
-1
/
+1
2020-11-23
Lower `if let` before the arms.
Camille GILLOT
-2
/
+2
2020-11-15
Rollup merge of #79016 - fanzier:underscore-expressions, r=petrochenkov
Jonas Schievink
-1
/
+18
2020-11-14
Add underscore expressions for destructuring assignments
Fabian Zaiser
-1
/
+18
2020-11-13
Reuse vector
Dániel Buga
-1
/
+5
2020-11-11
Implement destructuring assignment for structs and slices
Fabian Zaiser
-7
/
+119
2020-11-07
Implement destructuring assignment for tuples
Fabian Zaiser
-1
/
+130
2020-10-21
Unconditionally capture tokens for attributes.
Aaron Hill
-3
/
+5
2020-10-18
Auto merge of #78066 - bugadani:wat, r=jonas-schievink
bors
-44
/
+39
2020-10-18
Early return to decrease indentation
Dániel Buga
-44
/
+39
2020-10-16
Lower inline const's AST to HIR
Santiago Pastorino
-2
/
+3
2020-10-16
Parse inline const expressions
Santiago Pastorino
-0
/
+3
2020-10-15
Replace target.target with target and target.ptr_width with target.pointer_width
est31
-1
/
+1
2020-10-06
Separate bounds and predicates for associated/opaque types
Matthew Jasper
-11
/
+19
2020-09-10
use sort_unstable to sort primitive types
Matthias Krüger
-2
/
+3
2020-08-30
mv compiler to compiler/
mark
-0
/
+1789