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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_ast_lowering
/
src
Age
Commit message (
Expand
)
Author
Lines
2021-03-13
Rollup merge of #82984 - camsteffen:lower-block, r=cjgillot
Yuki Okushi
-20
/
+6
2021-03-12
Make def_key and HIR parenting consistent.
Camille GILLOT
-21
/
+28
2021-03-10
Simplify lower ast block
Cameron Steffen
-20
/
+6
2021-03-10
Auto merge of #76570 - cratelyn:implement-rfc-2945-c-unwind-abi, r=Amanieu
bors
-4
/
+4
2021-03-09
rustc_target: add "unwind" payloads to `Abi`
katelyn a. martin
-4
/
+4
2021-03-09
Use BTreeMap to store attributes.
Camille GILLOT
-30
/
+60
2021-03-09
Alias attributes of hir::Stmt.
Camille GILLOT
-5
/
+17
2021-03-09
Remove hir::Expr::attrs.
Camille GILLOT
-24
/
+16
2021-03-09
Remove hir::Item::attrs.
Camille GILLOT
-4
/
+1
2021-03-09
Remove hir::ImplItem::attrs.
Camille GILLOT
-1
/
+1
2021-03-09
Remove hir::TraitItem::attrs.
Camille GILLOT
-8
/
+2
2021-03-09
Remove hir::ForeignItem::attrs.
Camille GILLOT
-1
/
+1
2021-03-09
Remove hir::StructField::attrs.
Camille GILLOT
-1
/
+1
2021-03-09
Remove hir::Variant::attrs.
Camille GILLOT
-1
/
+1
2021-03-09
Remove hir::Param::attrs.
Camille GILLOT
-3
/
+2
2021-03-09
Remove hir::Arm::attrs.
Camille GILLOT
-16
/
+3
2021-03-09
Remove hir::Crate::attrs.
Camille GILLOT
-2
/
+2
2021-03-09
Remove hir::MacroDef::attrs.
Camille GILLOT
-2
/
+1
2021-03-09
Remove hir::GenericParam::attrs.
Camille GILLOT
-4
/
+1
2021-03-09
Remove hir::Local::attrs.
Camille GILLOT
-12
/
+2
2021-03-09
Take a slice in stmt_let_pat.
Camille GILLOT
-9
/
+16
2021-03-09
Collect attributes during HIR lowering.
Camille GILLOT
-53
/
+89
2021-03-08
Rollup merge of #82854 - estebank:issue-82827, r=oli-obk
Mara Bos
-2
/
+40
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-03-06
Edit ructc_ast_lowering docs
pierwill
-7
/
+9
2021-02-25
Auto merge of #82447 - Amanieu:legacy_const_generics, r=oli-obk
bors
-2
/
+58
2021-02-25
Add a cache for rustc_legacy_const_generics
Amanieu d'Antras
-1
/
+1
2021-02-25
Address review comments
Amanieu d'Antras
-51
/
+9
2021-02-24
TODO -> FIXME
Amanieu d'Antras
-1
/
+1
2021-02-23
Add #[rustc_legacy_const_generics]
Amanieu d'Antras
-2
/
+100
2021-02-23
Rollup merge of #82308 - estebank:issue-82290, r=lcnr
Dylan DPC
-1
/
+2
2021-02-19
Lower condition of `if` expression before it's "then" block
Esteban Küber
-1
/
+2
2021-02-18
ast: Keep expansion status for out-of-line module items
Vadim Petrochenkov
-1
/
+6
2021-02-18
ast: Stop using `Mod` in `Crate`
Vadim Petrochenkov
-37
/
+24
2021-02-16
Auto merge of #81611 - cjgillot:meowner, r=estebank
bors
-51
/
+57
2021-02-16
avoid full-slicing slices
Matthias Krüger
-1
/
+1
2021-02-15
Trait impls are Items, therefore HIR owners.
Camille GILLOT
-6
/
+4
2021-02-15
Only store a LocalDefId in hir::MacroDef.
Camille GILLOT
-2
/
+2
2021-02-15
Index Modules using their LocalDefId.
Camille GILLOT
-8
/
+8
2021-02-15
Only store a LocalDefId in hir::ForeignItem.
Camille GILLOT
-3
/
+3
2021-02-15
Only store a LocalDefId in hir::ImplItem.
Camille GILLOT
-3
/
+3
2021-02-15
Only store a LocalDefId in hir::TraitItem.
Camille GILLOT
-3
/
+3
2021-02-15
Only store a LocalDefId in hir::Item.
Camille GILLOT
-22
/
+28
2021-02-15
Use ItemId as a strongly typed index.
Camille GILLOT
-5
/
+7
2021-02-09
Rename HIR UnOp variants
Ömer Sinan Ağacan
-3
/
+3
2021-02-04
lowering of generic args in AssocTyConstraint
b-naber
-9
/
+37
2021-02-02
Auto merge of #81405 - bugadani:ast, r=cjgillot
bors
-20
/
+29
2021-02-02
Bump rustfmt version
Mark Rousskov
-1
/
+3
2021-02-01
Box the biggest ast::ItemKind variants
Dániel Buga
-20
/
+29
[prev]
[next]