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
/
src
/
librustc_front
/
lowering.rs
Age
Commit message (
Expand
)
Author
Lines
2016-02-16
Split PatKind::Enum into PatKind::TupleStruct and PatKind::Path
Vadim Petrochenkov
-3
/
+7
2016-02-14
Rename hir::Pat_ and its variants
Vadim Petrochenkov
-16
/
+16
2016-02-13
Split ast::PatKind::Enum into tuple struct and path patterns
Vadim Petrochenkov
-1
/
+4
2016-02-13
Rename ast::Pat_ and its variants
Vadim Petrochenkov
-12
/
+14
2016-02-11
[breaking-change] don't glob export ast::PathListItem_ variants
Oliver 'ker' Schneider
-18
/
+18
2016-02-11
[breaking-change] don't glob export ast::Visibility variants
Oliver 'ker' Schneider
-2
/
+2
2016-02-11
[breaking-change] don't glob export ast::TraitItemKind variants
Oliver 'ker' Schneider
-3
/
+3
2016-02-11
[breaking-change] don't glob export ast::Mutablity variants
Oliver 'ker' Schneider
-2
/
+2
2016-02-11
[breaking-change] don't glob export ast::Item_ variants
Oliver 'ker' Schneider
-16
/
+16
2016-02-11
[breaking-change] don't glob export ast::ForeignItem_ variants
Oliver 'ker' Schneider
-2
/
+2
2016-02-11
[breaking-change] don't pub export ast::Stmt_ variants
Oliver Schneider
-4
/
+4
2016-02-11
[breaking-change] don't pub export ast::Ty_ variants
Oliver Schneider
-13
/
+14
2016-02-11
[breaking-change] don't glob export ast::Expr_ variants
Oliver Schneider
-37
/
+37
2016-02-11
[breaking-change] don't glob export ast::ExplicitSelf_ variants
Oliver Schneider
-5
/
+5
2016-02-11
[breaking-change] don't glob export ast::Decl_ variants
Oliver Schneider
-2
/
+2
2016-02-11
[breaking-change] don't glob export ast::CaptureClause variants
Oliver Schneider
-3
/
+3
2016-02-11
[breaking-change] don't glob export ast::BlockCheckMode variants
Oliver Schneider
-2
/
+2
2016-02-11
[breaking-change] don't glob import ast::FunctionRetTy variants
Oliver Schneider
-3
/
+3
2016-02-11
[breaking-change] don't glob export ast::BinOp_
Oliver Schneider
-18
/
+18
2016-02-11
[breaking-change] don't glob export ast::UnOp variants
Oliver Schneider
-3
/
+3
2016-01-20
Fix a bug with caching ids in the HIR lowering with nested lowered nodes
Nick Cameron
-52
/
+61
2015-12-22
Stop re-exporting PathParameters's variants.
Ms2ger
-2
/
+2
2015-12-21
Auto merge of #30460 - Ms2ger:BindingMode, r=alexcrichton
bors
-2
/
+2
2015-12-20
Auto merge of #30470 - petrochenkov:owned5, r=nrc
bors
-7
/
+7
2015-12-20
Stop re-exporting the ast::BindingMode variants.
Ms2ger
-2
/
+2
2015-12-19
Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakis
bors
-0
/
+4
2015-12-19
Improve OwnedSlice and use it in HIR
Vadim Petrochenkov
-7
/
+7
2015-12-18
Auto merge of #30374 - durka:issue-30371, r=alexcrichton
bors
-2
/
+3
2015-12-18
Abstract away differences between Vec and ptr::P in HIR
Vadim Petrochenkov
-57
/
+61
2015-12-18
Deprecate name `OwnedSlice` and don't use it
Vadim Petrochenkov
-7
/
+6
2015-12-16
Add ExprType to HIR and make everything compile
Vadim Petrochenkov
-0
/
+4
2015-12-14
evade unused_variables lint in for-loop desugaring
Alex Burka
-2
/
+3
2015-12-14
Auto merge of #29735 - Amanieu:asm_indirect_constraint, r=pnkfelix
bors
-2
/
+7
2015-12-09
Auto merge of #30145 - petrochenkov:hyg, r=nrc
bors
-30
/
+57
2015-12-07
Remove some unnecessary indirection from HIR structures
Vadim Petrochenkov
-28
/
+28
2015-12-05
Use a struct instead of a tuple for inline asm output operands
Amanieu d'Antras
-2
/
+7
2015-12-05
Add proper support for indirect output constraints in inline asm
Amanieu d'Antras
-2
/
+2
2015-12-05
Do MTWT resolution during lowering to HIR
Vadim Petrochenkov
-30
/
+57
2015-11-26
Rebase fixup for lower.rs
Marvin Löbel
-36
/
+54
2015-11-26
Moved and refactored ThinAttributes
Marvin Löbel
-2
/
+2
2015-11-26
Add syntax support for attributes on expressions and all syntax
Marvin Löbel
-21
/
+44
2015-11-18
Change to a BTreeMap rather than sorting the keys of a FnvHashMap.
Niko Matsakis
-4
/
+3
2015-11-18
Refactor the HIR so that items are stored in a map in the `Crate`,
Niko Matsakis
-7
/
+26
2015-11-18
refactorings of `lowering` that make it more amenable to using `&mut`
Niko Matsakis
-290
/
+295
2015-11-18
rename `_lctx` to `lctx` where appropriate
Niko Matsakis
-209
/
+210
2015-11-17
Auto merge of #29766 - oli-obk:impl_item, r=nikomatsakis
bors
-6
/
+6
2015-11-16
Remove `TyParen` from HIR
Vadim Petrochenkov
-1
/
+3
2015-11-16
rename `ast::ImplItem_::*ImplItem` to `ast::ImplItemKind::*`
Oliver Schneider
-4
/
+4
2015-11-16
ImplItem_ -> ImplItemKind rename
Oliver Schneider
-3
/
+3
2015-11-16
rename ImplItem_::*ImplItem to ImplItem_::*
Oliver Schneider
-3
/
+3
[next]