about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/query
AgeCommit message (Expand)AuthorLines
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/+4
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-9/+64
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-13remove code duplication when hashing query result and interning nodeMartin Zacho-1/+0
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-11/+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-9/+7
2024-12-16rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structuresJonathan Dönszelmann-8/+8
2024-12-15Add hir::AttributeJonathan Dönszelmann-2/+2
2024-12-14Auto merge of #134185 - compiler-errors:impl-trait-in-bindings, r=oli-obkbors-1/+1
2024-12-14(Re-)Implement impl_trait_in_bindingsMichael Goulet-1/+1
2024-12-14Rollup merge of #134265 - compiler-errors:ty_def_id, r=oli-obkMatthias Krüger-5/+6
2024-12-13Auto merge of #134269 - matthiaskrgr:rollup-fkshwux, r=matthiaskrgrbors-4/+4
2024-12-13Auto merge of #133099 - RalfJung:forbidden-hardfloat-features, r=workingjubileebors-1/+1
2024-12-13Rename ty_def_id so people will stop using it by accidentMichael Goulet-5/+6
2024-12-12Move impl constness into impl trait headerOli Scherer-1/+2
2024-12-12Remove 'tcx lifetime from QuerySystemFnsbjorn3-4/+4
2024-12-11generalize 'forbidden feature' concept so that even (un)stable feature can be...Ralf Jung-1/+1
2024-12-11Require the `constness` query to only be invoked on things that can have cons...Oli Scherer-1/+3
2024-12-10Rollup merge of #134029 - Zalathar:zero, r=oli-obkLeón Orell Valerian Liehr-1/+1
2024-12-09Rollup merge of #133567 - bjorn3:various_cleanups, r=cjgillotMatthias Krüger-16/+11
2024-12-08coverage: Move `CoverageIdsInfo` into `mir::coverage`Zalathar-1/+1
2024-12-06Remove polymorphizationBen Kimock-10/+1
2024-12-06Remove all threading through of ErrorGuaranteed from the driverbjorn3-1/+1
2024-12-06Remove 'tcx lifetime from OnDiskCachebjorn3-15/+10
2024-12-05Rollup merge of #133607 - WaffleLapkin:tail-call-checks, r=compiler-errorsGuillaume Gomez-0/+6
2024-12-03Rollup merge of #133681 - RalfJung:niches, r=wesleywiserMatthias Krüger-0/+2
2024-12-03Auto merge of #133321 - compiler-errors:const-checker, r=wesleywiserbors-5/+0
2024-12-01fix safe-transmute handling of enumsRalf Jung-0/+2
2024-11-30Make compare_impl_item into a queryMichael Goulet-4/+7
2024-11-29implement checks for tail callsMaybe Waffle-0/+6
2024-11-23rebaselcnr-1/+1
2024-11-23reviewlcnr-2/+3
2024-11-23remove remaining references to `Reveal`lcnr-4/+5
2024-11-23no more Reveal :(lcnr-4/+4
2024-11-22Get rid of HIR const checkerMichael Goulet-5/+0
2024-11-21Rollup merge of #133218 - compiler-errors:const-opaque, r=fee1-deadMatthias Krüger-1/+1
2024-11-20reduce false positives of tail-expr-drop-order from consumed valuesDing Xiang Fei-0/+30