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
2015-10-25
syntax/rustc_front: Simplify VariantData::fields
Vadim Petrochenkov
-5
/
+5
2015-10-15
Auto merge of #28980 - nrc:unsafe-macros, r=@pnkfelix
bors
-2
/
+0
2015-10-13
Merge VariantData and VariantData_
Vadim Petrochenkov
-12
/
+9
2015-10-13
Fix rebase 2
Vadim Petrochenkov
-4
/
+6
2015-10-13
Merge struct fields and struct kind
Vadim Petrochenkov
-5
/
+8
2015-10-13
Dict -> Struct, StructDef -> VariantData, def -> data
Vadim Petrochenkov
-4
/
+4
2015-10-13
Remove now redundant NodeId from Variant
Vadim Petrochenkov
-1
/
+0
2015-10-13
Decouple structure kinds from NodeIds
Vadim Petrochenkov
-1
/
+6
2015-10-13
Unify structures and enum variants in HIR
Vadim Petrochenkov
-10
/
+2
2015-10-13
Unify structures and enum variants in AST
Vadim Petrochenkov
-15
/
+7
2015-10-12
Remove the push_unsafe! and pop_unsafe! macros.
Nick Cameron
-2
/
+0
2015-10-12
Properly set the MatchSource for for loops
Nick Cameron
-3
/
+8
2015-10-09
review comments
Nick Cameron
-14
/
+154
2015-10-09
rustfmt'ing
Nick Cameron
-554
/
+660
2015-10-09
Misc fixups
Nick Cameron
-8
/
+10
2015-10-09
Add a comment
Nick Cameron
-1
/
+50
2015-10-09
Some cleanup of no longer used AST things
Nick Cameron
-14
/
+3
2015-10-09
Cache ids between lowering runs
Nick Cameron
-12
/
+71
2015-10-09
Fix stability
Nick Cameron
-22
/
+46
2015-10-09
Move placement in desugaring to lowering
Nick Cameron
-3
/
+103
2015-10-09
if let and while let
Nick Cameron
-19
/
+150
2015-10-09
Move `for` loop desugaring to lowering
Nick Cameron
-54
/
+344
2015-10-09
Add a lowering context
Nick Cameron
-442
/
+448
2015-10-06
rustfmt librustc_front
Nick Cameron
-240
/
+280
2015-09-24
Remove the deprecated box(PLACE) syntax.
Eduard Burtescu
-3
/
+3
2015-09-22
Use Names in the remaining HIR structures with exception of...
Vadim Petrochenkov
-8
/
+8
2015-09-22
Use Names in path fragments and MacroDef
Vadim Petrochenkov
-6
/
+9
2015-09-22
Use Names in hir::{Field, ExprMethodCall, ExprField}
Vadim Petrochenkov
-4
/
+7
2015-09-22
Use Names in HIR Items
Vadim Petrochenkov
-4
/
+4
2015-09-21
Remove hir::AsmDialect in favour of ast::AsmDialect.
Ms2ger
-8
/
+1
2015-09-18
Auto merge of #28442 - nagisa:remove-enum-vis-field, r=alexcrichton
bors
-1
/
+0
2015-09-17
Remove Visibility field from enum variants
Simonas Kazlauskas
-1
/
+0
2015-09-17
Remove hir::ExprParen
Nick Cameron
-1
/
+3
2015-09-16
Use ast attributes every where (remove HIR attributes).
Nick Cameron
-217
/
+12
2015-09-03
Use consistent terminology for byte string literals
Vadim Petrochenkov
-2
/
+2
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-0
/
+1133