about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/query/plumbing.rs
AgeCommit message (Expand)AuthorLines
2025-04-29Reformat parameters to macros used by with-all-queriesZalathar-2/+5
2025-04-23MoreMichael Goulet-2/+2
2025-04-22Properly drain pending obligations for coroutinesMichael Goulet-2/+2
2025-03-26Avoiding calling queries when collecting active queriesJohn Kåre Alsaker-1/+1
2025-03-09Auto merge of #137695 - nnethercote:always-inline-query_get_at, r=saethlinbors-1/+1
2025-03-07compiler: Use size_of from the prelude instead of importedThalia Archibald-2/+2
2025-02-28Fix typo in query expansion documentationSamuel Tardieu-1/+1
2025-02-27Always inline `query_get_at`.Nicholas Nethercote-1/+1
2025-02-05Removed dependency on the field-offset crate.David Venhoek-3/+4
2025-02-01Mark the tcx-ensure wrapper types with `#[must_use]`Zalathar-0/+2
2025-02-01Rename `ensure_forwards_result_if_red` to `return_result_from_ensure_ok`Zalathar-2/+8
2025-02-01Rename `tcx.ensure_with_value()` to `tcx.ensure_done()`Zalathar-7/+19
2025-02-01Rename `tcx.ensure()` to `tcx.ensure_ok()`Zalathar-12/+33
2025-01-23Allow `arena_cache` queries to return `Option<&'tcx T>`Zalathar-6/+14
2025-01-13remove code duplication when hashing query result and interning nodeMartin Zacho-1/+0
2024-12-14(Re-)Implement impl_trait_in_bindingsMichael Goulet-1/+1
2024-12-12Remove 'tcx lifetime from QuerySystemFnsbjorn3-4/+4
2024-12-06Remove 'tcx lifetime from OnDiskCachebjorn3-1/+1
2024-11-10query/plumbing: adjust comment to realityRalf Jung-1/+1
2024-10-29TypingMode :thinking:lcnr-1/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-2/+2
2024-08-31disable size asserts in the compiler when randomizing layoutsThe 8472-0/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-15/+14
2024-04-29Remove `extern crate rustc_macros` from `rustc_middle`.Nicholas Nethercote-0/+1
2024-04-18Simplify `static_assert_size`s.Nicholas Nethercote-2/+2
2024-04-16Outline default query and hook provider function implementationsDaniPopes-16/+20
2024-04-11move QueryKeyStringCache from rustc_middle to rustc_query_impl, where it actu...klensy-12/+0
2024-04-08Shrink the size of ClosureTypeInfo to fit into 64 bytes againOli Scherer-3/+5
2024-04-08Pass list of defineable opaque types into canonical queriesOli Scherer-4/+4
2024-04-03Check `x86_64` size assertions on `aarch64`, tooZalathar-2/+2
2024-03-26Remove `CacheSelector` trait now that we can use GATsOli Scherer-3/+1
2024-01-17Make crate_inherent_impls fallible and stop using `track_errors` for itOli Scherer-4/+8
2024-01-10Add `DiagCtxt::delayed_bug`.Nicholas Nethercote-1/+1
2024-01-08Value recovery can take the whole CycleErrorMichael Goulet-1/+1
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-1/+1
2023-12-02Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.Nicholas Nethercote-1/+1
2023-11-25rustc: Make `def_kind` mandatory for all `DefId`sVadim Petrochenkov-17/+0
2023-11-23Move WorkerLocal out of QueryArenasMark Rousskov-3/+4
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