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_hir
/
src
/
intravisit.rs
Age
Commit message (
Expand
)
Author
Lines
2023-04-21
offset_of
DrMeepster
-0
/
+4
2023-03-14
Remove box expressions from HIR
clubby789
-1
/
+0
2023-02-25
Add ErrorGuaranteed to HIR ExprKind::Err
Michael Goulet
-1
/
+1
2023-02-25
Add ErrorGuaranteed to HIR TyKind::Err
Michael Goulet
-1
/
+1
2023-01-28
Take a LocalDefId in hir::Visitor::visit_fn.
Camille GILLOT
-21
/
+27
2023-01-12
parse const closures
Deadbeef
-0
/
+1
2022-12-28
Rename `Rptr` to `Ref` in AST and HIR
Nilstrieb
-1
/
+1
2022-12-03
Rollup merge of #105050 - WaffleLapkin:uselessrefign, r=jyn514
Matthias Krüger
-18
/
+18
2022-12-03
Rollup merge of #104199 - SarthakSingh31:issue-97417-1, r=cjgillot
Matthias Krüger
-0
/
+1
2022-12-01
Remove useless borrows and derefs
Maybe Waffle
-18
/
+18
2022-12-01
rustc_hir: Change representation of import paths to support multiple resolutions
Vadim Petrochenkov
-3
/
+6
2022-12-01
rustc_hir: Relax lifetime requirements on `Visitor::visit_path`
Vadim Petrochenkov
-2
/
+2
2022-11-28
Keep track of the start of the argument block of a closure
Sarthak Singh
-0
/
+1
2022-11-23
Separate lifetime ident from resolution in HIR.
Camille GILLOT
-11
/
+1
2022-11-13
Store a LocalDefId in hir::Variant & hir::Field.
Camille GILLOT
-1
/
+1
2022-11-13
Store LocalDefId in hir::Closure.
Camille GILLOT
-0
/
+1
2022-11-03
Add visit_fn_ret_ty to hir intravisit
Santiago Pastorino
-1
/
+4
2022-11-01
Reorder `walk_` functions in intravisit.rs
Samuel Moelius
-361
/
+361
2022-11-01
Rollup merge of #103692 - smoelius:walk_generic_arg, r=fee1-dead
Yuki Okushi
-6
/
+10
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-2
/
+2
2022-10-28
Add `walk_generic_arg`
Samuel Moelius
-6
/
+10
2022-10-09
ImplItemKind::TyAlias => ImplItemKind::Type
Michael Goulet
-1
/
+1
2022-09-27
Do not overwrite binders for another HirId.
Camille GILLOT
-3
/
+11
2022-09-12
Remove unused argument from `visit_poly_trait_ref`.
Nicholas Nethercote
-10
/
+6
2022-09-12
Remove unused span argument from `visit_name`.
Nicholas Nethercote
-3
/
+3
2022-09-12
Remove unused span argument from `walk_fn`.
Nicholas Nethercote
-3
/
+2
2022-09-12
Remove `path_span` argument to the `visit_path_segment` methods.
Nicholas Nethercote
-29
/
+17
2022-09-09
Handle generic parameters.
Camille GILLOT
-8
/
+1
2022-09-09
RPITIT placeholder items
Michael Goulet
-0
/
+7
2022-09-05
Auto merge of #101261 - TaKO8Ki:separate-receiver-from-arguments-in-hir, r=cj...
bors
-1
/
+2
2022-09-05
separate the receiver from arguments in HIR
Takayuki Maeda
-1
/
+2
2022-09-05
Make `hir::PathSegment::hir_id` non-optional.
Nicholas Nethercote
-1
/
+1
2022-08-16
Remove `{ast,hir}::WhereEqPredicate::id`.
Nicholas Nethercote
-4
/
+1
2022-08-11
Add visitors for PatField and ExprField.
Eric Huss
-10
/
+20
2022-08-11
Simplify `rustc_hir::intravisit::Visitor::visit_enum_def`.
Nicholas Nethercote
-2
/
+2
2022-08-11
Simplify `rustc_hir::intravisit::Visitor::visit_variant_data`.
Nicholas Nethercote
-41
/
+10
2022-08-01
Match on TraitItem exhaustively.
Camille GILLOT
-14
/
+11
2022-08-01
Store associated item defaultness in impl_defaultness.
Camille GILLOT
-6
/
+13
2022-07-26
Replace LifetimeRes::Anonymous by LifetimeRes::Infer.
Camille GILLOT
-1
/
+1
2022-07-26
Remove the distinction between LifetimeName::Implicit and LifetimeName::Under...
Camille GILLOT
-1
/
+0
2022-07-14
Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillot
Dylan DPC
-4
/
+5
2022-07-12
Add an indirection for closures in `hir::ExprKind`
Maybe Waffle
-10
/
+4
2022-07-12
Lower closure binders to hir & properly check them
Maybe Waffle
-2
/
+9
2022-07-11
add tests for async await
Ding Xiang Fei
-2
/
+2
2022-07-11
move else block into the `Local` struct
Ding Xiang Fei
-9
/
+5
2022-07-11
lower let-else in MIR instead
Ding Xiang Fei
-6
/
+13
2022-07-07
Reword comments and rename HIR visiting methods.
Camille GILLOT
-2
/
+2
2022-06-28
Auto merge of #98222 - cjgillot:single-wf, r=michaelwoerister
bors
-24
/
+0
2022-06-21
Only keep a single well-formed query.
Camille GILLOT
-24
/
+0
2022-06-21
Use CreateParameter mode for closures too.
Camille GILLOT
-1
/
+5
[next]