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_middle
/
src
/
ty
/
assoc.rs
Age
Commit message (
Expand
)
Author
Lines
2023-03-13
Don't opt_rpitit_info as a separate query
Michael Goulet
-0
/
+5
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-1
/
+1
2023-02-17
Auto merge of #108075 - WaffleLapkin:de-arena-allocates-you-OwO, r=Nilstrieb
bors
-6
/
+6
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-5
/
+1
2023-02-16
change usages of type_of to bound_type_of
Kyle Matsuda
-1
/
+5
2023-02-15
Copy `ty::AssocItem` all other the place
Maybe Waffle
-6
/
+6
2023-01-26
change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...
Kyle Matsuda
-1
/
+1
2023-01-26
replace usages of fn_sig query with bound_fn_sig
Kyle Matsuda
-1
/
+1
2023-01-25
Move `note_and_explain_type_err` from `rustc_middle` to `rustc_infer`
Nilstrieb
-1
/
+1
2023-01-20
Rollup merge of #106979 - Nilstrieb:type-of-default-assoc-type, r=petrochenkov
Matthias Krüger
-0
/
+5
2023-01-17
Document how to get the type of a default associated type
nils
-0
/
+5
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2022-09-07
rustc: Parameterize `ty::Visibility` over used ID
Vadim Petrochenkov
-1
/
+1
2022-08-01
Remove DefId from AssocItemContainer.
Camille GILLOT
-28
/
+24
2022-08-01
Remove visibility from AssocItem.
Camille GILLOT
-1
/
+5
2022-08-01
Store associated item defaultness in impl_defaultness.
Camille GILLOT
-1
/
+4
2022-07-24
Combine redundant obligation cause codes
Michael Goulet
-0
/
+10
2022-05-13
Cache more queries on disk.
Camille GILLOT
-3
/
+3
2022-02-03
Fix ret > 1 bound if shadowed by const
kadmin
-3
/
+2
2022-01-19
Store a `Symbol` instead of an `Ident` in `AssocItem`
Aaron Hill
-8
/
+11
2022-01-17
Update term for use in more places
kadmin
-0
/
+13
2022-01-08
Link impl items to corresponding trait items in late resolver.
Camille GILLOT
-15
/
+0
2022-01-07
Add `trait_item_def_id` to `AssocItem`
Matthew Jasper
-0
/
+5
2021-12-15
Remove `in_band_lifetimes` from `rustc_middle`
Aaron Hill
-1
/
+1
2021-08-13
handle the case when container is not impl
Deadbeef
-5
/
+3
2021-08-13
Inherited use constness and assoc change predicate
Deadbeef
-0
/
+9
2021-07-23
Improve `get_by_key_enumerated` more
Yuki Okushi
-1
/
+1
2021-04-05
resolve conflicts
hi-rustin
-3
/
+3
2021-03-10
Moved all Assoc* types to assoc.rs.
Nicholas-Baron
-0
/
+170