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-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
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-2
/
+2
2024-08-16
Use FnSig instead of raw FnDecl for ForeignItemKind::Fn
Michael Goulet
-2
/
+2
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+2
2024-07-25
Support ?Trait bounds in supertraits and dyn Trait under a feature gate
Bryanskiy
-1
/
+3
2024-07-16
Add `ConstArgKind::Path` and make `ConstArg` its own HIR node
Noah Lev
-2
/
+4
2024-07-16
Use `ConstArg` for const param defaults
Noah Lev
-3
/
+3
2024-07-16
Use `ConstArg` for array lengths
Noah Lev
-1
/
+1
2024-07-16
Use `ConstArg` for assoc item constraints
Noah Lev
-1
/
+1
2024-07-16
hir: Create `hir::ConstArgKind` enum
Noah Lev
-1
/
+13
2024-06-28
implement new effects desugaring
Deadbeef
-1
/
+2
2024-06-17
Rework precise capturing syntax
Michael Goulet
-6
/
+5
2024-06-07
Revert "Create const block DefIds in typeck instead of ast lowering"
Oli Scherer
-1
/
+12
2024-06-04
Handle safety keyword for extern block inner items
Santiago Pastorino
-2
/
+4
2024-05-31
Rollup merge of #125635 - fmease:mv-type-binding-assoc-item-constraint, r=com...
Matthias Krüger
-11
/
+16
2024-05-30
Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup
León Orell Valerian Liehr
-11
/
+16
2024-05-29
Don't require `visit_body` to take a lifetime that must outlive the function ...
Oli Scherer
-2
/
+2
2024-05-28
Create const block DefIds in typeck instead of ast lowering
Oli Scherer
-12
/
+1
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-1
/
+1
2024-05-13
Warn against redundant use<...>
Michael Goulet
-1
/
+1
2024-05-09
Add `ErrorGuaranteed` to `Recovered::Yes` and use it more.
Nicholas Nethercote
-1
/
+1
2024-04-26
put `hir::AnonConst` on the hir arena
Oli Scherer
-2
/
+2
2024-04-15
Add hir::Node::PreciseCapturingNonLifetimeArg
Michael Goulet
-1
/
+1
2024-04-15
Lower and resolve precise captures in HIR
Michael Goulet
-1
/
+19
2024-04-08
Actually create ranged int types in the type system.
Oli Scherer
-1
/
+6
2024-04-08
Thread pattern types through the HIR
Oli Scherer
-0
/
+4
2024-03-22
Rename `hir::Local` into `hir::LetStmt`
Guillaume Gomez
-2
/
+2
[prev]
[next]