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_analysis
/
src
/
collect
/
resolve_bound_vars.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-11
Propagate TraitImplHeader to hir
Cameron Steffen
-10
/
+7
2025-07-19
rename `emit_unless` to `emit_unless_delay`
xizheyin
-1
/
+1
2025-07-17
parse `const trait Trait`
Deadbeef
-1
/
+1
2025-07-06
compiler: rename {ast,hir}::BareFn* to FnPtr*
Jubilee Young
-6
/
+4
2025-07-04
Same for types
Michael Goulet
-15
/
+9
2025-07-04
Remove Symbol for Named LateParam/Bound variants
Michael Goulet
-2
/
+2
2025-07-03
compiler: document all provide fn in hir_analysis and hir_typeck
Jubilee Young
-0
/
+1
2025-06-20
Use gen blocks in the compiler instead of from_coroutine
Michael Goulet
-68
/
+64
2025-05-30
Reorder fields in `hir::ItemKind` variants.
Nicholas Nethercote
-5
/
+5
2025-05-07
Add `DefPathData::OpaqueLifetime` to avoid conflicts for remapped opaque life...
John Kåre Alsaker
-5
/
+5
2025-05-04
Add comment on creation of lifetime inside opaque types
John Kåre Alsaker
-0
/
+4
2025-04-29
Remove global `next_disambiguator` state and handle it with a `DisambiguatorS...
John Kåre Alsaker
-9
/
+21
2025-04-16
Rename `LifetimeName` as `LifetimeKind`.
Nicholas Nethercote
-23
/
+23
2025-04-14
Move `has_self` field to `hir::AssocKind::Fn`.
Nicholas Nethercote
-8
/
+8
2025-04-10
Rename some `name` variables as `ident`.
Nicholas Nethercote
-4
/
+4
2025-04-02
Move methods from `Map` to `TyCtxt`, part 5.
Nicholas Nethercote
-4
/
+4
2025-03-18
Move `hir::Item::ident` into `hir::ItemKind`.
Nicholas Nethercote
-8
/
+8
2025-03-07
Pass `Option<Symbol>` to `def_path_data`/`create_def` methods.
Nicholas Nethercote
-1
/
+2
2025-02-23
Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr...
Jacob Pratt
-5
/
+2
2025-02-23
Rollup merge of #137180 - compiler-errors:sym-regions, r=oli-obk
Matthias Krüger
-1
/
+1
2025-02-22
Greatly simplify lifetime captures in edition 2024
Michael Goulet
-5
/
+2
2025-02-22
Make asm a named field
Michael Goulet
-1
/
+1
2025-02-22
Rollup merge of #136787 - compiler-errors:lt2024feat, r=oli-obk
Matthias Krüger
-21
/
+12
2025-02-18
Move methods from `Map` to `TyCtxt`, part 2.
Nicholas Nethercote
-2
/
+2
2025-02-17
Overhaul the `intravisit::Map` trait.
Nicholas Nethercote
-2
/
+2
2025-02-17
Move some `Map` methods onto `TyCtxt`.
Nicholas Nethercote
-5
/
+5
2025-02-09
Remove lifetime_capture_rules_2024 feature
Michael Goulet
-21
/
+12
2025-02-08
Rustfmt
bjorn3
-12
/
+15
2025-02-03
Use a different hir type for patterns in pattern types than we use in match p...
Oli Scherer
-2
/
+2
2025-01-30
Remove `NamedVarMap`.
Nicholas Nethercote
-68
/
+26
2025-01-24
use `fmt::from_fn` in more places, instead of using structs that impl formatt...
Yotam Ofek
-32
/
+30
2025-01-23
`visit_x_unambig`
Boxy
-14
/
+14
2025-01-23
Semantic changes from new hir representation
Boxy
-7
/
+9
2025-01-23
Split hir `TyKind` and `ConstArgKind` in two and update `hir::Visitor`
Boxy
-18
/
+18
2025-01-23
Make `hir::TyKind::TraitObject` use tagged ptr
Boxy
-3
/
+5
2025-01-04
turn hir::ItemKind::Fn into a named-field variant
Ralf Jung
-2
/
+2
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-14
(Re-)Implement impl_trait_in_bindings
Michael Goulet
-0
/
+15
2024-12-12
Lower AST and resolve lifetimes for unsafe binder types
Michael Goulet
-0
/
+30
2024-11-27
Address review comments
Michael Goulet
-68
/
+74
2024-11-27
Handle bounds that come from the trait itself
Michael Goulet
-27
/
+43
2024-11-27
Robustify and genericize RTN resolution in RBV
Michael Goulet
-33
/
+86
2024-11-25
Refactor `where` predicates, and reserve for attributes support
Frank King
-6
/
+9
2024-11-10
Deny capturing late-bound ty/ct params in nested opaques
Michael Goulet
-10
/
+27
2024-11-10
Revert "Skip late-bound lifetimes when crossing an AnonConst."
Michael Goulet
-12
/
+2
2024-11-04
ty::BrK -> ty::BoundRegionKind::K
Michael Goulet
-2
/
+2
2024-11-01
Skip late-bound lifetimes when crossing an AnonConst.
Camille GILLOT
-2
/
+12
2024-11-01
Account for late-bound depth when capturing all opaque lifetimes.
Camille GILLOT
-1
/
+8
2024-10-30
Actually capture all in-scope lifetimes.
Camille GILLOT
-43
/
+29
2024-10-30
Review comments.
Camille GILLOT
-1
/
+1
[next]