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
2023-02-21
Rollup merge of #108141 - spastorino:add_rpitit_queries, r=compiler-errors
Dylan DPC
-2
/
+101
2023-02-19
Document associated_item methods
Santiago Pastorino
-0
/
+11
2023-02-19
Make associated_items_for_impl_trait_in_trait handle impl traits on impls
Santiago Pastorino
-18
/
+60
2023-02-19
Add associated_item_for_impl_trait_in_trait query
Santiago Pastorino
-6
/
+18
2023-02-19
Add associated_items_for_impl_trait_in_trait query
Santiago Pastorino
-2
/
+36
2023-02-15
Copy `ty::AssocItem` all other the place
Maybe Waffle
-1
/
+1
2023-02-05
rustc_metadata: Encode/decode some `LazyArray`s without an `Option`
Vadim Petrochenkov
-3
/
+6
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-8
/
+8
2022-09-24
separate definitions and `HIR` owners
Takayuki Maeda
-1
/
+1
2022-08-01
Remove trait_of_item query.
Camille GILLOT
-8
/
+0
2022-08-01
Remove DefId from AssocItemContainer.
Camille GILLOT
-17
/
+8
2022-08-01
Remove visibility from AssocItem.
Camille GILLOT
-8
/
+2
2022-08-01
Store associated item defaultness in impl_defaultness.
Camille GILLOT
-2
/
+0
2022-01-19
Store a `Symbol` instead of an `Ident` in `AssocItem`
Aaron Hill
-2
/
+2
2022-01-15
Return a LocalDefId in get_parent_item.
Camille GILLOT
-2
/
+1
2022-01-08
Link impl items to corresponding trait items in late resolver.
Camille GILLOT
-104
/
+2
2022-01-07
Add query to avoid name comparison in `leaf_def`
Matthew Jasper
-0
/
+9
2022-01-07
Move associated_item* providers to their own module
Matthew Jasper
-0
/
+230
[prev]