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
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
2022-06-16
Remove unused `hir_id` arg from `visit_attribute`.
Nicholas Nethercote
-1
/
+1
2022-06-12
Make `ExprKind::Closure` a struct variant.
Camille GILLOT
-8
/
+7
2022-06-03
Manipulate lifetimes by LocalDefId for region resolution.
Camille GILLOT
-4
/
+4
2022-05-18
Auto merge of #96863 - SparrowLii:let, r=michaelwoerister
bors
-3
/
+2
2022-05-13
rename visit item-like methods
Miguel Guarniz
-1
/
+1
2022-05-13
update comments about visitor strategy
Miguel Guarniz
-2
/
+35
2022-05-13
remove ItemLikeVisitor and DeepVisitor
Miguel Guarniz
-42
/
+1
2022-05-09
use hir::Let in hir::Guard
SparrowLii
-3
/
+2
2022-04-30
Update intravisit docs
Cameron Steffen
-30
/
+30
2022-04-30
Store all generic bounds as where predicates.
Camille GILLOT
-1
/
+0
2022-04-30
Inline WhereClause into Generics.
Camille GILLOT
-1
/
+1
2022-04-30
Box HIR Generics and Impl.
Camille GILLOT
-1
/
+1
2022-04-23
Drop vis in ImplItem.
Camille GILLOT
-1
/
+1
2022-04-23
Stop visiting visibility.
Camille GILLOT
-22
/
+8
2022-04-17
Lint elided lifetimes in path on the AST.
Camille GILLOT
-1
/
+1
2022-04-14
Reimplement lowering of sym operands for asm! so that it also works with glob...
Amanieu d'Antras
-8
/
+13
2022-02-24
resolve: Fix incorrect results of `opt_def_kind` query for some built-in macros
Vadim Petrochenkov
-1
/
+1
2022-02-10
Make all hir::Map methods consistently by-value
Frank Steffahn
-6
/
+6
2022-02-03
Remove defaultness from ImplItem.
Camille GILLOT
-3
/
+1
2022-01-21
Remove a span from hir::ExprKind::MethodCall
Cameron Steffen
-1
/
+1
2022-01-18
Auto merge of #87648 - JulianKnodt:const_eq_constrain, r=oli-obk
bors
-6
/
+5
[prev]
[next]