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
2025-09-12
Don't store defaultness for inherent impl items
Cameron Steffen
-1
/
+4
2025-09-12
Split AssocContainer::{InherentImpl,TraitImpl}
Cameron Steffen
-13
/
+37
2025-09-12
Rename AssocItemContainer -> AssocContainer
Cameron Steffen
-9
/
+9
2025-07-31
remove rustc_attr_data_structures
Jana Dönszelmann
-1
/
+2
2025-07-13
Remove hir::AssocItemKind.
Camille GILLOT
-0
/
+10
2025-07-12
Clean up implementation of RPITIT assoc item lowering
Michael Goulet
-19
/
+17
2025-07-13
query RPITIT in a trait or impl
bohan
-0
/
+21
2025-07-09
Port `#[type_const]` to the new attribute system
Pavel Grigorenko
-2
/
+3
2025-04-19
Update docs for `AssocItems::filter_by_name_unhygienic`
Guillaume Gomez
-0
/
+2
2025-04-15
Move `name` field from `AssocItem` to `AssocKind` variants.
Nicholas Nethercote
-35
/
+66
2025-04-15
Move two methods from `AssocKind` to `AssocItem`.
Nicholas Nethercote
-18
/
+15
2025-04-15
Move `opt_rpitit_info` field to `hir::AssocKind::Type`.
Nicholas Nethercote
-14
/
+20
2025-04-14
Move `has_self` field to `hir::AssocKind::Fn`.
Nicholas Nethercote
-28
/
+34
2025-04-11
Improve `AssocItem::descr`.
Nicholas Nethercote
-2
/
+4
2025-04-10
Address review comments.
Nicholas Nethercote
-3
/
+6
2025-04-10
Rename some `name` variables as `ident`.
Nicholas Nethercote
-7
/
+7
2025-03-04
mgca: Lower all const paths as `ConstArgKind::Path`
Noah Lev
-1
/
+19
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
-6
/
+6
2024-10-30
Remove dead code stemming from the old effects desugaring
León Orell Valerian Liehr
-2
/
+0
2024-08-10
Differentiate between methods and associated functions
Esteban Küber
-0
/
+9
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-1
/
+1
2024-06-28
implement new effects desugaring
Deadbeef
-0
/
+2
2024-04-29
Remove `extern crate rustc_macros` from `rustc_middle`.
Nicholas Nethercote
-0
/
+1
2023-10-22
use visibility to check unused imports and delete some stmts
bohan
-2
/
+0
2023-07-14
Rollup merge of #113698 - compiler-errors:rpitit-check, r=spastorino
Matthias Krüger
-0
/
+4
2023-07-14
Make it clearer that we're just checking for an RPITIT
Michael Goulet
-0
/
+4
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-2
/
+6
2023-06-01
Rename `impl_defaultness` to `defaultness`
Deadbeef
-1
/
+1
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
[next]