about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/util/mod.rs
AgeCommit message (Collapse)AuthorLines
2023-09-22Merge `ExternProviders` into the general `Providers` structOli Scherer-0/+1
2023-09-22Have a single struct for queries and hookOli Scherer-0/+23
2023-04-16Move some utils out of `rustc_const_eval`Nilstrieb-0/+7
This allows us to get rid of the `rustc_const_eval->rustc_borrowck` dependency edge which was delaying the compilation of borrowck. The added utils in `rustc_middle` are small and should not affect compile times there.