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
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
2021-01-21
Add loop head span to hir
Esteban Küber
-1
/
+1
2021-01-14
Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasper
bors
-0
/
+5
2021-01-12
Separate out a `hir::Impl` struct
Joshua Nelson
-2
/
+2
2021-01-07
Reintroduce hir::ExprKind::If
Caio
-0
/
+5
2021-01-02
reduce borrowing and (de)referencing around match patterns (clippy::match_ref...
Matthias Krüger
-4
/
+4
2021-01-01
first pass at default values for const generics
Julian Knodt
-1
/
+6
2020-12-17
Rollup merge of #79051 - LeSeulArtichaut:if-let-guard, r=matthewjasper
Yuki Okushi
-0
/
+4
2020-12-06
Retain assembly operands span when lowering AST to HIR
Tomasz Miąsko
-1
/
+1
2020-12-06
Introduce if-let guards in the HIR
LeSeulArtichaut
-0
/
+4
2020-11-26
Formatting.
Camille GILLOT
-1
/
+1
2020-11-26
Remove ForeignMod struct.
Camille GILLOT
-2
/
+2
2020-11-26
Store ForeignItem in a side table.
Camille GILLOT
-1
/
+35
2020-10-16
Lower inline const down to MIR
Santiago Pastorino
-0
/
+1
2020-09-26
Remove unused #[allow(...)] statements from compiler/
est31
-3
/
+0
2020-08-30
mv compiler to compiler/
mark
-0
/
+1222