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
/
src
/
librustc
/
hir
/
lowering
/
item.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-31
librustc_ast_lowering: move the files.
Mazdak Farrokhzad
-1440
/
+0
2019-12-30
Enlarge smallvec.
Camille GILLOT
-1
/
+1
2019-12-30
Reduce allocations.
Camille GILLOT
-1
/
+1
2019-12-30
Duplicate allocations in lowering.
Camille GILLOT
-3
/
+3
2019-12-30
Avoid a few allocations.
Camille GILLOT
-1
/
+1
2019-12-30
Allocate inside lower_path_extra.
Camille GILLOT
-17
/
+7
2019-12-30
Retire HirVec.
Camille GILLOT
-9
/
+7
2019-12-30
Remove HirVec from Generics.
Camille GILLOT
-11
/
+35
2019-12-27
Lowering for hir::Ty.
Camille GILLOT
-49
/
+32
2019-12-27
Syntax for hir::Ty.
Camille GILLOT
-10
/
+10
2019-12-27
Use Arena inside hir::TraitMethod.
Camille GILLOT
-0
/
+1
2019-12-27
Use Arena inside hir::FnSig.
Camille GILLOT
-1
/
+3
2019-12-26
Remove some type information.
Camille GILLOT
-2
/
+4
2019-12-26
Fewer calls to arena.alloc.
Camille GILLOT
-3
/
+3
2019-12-26
Lowering for hir::Expr.
Camille GILLOT
-11
/
+18
2019-12-26
Syntax for hir::Expr.
Camille GILLOT
-8
/
+12
2019-12-22
Format the world
Mark Rousskov
-351
/
+251
2019-12-21
Tidy.
Camille GILLOT
-19
/
+32
2019-12-21
Use Arena inside hir::Body.
Camille GILLOT
-7
/
+10
2019-12-21
Use Arena inside hir::Mod.
Camille GILLOT
-2
/
+2
2019-12-21
Use Arena inside hir::StructField.
Camille GILLOT
-4
/
+5
2019-12-21
Use Arena inside hir::EnumDef.
Camille GILLOT
-8
/
+10
2019-12-21
Use Arena inside hir::ImplItem.
Camille GILLOT
-4
/
+6
2019-12-21
Use Arena inside hir::TraitItem.
Camille GILLOT
-6
/
+7
2019-12-21
Use Arena inside hir::ForeignItem.
Camille GILLOT
-7
/
+8
2019-12-21
Handle Attributes in arena.
Camille GILLOT
-7
/
+7
2019-12-21
Use Arena inside hir::Item.
Camille GILLOT
-34
/
+37
2019-12-21
Use Arena inside hir::Crate.
Camille GILLOT
-13
/
+13
2019-12-20
introduce 'type AttrVec'
Mazdak Farrokhzad
-7
/
+6
2019-12-12
make visitor uses more robust
Mazdak Farrokhzad
-2
/
+2
2019-12-12
`AssocImplKind::{Method -> Fn}`.
Mazdak Farrokhzad
-5
/
+5
2019-12-12
Remove `ast::{Impl,Trait}{Item,ItemKind}`.
Mazdak Farrokhzad
-23
/
+23
2019-12-12
Unify associated item visitor.
Mazdak Farrokhzad
-2
/
+2
2019-12-12
Unify `{Trait,Impl}ItemKind::TyAlias` structures.
Mazdak Farrokhzad
-8
/
+16
2019-12-12
`TraitItemKind::Type` -> `TraitItemKind::TyAlias`.
Mazdak Farrokhzad
-2
/
+2
2019-12-12
Use `Option` in `ImplItemKind::Method`.
Mazdak Farrokhzad
-23
/
+48
2019-12-12
Use `Option` in `ImplItemKind::Const`.
Mazdak Farrokhzad
-1
/
+7
2019-12-02
syntax: Use `ast::MacArgs` for macro definitions
Vadim Petrochenkov
-1
/
+1
2019-11-16
ast: Keep string literals in ABIs precisely
Vadim Petrochenkov
-3
/
+3
2019-11-16
ast: Keep `extern` qualifiers in functions more precisely
Vadim Petrochenkov
-2
/
+10
2019-11-15
Rollup merge of #66197 - Centril:transparent-ast, r=varkor
Tyler Mandry
-27
/
+35
2019-11-14
TAIT: use hack in ->HIR to avoid more changes
Mazdak Farrokhzad
-27
/
+35
2019-11-14
Update to use new librustc_error_codes library
Guillaume Gomez
-0
/
+2
2019-11-11
Auto merge of #66252 - cjgillot:trees, r=oli-obk
bors
-37
/
+9
2019-11-10
Merge hir::ImplPolarity into ast::ImplPolarity.
Camille GILLOT
-8
/
+1
2019-11-10
Merge hir::IsAuto into ast::IsAuto.
Camille GILLOT
-8
/
+1
2019-11-10
Merge hir::Unsafety into ast::Unsafety.
Camille GILLOT
-10
/
+3
2019-11-10
Merge hir::Constness into ast::Constness.
Camille GILLOT
-9
/
+2
2019-11-10
Merge hir::Mutability into ast::Mutability.
Camille GILLOT
-2
/
+2
2019-11-09
Move next_node_id to Resolver
Mark Rousskov
-2
/
+2
[next]