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-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
2022-01-17
Use Term in ProjectionPredicate
kadmin
-5
/
+5
2022-01-17
add eq constraints on associated constants
kadmin
-3
/
+2
2022-01-17
Auto merge of #90986 - camsteffen:nested-filter, r=cjgillot
bors
-80
/
+54
2022-01-17
Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieu
bors
-4
/
+0
2022-01-16
Replace NestedVisitorMap with NestedFilter
Cameron Steffen
-80
/
+54
2022-01-12
Remove deprecated LLVM-style inline assembly
Tomasz Miąsko
-4
/
+0
2022-01-08
Link impl items to corresponding trait items in late resolver.
Camille GILLOT
-1
/
+2
2021-12-23
implement `generic_arg_infer` for array lengths
lcnr
-2
/
+12
2021-12-17
Auto merge of #89841 - cormacrelf:let-else-typed, r=nagisa
bors
-4
/
+12
2021-12-13
Remove `in_band_lifetimes` from `rustc_hir`
Peter Jaszkowiak
-1
/
+1
2021-12-13
let-else: add hir::Let and type check it like a hir::Local
Cormac Relf
-4
/
+12
2021-11-30
Merge Implicit and ImplicitMissing.
Camille GILLOT
-2
/
+1
[next]