about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/ty/assoc.rs
AgeCommit message (Expand)AuthorLines
2022-05-13Cache more queries on disk.Camille GILLOT-3/+3
2022-02-03Fix ret > 1 bound if shadowed by constkadmin-3/+2
2022-01-19Store a `Symbol` instead of an `Ident` in `AssocItem`Aaron Hill-8/+11
2022-01-17Update term for use in more placeskadmin-0/+13
2022-01-08Link impl items to corresponding trait items in late resolver.Camille GILLOT-15/+0
2022-01-07Add `trait_item_def_id` to `AssocItem`Matthew Jasper-0/+5
2021-12-15Remove `in_band_lifetimes` from `rustc_middle`Aaron Hill-1/+1
2021-08-13handle the case when container is not implDeadbeef-5/+3
2021-08-13Inherited use constness and assoc change predicateDeadbeef-0/+9
2021-07-23Improve `get_by_key_enumerated` moreYuki Okushi-1/+1
2021-04-05resolve conflictshi-rustin-3/+3
2021-03-10Moved all Assoc* types to assoc.rs.Nicholas-Baron-0/+170