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
/
compiler
/
rustc_hir
/
src
/
intravisit.rs
Age
Commit message (
Expand
)
Author
Lines
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
2021-11-30
Lint elided lifetimes in path during lifetime resolution.
Camille GILLOT
-0
/
+1
2021-10-19
Replace FnLikeNode by FnKind.
Camille GILLOT
-0
/
+8
2021-10-09
Perform indexing during lowering.
Camille GILLOT
-0
/
+22
2021-09-20
Do not store visibility in *ItemRef.
Camille GILLOT
-8
/
+6
2021-09-07
Don't move ?Trait bounds to param bounds if they're in where clauses
jackh726
-1
/
+0
2021-09-02
Drop walk_crate_and_attributes.
Camille GILLOT
-12
/
+0
2021-09-02
Stop using walk_crate.
Camille GILLOT
-1
/
+1
2021-08-28
Treat macros as HIR items
inquisitivecrystal
-9
/
+3
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-1
/
+1
2021-08-15
Introduce hir::ExprKind::Let - Take 2
Caio
-0
/
+4
2021-07-30
Do not discard `?Sized` type params and suggest their removal
Esteban Küber
-0
/
+1
2021-07-27
Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnr
bors
-0
/
+8
2021-07-25
Introduce OwnerNode::Crate.
Camille GILLOT
-1
/
+2
2021-07-25
Merge the BTreeMap in hir::Crate.
Camille GILLOT
-1
/
+1
2021-07-25
Add inferred args to typeck
kadmin
-6
/
+1
2021-07-25
Add generic arg infer
kadmin
-0
/
+13
[next]