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
2025-04-14
Documentation fixes.
Nicholas Nethercote
-1
/
+1
2025-04-10
Rename some `name` variables as `ident`.
Nicholas Nethercote
-4
/
+4
2025-03-28
Add `{ast,hir,thir}::PatKind::Missing` variants.
Nicholas Nethercote
-1
/
+1
2025-03-19
Use `Option<Ident>` for lowered param names.
Nicholas Nethercote
-2
/
+6
2025-03-18
Move `hir::Item::ident` into `hir::ItemKind`.
Nicholas Nethercote
-15
/
+30
2025-03-09
chore: Fix some comments
StevenMia
-2
/
+2
2025-03-07
Rollup merge of #138150 - nnethercote:streamline-intravisit-visit_id, r=oli-obk
Matthias Krüger
-30
/
+8
2025-03-07
Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakis
Matthias Krüger
-0
/
+3
2025-03-07
Factor out repeated `visit_id` calls.
Nicholas Nethercote
-17
/
+2
2025-03-07
Move `visit_id` calls.
Nicholas Nethercote
-16
/
+9
2025-03-06
Implement .use keyword as an alias of clone
Santiago Pastorino
-0
/
+3
2025-03-06
Remove the `Option` part of range ends in the HIR
Oli Scherer
-3
/
+3
2025-02-26
Handle asm const similar to inline const
Gary Guo
-1
/
+1
2025-02-23
Rollup merge of #137180 - compiler-errors:sym-regions, r=oli-obk
Matthias Krüger
-4
/
+10
2025-02-22
Fix binding mode problems
Michael Goulet
-6
/
+6
2025-02-22
Make a fake body to store typeck results for global_asm
Michael Goulet
-4
/
+10
2025-02-22
Make asm a named field
Michael Goulet
-1
/
+1
2025-02-18
Move methods from `Map` to `TyCtxt`, part 2.
Nicholas Nethercote
-3
/
+3
2025-02-17
Overhaul the `intravisit::Map` trait.
Nicholas Nethercote
-32
/
+34
2025-02-17
Remove unused `Map::hir_node_by_def_id` method.
Nicholas Nethercote
-4
/
+0
2025-02-17
Clarify `impl Map for !`.
Nicholas Nethercote
-7
/
+7
2025-02-05
Uniformly handle HIR literals in visitors and lints
Oli Scherer
-2
/
+6
2025-02-03
Use a different hir type for patterns in pattern types than we use in match p...
Oli Scherer
-4
/
+14
2025-01-29
Eliminate PatKind::Path
Oli Scherer
-3
/
+0
2025-01-23
Explain visit_ty_unambig naming
Boxy
-0
/
+6
2025-01-23
inferkind docs
Boxy
-1
/
+2
2025-01-23
point to docs for ambig const/ty on intravisit
Boxy
-0
/
+6
2025-01-23
`visit_x_unambig`
Boxy
-38
/
+38
2025-01-23
Split hir `TyKind` and `ConstArgKind` in two and update `hir::Visitor`
Boxy
-76
/
+135
2025-01-23
Make `hir::TyKind::TraitObject` use tagged ptr
Boxy
-1
/
+1
2025-01-08
Rename PatKind::Lit to Expr
Oli Scherer
-1
/
+1
2025-01-08
Exhaustively handle expressions in patterns
Oli Scherer
-3
/
+15
2025-01-07
Rollup merge of #134989 - max-niederman:guard-patterns-hir, r=oli-obk
Matthias Krüger
-0
/
+4
2025-01-04
turn hir::ItemKind::Fn into a named-field variant
Ralf Jung
-1
/
+1
2025-01-01
Fix ICE when opaque captures a duplicated/invalid lifetime
Michael Goulet
-2
/
+2
2024-12-31
add guard patterns to HIR and implement lowering
Max Niederman
-0
/
+4
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-15
Add hir::Attribute
Jonathan Dönszelmann
-1
/
+1
2024-12-14
(Re-)Implement impl_trait_in_bindings
Michael Goulet
-0
/
+3
2024-12-12
Add unwrap_unsafe_binder and wrap_unsafe_binder macro operators
Michael Goulet
-0
/
+4
2024-12-12
Lower AST and resolve lifetimes for unsafe binder types
Michael Goulet
-0
/
+4
2024-12-10
Remove more traces of anonymous ADTs
Michael Goulet
-3
/
+0
2024-12-09
Introduce `default_field_values` feature
Esteban Küber
-5
/
+12
2024-11-30
Remove hir::ArrayLen, introduce ConstArgKind::Infer
Dominik Stolz
-13
/
+3
2024-11-25
Refactor `where` predicates, and reserve for attributes support
Frank King
-8
/
+6
2024-10-30
Remap impl-trait lifetimes on HIR instead of AST lowering.
Camille GILLOT
-5
/
+2
2024-10-24
Remove associated type based effects logic
Michael Goulet
-1
/
+1
2024-10-14
Move trait bound modifiers into hir::PolyTraitRef
Michael Goulet
-2
/
+2
2024-10-04
rm `ItemKind::OpaqueTy`
Noah Lev
-7
/
+18
2024-10-02
Remove redundant in_trait from hir::TyKind::OpaqueDef
Michael Goulet
-1
/
+1
[next]