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
/
index.rs
Age
Commit message (
Expand
)
Author
Lines
2022-11-29
Auto merge of #104947 - cjgillot:verify-hir-nest, r=oli-obk
bors
-1
/
+1
2022-11-26
Verify that HIR parenting and Def parenting match.
Camille GILLOT
-1
/
+1
2022-11-23
Separate lifetime ident from resolution in HIR.
Camille GILLOT
-1
/
+1
2022-11-22
`rustc_ast_lowering`: remove `ref` patterns
Maybe Waffle
-1
/
+1
2022-11-13
Store a LocalDefId in hir::Variant & hir::Field.
Camille GILLOT
-2
/
+2
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-8
/
+8
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-7
/
+7
2022-09-14
Auto merge of #101709 - nnethercote:simplify-visitors-more, r=cjgillot
bors
-5
/
+5
2022-09-12
Remove unused span argument from `walk_fn`.
Nicholas Nethercote
-2
/
+2
2022-09-12
Remove `path_span` argument to the `visit_path_segment` methods.
Nicholas Nethercote
-3
/
+3
2022-09-11
Assert that HIR nodes are not their own parent.
Camille GILLOT
-0
/
+1
2022-09-05
Make `hir::PathSegment::hir_id` non-optional.
Nicholas Nethercote
-3
/
+1
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-2
/
+0
2022-09-01
Directly use the `instrument` macro instead of its full path
Oli Scherer
-6
/
+6
2022-08-11
Make Node::ExprField a child of Node::Expr.
Eric Huss
-5
/
+7
2022-08-11
Add visitors for PatField and ExprField.
Eric Huss
-5
/
+7
2022-08-11
Check attributes on struct expression fields.
Eric Huss
-0
/
+5
2022-08-11
Check attributes on pattern fields.
Eric Huss
-0
/
+5
2022-08-11
Simplify `rustc_hir::intravisit::Visitor::visit_variant_data`.
Nicholas Nethercote
-2
/
+2
2022-08-01
Store associated item defaultness in impl_defaultness.
Camille GILLOT
-3
/
+2
2022-07-01
Factor out hir::Node::Binding
Cameron Steffen
-3
/
+1
2022-06-14
Make ResolverAstLowering a struct.
Camille GILLOT
-1
/
+3
2022-06-04
Compute lifetimes in scope at diagnostic time.
Camille GILLOT
-0
/
+7
2022-04-27
Auto merge of #91557 - cjgillot:ast-lifetimes-named, r=petrochenkov
bors
-1
/
+6
2022-04-27
Use LifetimeRes during lowering.
Camille GILLOT
-1
/
+6
2022-04-23
Stop visiting visibility.
Camille GILLOT
-12
/
+0
2022-03-31
remove find_use_placement
Fausto
-1
/
+3
2022-01-16
Replace NestedVisitorMap with NestedFilter
Cameron Steffen
-7
/
+1
2022-01-08
Link impl items to corresponding trait items in late resolver.
Camille GILLOT
-1
/
+2
2021-10-21
Use SortedMap in HIR.
Camille GILLOT
-19
/
+5
2021-10-12
Use invalid local id for zeroth node parent.
Camille GILLOT
-1
/
+4
2021-10-09
Perform indexing during lowering.
Camille GILLOT
-0
/
+361
[prev]