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_ty_utils
/
src
/
assoc.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-11
Propagate TraitImplHeader to hir
Cameron Steffen
-2
/
+2
2025-07-13
Retire hir::*ItemRef.
Camille GILLOT
-7
/
+7
2025-07-13
Remove hir::AssocItemKind.
Camille GILLOT
-2
/
+2
2025-07-13
Move trait_item_def_id from ImplItemRef to ImplItem.
Camille GILLOT
-62
/
+51
2025-07-13
Remove usused depth.
Camille GILLOT
-4
/
+1
2025-07-12
Clean up implementation of RPITIT assoc item lowering
Michael Goulet
-115
/
+75
2025-07-13
query RPITIT in a trait or impl
bohan
-112
/
+104
2025-07-13
compute all rpitit of a trait
bohan
-56
/
+56
2025-07-07
consider nested cases for duplicate RPITIT
bohan
-10
/
+24
2025-07-06
distinguish the duplicate item of rpitit
bohan
-2
/
+29
2025-06-30
Don't recompute DisambiguatorState for every RPITIT in trait definition
Michael Goulet
-30
/
+28
2025-04-29
Remove global `next_disambiguator` state and handle it with a `DisambiguatorS...
John Kåre Alsaker
-21
/
+49
2025-04-15
Move `name` field from `AssocItem` to `AssocKind` variants.
Nicholas Nethercote
-13
/
+10
2025-04-15
Move `opt_rpitit_info` field to `hir::AssocKind::Type`.
Nicholas Nethercote
-11
/
+13
2025-04-14
Move `has_self` field to `hir::AssocKind::Fn`.
Nicholas Nethercote
-12
/
+8
2025-04-11
Introduce `DefPathData::AnonAssocTy`.
Nicholas Nethercote
-2
/
+2
2025-03-12
Move methods from `Map` to `TyCtxt`, part 4.
Nicholas Nethercote
-3
/
+3
2025-03-07
Make synthetic RPITIT assoc ty name handling more rigorous.
Nicholas Nethercote
-5
/
+4
2025-03-07
Pass `Option<Symbol>` to `def_path_data`/`create_def` methods.
Nicholas Nethercote
-2
/
+5
2025-02-21
Move methods from Map to TyCtxt, part 3.
Nicholas Nethercote
-1
/
+1
2025-01-23
Split hir `TyKind` and `ConstArgKind` in two and update `hir::Visitor`
Boxy
-2
/
+2
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-1
/
+1
2024-11-04
ty::KContainer -> ty::AssocItemContainer::K
Michael Goulet
-4
/
+4
2024-10-31
Auto merge of #131186 - compiler-errors:precise-capturing-borrowck, r=estebank
bors
-3
/
+1
2024-10-31
Encode cross-crate opaque type origin
Michael Goulet
-3
/
+1
2024-10-31
Auto merge of #132377 - matthiaskrgr:rollup-3p1c6hs, r=matthiaskrgr
bors
-4
/
+0
2024-10-30
Remove dead code stemming from the old effects desugaring
León Orell Valerian Liehr
-4
/
+0
2024-10-30
Remap impl-trait lifetimes on HIR instead of AST lowering.
Camille GILLOT
-1
/
+1
2024-10-24
Remove associated type based effects logic
Michael Goulet
-136
/
+3
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-1
/
+1
2024-10-04
rm `ItemKind::OpaqueTy`
Noah Lev
-9
/
+6
2024-10-02
Move in_trait into OpaqueTyOrigin
Michael Goulet
-2
/
+2
2024-10-02
Use named fields for OpaqueTyOrigin
Michael Goulet
-1
/
+2
2024-10-02
Remove redundant in_trait from hir::TyKind::OpaqueDef
Michael Goulet
-1
/
+1
2024-06-28
address review comments
Deadbeef
-65
/
+34
2024-06-28
general fixups and turn `TODO`s into `FIXME`s
Deadbeef
-2
/
+2
2024-06-28
temporarily disable effects on specialization tests
Deadbeef
-1
/
+6
2024-06-28
implement new effects desugaring
Deadbeef
-3
/
+165
2024-05-13
Remove `extern crate rustc_middle` from `rustc_ty_utils`.
Nicholas Nethercote
-0
/
+1
2024-05-09
Rename Generics::params to Generics::own_params
Michael Goulet
-5
/
+5
2024-03-19
Ensure nested statics have a HIR node to prevent various queries from ICEing
Oli Scherer
-25
/
+4
2024-03-19
The AssocOpaqueTy HIR node is not actually needed to differentiate from other...
Oli Scherer
-5
/
+3
2024-03-15
Rollup merge of #122513 - petrochenkov:somehir4, r=fmease
Guillaume Gomez
-5
/
+1
2024-03-14
Fill in HIR hash for associated opaque types
Vadim Petrochenkov
-3
/
+9
2024-03-14
hir: Remove `opt_local_def_id_to_hir_id` and `opt_hir_node_by_def_id`
Vadim Petrochenkov
-5
/
+1
2024-03-13
Create some minimal HIR for associated opaque types
Vadim Petrochenkov
-8
/
+21
2024-03-05
Uplift some feeding out of associated_type_for_impl_trait_in_impl and into qu...
Michael Goulet
-43
/
+4
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-2
/
+1
2023-12-03
rustc: Harmonize `DefKind` and `DefPathData`
Vadim Petrochenkov
-5
/
+2
2023-11-28
resolve: Feed the `def_kind` query immediately on `DefId` creation
Vadim Petrochenkov
-6
/
+4
[next]