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
/
visit.rs
Age
Commit message (
Expand
)
Author
Lines
2015-10-16
Provide span for visit_enum_def
Vadim Petrochenkov
-5
/
+3
2015-10-13
Merge struct fields and struct kind
Vadim Petrochenkov
-1
/
+1
2015-10-13
Dict -> Struct, StructDef -> VariantData, def -> data
Vadim Petrochenkov
-4
/
+4
2015-10-13
Provide span for visit_struct_def + remove some dead code
Vadim Petrochenkov
-3
/
+6
2015-10-13
Remove now redundant NodeId from Variant
Vadim Petrochenkov
-12
/
+13
2015-10-13
Unify structures and enum variants in HIR
Vadim Petrochenkov
-14
/
+1
2015-10-06
rustfmt librustc_front
Nick Cameron
-51
/
+90
2015-09-29
Restore `if let`s replaced with `for`s
Vadim Petrochenkov
-3
/
+3
2015-09-29
Fill in some missing parts in the default HIR visitor
Vadim Petrochenkov
-314
/
+220
2015-09-24
Remove the deprecated box(PLACE) syntax.
Eduard Burtescu
-2
/
+1
2015-09-22
Fix rebase
Vadim Petrochenkov
-1
/
+1
2015-09-22
Restore `fold_ident` and `visit_ident`
Vadim Petrochenkov
-3
/
+8
2015-09-22
Use Names in the remaining HIR structures with exception of...
Vadim Petrochenkov
-5
/
+5
2015-09-22
Use Names in HIR Items
Vadim Petrochenkov
-9
/
+9
2015-09-22
Use Names in HIR visitors and folders
Vadim Petrochenkov
-24
/
+22
2015-09-17
Resolve prefix in imports with empty braces
Vadim Petrochenkov
-2
/
+1
2015-09-17
Workaround for imports with empty braces
Vadim Petrochenkov
-2
/
+2
2015-09-17
Correctly walk import lists in AST visitors
Vadim Petrochenkov
-12
/
+21
2015-09-17
Remove hir::ExprParen
Nick Cameron
-3
/
+0
2015-09-16
Use ast attributes every where (remove HIR attributes).
Nick Cameron
-1
/
+1
2015-09-03
create a region-map for types in generics
Ariel Ben-Yehuda
-7
/
+10
2015-09-03
Add an intital HIR and lowering step
Nick Cameron
-0
/
+841