about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/query/plumbing.rs
AgeCommit message (Expand)AuthorLines
2023-10-23Allow `ensure` queries to return `Result<(), ErrorGuaranteed>`Oli Scherer-3/+55
2023-09-21Move `DepKind` to `rustc_query_system` and define it as `u16`John Kåre Alsaker-4/+4
2023-08-27More precisely detect cycle errors from type_of on opaqueMichael Goulet-0/+3
2023-08-27Pass ErrorGuaranteed to cycle errorMichael Goulet-2/+3
2023-08-14Use `{Local}ModDefId` in many queriesNilstrieb-0/+22
2023-05-21Replace `QueryStruct` with arrays local to `rustc_query_impl`John Kåre Alsaker-13/+3
2023-05-18Rollup merge of #111703 - Zoxc:queries-mod, r=cjgillotDylan DPC-93/+64
2023-05-18Merge query property modules into oneJohn Kåre Alsaker-93/+64
2023-05-17Delay a bug when overwriting fed value.Camille GILLOT-5/+13
2023-05-17Move rustc_middle/src/ty/query.rs to rustc_middle/src/query/plumbing.rsJohn Kåre Alsaker-0/+640