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-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
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
[next]