summary refs log tree commit diff
path: root/compiler/rustc_middle/src/query/mod.rs
AgeCommit message (Expand)AuthorLines
2024-01-31Auto merge of #120346 - petrochenkov:ownodes, r=oli-obkbors-2/+2
2024-01-30hir: Simplify `hir_owner_nodes` queryVadim Petrochenkov-2/+2
2024-01-27Remove unnecessary unit returns in query declarationsDaniPopes-14/+14
2024-01-26Auto merge of #116167 - RalfJung:structural-eq, r=lcnrbors-2/+2
2024-01-25Rollup merge of #119895 - oli-obk:track_errors_3, r=matthewjasperMatthias Krüger-2/+6
2024-01-24remove StructuralEq traitRalf Jung-2/+2
2024-01-23Remove track_errors entirelyOli Scherer-2/+6
2024-01-22Add a simpler and more targetted code path for impl trait in assoc itemsOli Scherer-0/+9
2024-01-19Auto merge of #120112 - matthiaskrgr:rollup-48o3919, r=matthiaskrgrbors-7/+9
2024-01-19Auto merge of #120006 - cjgillot:no-hir-owner, r=wesleywiserbors-8/+0
2024-01-18Rollup merge of #119869 - oli-obk:track_errors2, r=matthewjasperMatthias Krüger-7/+9
2024-01-17Correctly handle normalization in implied boundsAli MJ Al-Nasrawy-1/+10
2024-01-17Make crate_inherent_impls fallible and stop using `track_errors` for itOli Scherer-5/+5
2024-01-17Make crate_inherent_impls_overlap_check bubble up its errorsOli Scherer-1/+2
2024-01-17Move `check_mod_impl_wf` query call out of track_errors and bubble errors up ...Oli Scherer-1/+2
2024-01-16Get rid of the hir_owner query.Camille GILLOT-8/+0
2024-01-11`specialization_graph_of`'s `errored` field is used in the only call site, an...Oli Scherer-2/+1
2024-01-08Don't check for recursion in generator witness fieldsMichael Goulet-0/+2
2024-01-05Auto merge of #119192 - michaelwoerister:mcp533-push, r=cjgillotbors-11/+11
2024-01-05Stabilize THIR unsafeckMatthew Jasper-5/+4
2024-01-04Make iteration order of collect_return_position_impl_trait_in_trait_tys query...Michael Woerister-2/+2
2024-01-04Make iteration order of supported_target_features query stableMichael Woerister-1/+1
2024-01-04Make iteration order of trimmed_def_paths query stableMichael Woerister-1/+1
2024-01-04Make iteration order of named_variable_map, late_bound_vars_map, and resolve_...Michael Woerister-2/+2
2024-01-04Make iteration order of wasm_import_module_map query stableMichael Woerister-1/+1
2024-01-04Make iteration order of upstream_monomorphizations query stableMichael Woerister-2/+2
2024-01-04Replace a number of FxHashMaps/Sets with stable-iteration-order alternatives.Michael Woerister-2/+2
2024-01-02Merge check_for_entry_fn fully into check_mod_type_wfOli Scherer-4/+0
2024-01-02Reorder `check_item_type` diagnostics so they occur next to the corresponding...Oli Scherer-2/+2
2023-12-18Replace some instances of FxHashMap/FxHashSet with stable alternatives (mostl...Michael Woerister-2/+2
2023-12-13global param_env canonicalization cacheAli MJ Al-Nasrawy-1/+3
2023-12-02Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.Nicholas Nethercote-3/+3
2023-11-25rustc: Make `def_kind` mandatory for all `DefId`sVadim Petrochenkov-1/+1
2023-11-23Move WorkerLocal out of QueryArenasMark Rousskov-1/+0
2023-11-22Allow defining opaques in check_coroutine_obligationsMichael Goulet-1/+1
2023-11-21Auto merge of #118107 - matthiaskrgr:rollup-k5bfkfr, r=matthiaskrgrbors-1/+11
2023-11-20Unify defined_lib_features and lib_features queriesMichael Goulet-5/+2
2023-11-19Add documentation for some queriesNilstrieb-1/+11
2023-10-31Turn const_caller_location from a query to a hookOli Scherer-4/+0
2023-10-26Stash and cancel cycle errors for auto trait leakage in opaquesMichael Goulet-0/+1
2023-10-25Rollup merge of #117136 - compiler-errors:defid-list, r=oli-obkMatthias Krüger-1/+1
2023-10-24Intern LocalDefId list from opaque queryMichael Goulet-1/+1
2023-10-23Auto merge of #116849 - oli-obk:error_shenanigans, r=cjgillotbors-3/+7
2023-10-23Allow `ensure` queries to return `Result<(), ErrorGuaranteed>`Oli Scherer-1/+5
2023-10-21coverage: Change query `codegened_and_inlined_items` to a plain functionZalathar-6/+0
2023-10-20s/generator/coroutine/Oli Scherer-9/+9
2023-10-20s/Generator/Coroutine/Oli Scherer-2/+2
2023-10-20Avoid a `track_errors` by bubbling up most errors from `check_well_formed`Oli Scherer-2/+2
2023-10-18coverage: Store all of a function's mappings in function coverage infoZalathar-11/+0
2023-10-18coverage: Store the number of counters/expressions in function coverage infoZalathar-4/+5