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
2024-03-21
Implement macro-based deref!() syntax for deref patterns
Michael Goulet
-1
/
+3
2024-03-20
Rename `hir::Let` into `hir::LetExpr`
Guillaume Gomez
-1
/
+1
2024-03-18
Add missing `try_visit` calls in visitors.
Jason Newcomb
-1
/
+1
2024-03-14
Rename `hir::StmtKind::Local` into `hir::StmtKind::Let`
Guillaume Gomez
-1
/
+1
2024-03-08
Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu
Matthias Krüger
-0
/
+1
2024-03-05
Move visitor utils to `rustc_ast_ir`
Jason Newcomb
-2
/
+1
2024-02-24
Add asm label support to AST and HIR
Gary Guo
-0
/
+1
2024-02-18
Allow AST and HIR visitors to return `ControlFlow`
Jason Newcomb
-377
/
+458
2024-02-12
Lower anonymous structs or unions to HIR
Frank King
-0
/
+3
2024-02-07
hir: Add some FIXMEs for future work
Vadim Petrochenkov
-0
/
+1
2024-02-07
hir: Remove `fn opt_hir_id` and `fn opt_span`
Vadim Petrochenkov
-3
/
+3
2024-01-28
hir: Use `InferArg` in `ArrayLen::Infer`
Vadim Petrochenkov
-1
/
+1
2024-01-28
hir: Remove unnecessary `HirId` from `hir::Let`
Vadim Petrochenkov
-12
/
+6
2024-01-17
Add `PatKind::Err`
Lieselotte
-1
/
+1
2024-01-12
Delegation implementation: step 1
Bryanskiy
-1
/
+1
2024-01-05
Remove `hir::Guard`
Matthew Jasper
-7
/
+2
2023-12-25
Make closures carry their own ClosureKind, rather than deducing what it is fr...
Michael Goulet
-1
/
+1
2023-12-15
banish hir::GenericBound::LangItemTrait
Michael Goulet
-4
/
+0
2023-12-05
Remove `#[rustc_host]`, use internal desugaring
Deadbeef
-1
/
+1
2023-11-29
Add `never_patterns` feature gate
Nadrieril
-1
/
+1
2023-10-20
s/generator/coroutine/
Oli Scherer
-1
/
+1
2023-09-05
replace doc occurrences of ItemLikeVisitor
ezekiel
-3
/
+3
2023-08-08
Auto merge of #114545 - fee1-dead-contrib:lower-impl-effect, r=oli-obk
bors
-1
/
+0
2023-08-06
lower impl const to bind to host effect param
Deadbeef
-1
/
+0
2023-08-04
Improve spans for indexing expressions
Nilstrieb
-1
/
+1
2023-07-28
Lower generic const items to HIR
León Orell Valerian Liehr
-1
/
+7
2023-06-29
Intern OpaqueTy on ItemKind::OpaqueTy
Santiago Pastorino
-1
/
+1
2023-06-26
`hir`: Add `Become` expression kind
Maybe Waffle
-0
/
+1
2023-06-02
Separate AnonConst from ConstBlock in HIR.
Camille GILLOT
-1
/
+9
2023-04-21
offset_of
DrMeepster
-0
/
+4
2023-03-14
Remove box expressions from HIR
clubby789
-1
/
+0
2023-02-25
Add ErrorGuaranteed to HIR ExprKind::Err
Michael Goulet
-1
/
+1
2023-02-25
Add ErrorGuaranteed to HIR TyKind::Err
Michael Goulet
-1
/
+1
2023-01-28
Take a LocalDefId in hir::Visitor::visit_fn.
Camille GILLOT
-21
/
+27
2023-01-12
parse const closures
Deadbeef
-0
/
+1
2022-12-28
Rename `Rptr` to `Ref` in AST and HIR
Nilstrieb
-1
/
+1
2022-12-03
Rollup merge of #105050 - WaffleLapkin:uselessrefign, r=jyn514
Matthias Krüger
-18
/
+18
2022-12-03
Rollup merge of #104199 - SarthakSingh31:issue-97417-1, r=cjgillot
Matthias Krüger
-0
/
+1
2022-12-01
Remove useless borrows and derefs
Maybe Waffle
-18
/
+18
2022-12-01
rustc_hir: Change representation of import paths to support multiple resolutions
Vadim Petrochenkov
-3
/
+6
2022-12-01
rustc_hir: Relax lifetime requirements on `Visitor::visit_path`
Vadim Petrochenkov
-2
/
+2
2022-11-28
Keep track of the start of the argument block of a closure
Sarthak Singh
-0
/
+1
2022-11-23
Separate lifetime ident from resolution in HIR.
Camille GILLOT
-11
/
+1
2022-11-13
Store a LocalDefId in hir::Variant & hir::Field.
Camille GILLOT
-1
/
+1
2022-11-13
Store LocalDefId in hir::Closure.
Camille GILLOT
-0
/
+1
2022-11-03
Add visit_fn_ret_ty to hir intravisit
Santiago Pastorino
-1
/
+4
2022-11-01
Reorder `walk_` functions in intravisit.rs
Samuel Moelius
-361
/
+361
2022-11-01
Rollup merge of #103692 - smoelius:walk_generic_arg, r=fee1-dead
Yuki Okushi
-6
/
+10
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-2
/
+2
2022-10-28
Add `walk_generic_arg`
Samuel Moelius
-6
/
+10
[prev]
[next]