about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/util/call_kind.rs
AgeCommit message (Expand)AuthorLines
2025-01-13Assert that Instance::try_resolve is only used on body-like thingsMichael Goulet-149/+0
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-2/+1
2024-11-22Get rid of HIR const checkerMichael Goulet-0/+7
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-4/+4
2024-11-04ty::KContainer -> ty::AssocItemContainer::KMichael Goulet-2/+2
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+2
2024-07-02Instance::resolve -> Instance::try_resolve, and other nitsMichael Goulet-1/+1
2024-06-14Use is_lang_item more aggressivelyMichael Goulet-4/+4
2024-05-23Remove `#[macro_use] extern crate tracing` from `rustc_middle`.Nicholas Nethercote-0/+1
2023-07-14refactor(rustc_middle): Substs -> GenericArgMahdi Dibaiee-13/+13
2023-04-27Don't call await a methodMichael Goulet-0/+5
2023-04-16Move some utils out of `rustc_const_eval`Nilstrieb-0/+137