summary refs log tree commit diff
path: root/compiler/rustc_middle/src/query/mod.rs
AgeCommit message (Expand)AuthorLines
2025-03-27Rollup merge of #138672 - Zoxc:deferred-queries-in-deadlock-handler, r=oli-obkStuart Cook-1/+3
2025-03-26Add `TyCtx::env_var_os`Mads Marquart-0/+16
2025-03-26Avoiding calling queries when collecting active queriesJohn Kåre Alsaker-1/+3
2025-03-19Use `Option<Ident>` for lowered param names.Nicholas Nethercote-1/+1
2025-03-13Rollup merge of #138109 - Kohei316:feat/rust-doc-precise-capturing-arg, r=aDo...Matthias Krüger-2/+2
2025-03-12Rename `hir_attrs` query as `hir_attr_map`.Nicholas Nethercote-1/+1
2025-03-10make precise capturing args in rustdoc Json typedmorine0122-2/+2
2025-03-09Rollup merge of #138160 - jdonszelmann:move-find-attr2, r=oli-obkMatthias Krüger-1/+1
2025-03-09Rollup merge of #136968 - oli-obk:bye-bye, r=compiler-errorsMatthias Krüger-6/+0
2025-03-07Rollup merge of #134797 - spastorino:ergonomic-ref-counting-1, r=nikomatsakisMatthias Krüger-0/+5
2025-03-07depend more on attr_data_structures and move find_attr! thereJana Dönszelmann-1/+1
2025-03-06Account for UseCloned on expr_use_visitorSantiago Pastorino-0/+5
2025-03-04Only use implied bounds hack if bevy, and use deeply normalize in implied bou...Michael Goulet-11/+2
2025-03-01Update `const_conditions` and `explicit_implied_const_bounds` docsDeadbeef-0/+14
2025-02-27Fix method name in `TyCtxt::hir_crate()` documentationSamuel Tardieu-3/+3
2025-02-20Turn order dependent trait objects future incompat warning into a hard errorOli Scherer-6/+0
2025-02-19Auto merge of #136539 - matthewjasper:late-normalize-errors, r=compiler-errorsbors-1/+1
2025-02-18Move methods from `Map` to `TyCtxt`, part 2.Nicholas Nethercote-2/+2
2025-02-17Clean up dropck code a bitMatthew Jasper-1/+1
2025-02-14Fix early lint check desc in queryyukang-1/+1
2025-02-10Rollup merge of #136053 - Zalathar:defer-counters, r=saethlinJubilee-3/+10
2025-02-06coverage: Defer part of counter-creation until codegenZalathar-3/+10
2025-02-03tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`Askar Safin-4/+3
2025-02-01Rename `ensure_forwards_result_if_red` to `return_result_from_ensure_ok`Zalathar-10/+10
2025-02-01Rename `tcx.ensure_with_value()` to `tcx.ensure_done()`Zalathar-1/+1
2025-02-01Rename `tcx.ensure()` to `tcx.ensure_ok()`Zalathar-1/+1
2025-01-31Auto merge of #135318 - compiler-errors:vtable-fixes, r=lcnrbors-3/+3
2025-01-30introduce `ty::Value`Lukas Markeffsky-3/+3
2025-01-30Do not treat vtable supertraits as distinct when bound with different bound varsMichael Goulet-3/+3
2025-01-28Make item self/non-self bound naming less whackMichael Goulet-3/+3
2025-01-27Change `collect_and_partition_mono_items` tuple return type to a structOli Scherer-3/+3
2025-01-24coverage: Make query `coverage_ids_info` return an OptionZalathar-1/+3
2025-01-23Allow `arena_cache` queries to return `Option<&'tcx T>`Zalathar-3/+3
2025-01-18Fix commentMichael Goulet-2/+1
2025-01-14Auto merge of #135278 - tgross35:ignore-std-dep-crates, r=SparrowLiibors-0/+2
2025-01-14Add `tcx.visible_traits()` and use it for producing diagnosticsTrevor Gross-0/+2
2025-01-13Auto merge of #135167 - mzacho:depth-limit-const-eval-query, r=oli-obkbors-0/+1
2025-01-11rename `BitSet` to `DenseBitSet`Rémy Rakic-2/+2
2025-01-09Remove the now-useless `Result` from `lit_to_const`Oli Scherer-2/+2
2025-01-06depth limit eval_to_const_value_rawMartin Zacho-0/+1
2025-01-05Auto merge of #134794 - RalfJung:abi-required-target-features, r=workingjubileebors-1/+1
2025-01-04Auto merge of #135057 - compiler-errors:project-unconstrained, r=oli-obkbors-0/+5
2025-01-03Do not project when there are unconstrained impl paramsMichael Goulet-0/+5
2025-01-02Remove diagnostic_only_typeck and fix placeholder suggestion for const/staticMichael Goulet-3/+0
2024-12-31clean up target feature system; most of the toggleability is now handled by t...Ralf Jung-1/+1
2024-12-27Spruce up the docs of several queries related to the type/trait system and co...León Orell Valerian Liehr-94/+217
2024-12-18Re-export more `rustc_span::symbol` things from `rustc_span`.Nicholas Nethercote-5/+4
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-1/+1
2024-12-15Add hir::AttributeJonathan Dönszelmann-1/+1
2024-12-13Auto merge of #133099 - RalfJung:forbidden-hardfloat-features, r=workingjubileebors-1/+1