about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis
AgeCommit message (Expand)AuthorLines
2025-05-30Rollup merge of #141507 - RalfJung:atomic-intrinsics, r=bjorn3Matthias Krüger-6/+7
2025-05-29Auto merge of #141717 - jhpratt:rollup-neu8nzl, r=jhprattbors-14/+1
2025-05-29Rollup merge of #141638 - oli-obk:builtin-index, r=lcnrJacob Pratt-2/+1
2025-05-29Rollup merge of #136429 - fmease:gci-fix-def-site-checks, r=BoxyUwUJacob Pratt-9/+36
2025-05-28atomic_load intrinsic: use const generic parameter for orderingRalf Jung-6/+7
2025-05-28Stabilise `repr128`beetrees-14/+1
2025-05-28GCI: Check where-clauses for well-formedness at the def siteLeón Orell Valerian Liehr-8/+33
2025-05-28Use `builin_index` instead of hand-rolling itOli Scherer-2/+1
2025-05-27Rollup merge of #141495 - compiler-errors:rename-unpack, r=fmeaseMatthias Krüger-22/+22
2025-05-27Always evaluate free lifetime-generic constantsLeón Orell Valerian Liehr-1/+3
2025-05-27Fix some var namesMichael Goulet-9/+9
2025-05-27Rename unpack to kindMichael Goulet-17/+17
2025-05-27Use more detailed spans in dyn compat errors within bodiesOli Scherer-6/+13
2025-05-26RenameMichael Goulet-1/+1
2025-05-26Avoid obligation construction dance with query region constraintsMichael Goulet-1/+1
2025-05-23Auto merge of #140553 - BoxyUwU:defer_type_system_ctfe, r=compiler-errorsbors-41/+55
2025-05-22Rollup merge of #140218 - fmease:hirtylo-clean-up-path-low, r=compiler-errorsMatthias Krüger-490/+483
2025-05-22Review CommentsBoxy-7/+7
2025-05-21Introduce `tcx.anon_const_kind` queryBoxy-41/+55
2025-05-19Rollup merge of #140874 - mejrs:rads, r=WaffleLapkinStuart Cook-7/+6
2025-05-17Auto merge of #140856 - oli-obk:merge-queries2, r=nnethercotebors-15/+13
2025-05-17check coroutines with TypingMode::Borrowck to avoid cyclic reasoninglcnr-7/+13
2025-05-16Auto merge of #140557 - compiler-errors:remove-wf-hack, r=lcnrbors-56/+9
2025-05-13Auto merge of #140887 - pietroalbini:pa-bootstrap-update, r=compiler-errorsbors-1/+0
2025-05-13Run rustc_attrs dumps after typeckOli Scherer-11/+11
2025-05-13Some require_lang_item -> is_lang_item replacementsOli Scherer-4/+2
2025-05-12Fix typosomahs-2/+2
2025-05-12update cfg(bootstrap)Pietro Albini-1/+0
2025-05-11Rollup merge of #140792 - Urgau:minimum-maximum-intrinsics, r=scottmcm,travis...León Orell Valerian Liehr-0/+18
2025-05-10Auto merge of #140854 - oli-obk:merge-queries, r=nnethercotebors-4/+0
2025-05-09don't depend on rustc_attr_parsing if rustc_data_structures will domejrs-7/+6
2025-05-09Merge typeck loop with static/const item eval loopOli Scherer-4/+0
2025-05-09Use intrinsics for `{f16,f32,f64,f128}::{minimum,maximum}` operationsUrgau-0/+18
2025-05-08Rollup merge of #140684 - compiler-errors:unnecessary-assoc, r=lcnrMatthias Krüger-7/+23
2025-05-08Rollup merge of #140769 - Zoxc:fix-140731, r=oli-obkMatthias Krüger-5/+5
2025-05-08Rollup merge of #140523 - compiler-errors:late-early-mismatch, r=jackh726Matthias Krüger-45/+299
2025-05-07Add `DefPathData::OpaqueLifetime` to avoid conflicts for remapped opaque life...John Kåre Alsaker-5/+5
2025-05-07Better error message for late/early lifetime param mismatchMichael Goulet-3/+234
2025-05-07ReviewMichael Goulet-5/+20
2025-05-07Point out region bound mismatches in check_region_bounds_on_impl_itemMichael Goulet-43/+66
2025-05-07Only include associated type bounds for Self:Sized associated types if they a...Michael Goulet-4/+5
2025-05-07Remove manual WF hackMichael Goulet-56/+9
2025-05-07Require T: TypeFoldable in Binder<T> visitMichael Goulet-3/+3
2025-05-06Preserve generic args in suggestions for ambiguous associated itemsLeón Orell Valerian Liehr-24/+29
2025-05-06Factor out `resolve_type_relative_path`León Orell Valerian Liehr-152/+112
2025-05-06Rename and move several error reporting methodsLeón Orell Valerian Liehr-192/+205
2025-05-06Introduce Boolean type `PermitVariants` for legibilityLeón Orell Valerian Liehr-13/+22
2025-05-06Name methods pertaining to HIR ty lowering of paths more appropriatelyLeón Orell Valerian Liehr-134/+150
2025-05-06Eliminate unnecessary parameterLeón Orell Valerian Liehr-19/+11
2025-05-06Consistently use the DiagCtxtHandle of HirTyLowerer instead of the one of TyCtxtLeón Orell Valerian Liehr-17/+15