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-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
2021-05-13
Add support for const operands and options to global_asm!
Amanieu d'Antras
-22
/
+25
2021-04-08
Rollup merge of #83965 - rust-lang:debug-intravisit-fnkind, r=lqd
Dylan DPC
-1
/
+1
2021-04-07
Add Debug implementation for hir::intravisit::FnKind
Guillaume Gomez
-1
/
+1
2021-04-06
Use AnonConst for asm! constants
Amanieu d'Antras
-1
/
+3
2021-03-30
Remove hir::CrateItem.
Camille GILLOT
-1
/
+1
2021-03-23
progress, stuff compiles now
lcnr
-1
/
+8
2021-03-18
hir: Preserve used syntax in `TyKind::TraitObject`
Vadim Petrochenkov
-1
/
+1
2021-03-16
ast/hir: Rename field-related structures
Vadim Petrochenkov
-8
/
+8
2021-03-09
Use BTreeMap to store attributes.
Camille GILLOT
-1
/
+1
2021-03-09
Track HirId when visiting attributes.
Camille GILLOT
-3
/
+5
2021-03-09
Remove hir::ImplItem::attrs.
Camille GILLOT
-10
/
+2
2021-03-09
Visit attributes in one go.
Camille GILLOT
-15
/
+4
2021-03-09
Do not store attrs in FnKind.
Camille GILLOT
-19
/
+11
2021-02-15
Only store a LocalDefId in hir::MacroDef.
Camille GILLOT
-1
/
+1
2021-02-15
Only store a LocalDefId in hir::ForeignItem.
Camille GILLOT
-1
/
+1
2021-02-15
Only store a LocalDefId in hir::ImplItem.
Camille GILLOT
-4
/
+4
2021-02-15
Only store a LocalDefId in hir::TraitItem.
Camille GILLOT
-4
/
+4
2021-02-15
Only store a LocalDefId in hir::Item.
Camille GILLOT
-15
/
+15
2021-02-15
Use ItemId as a strongly typed index.
Camille GILLOT
-3
/
+3
2021-02-04
add generic args to hir::TypeBinding
b-naber
-0
/
+1
[next]