about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/hir-ty
AgeCommit message (Expand)AuthorLines
2025-08-13implement `type_of_opaque`lcnr-72/+69
2025-08-13Merge pull request #20376 from fee1-dead/traitaliasLukas Wirth-28/+33
2025-08-13Merge pull request #20445 from rust-lang/veykril/push-twmmuyzwtxnoLukas Wirth-1/+1
2025-08-13update a few fixmes, and one trivial improvementlcnr-11/+22
2025-08-13fix: Attach db for inlay hint computeLukas Wirth-1/+1
2025-08-13fix errors after rebaseDeadbeef-13/+8
2025-08-13Print fields of interned IDs in hir-ty instead of just the IDLukas Wirth-21/+25
2025-08-13add test for trait alias projectionsDeadbeef-0/+21
2025-08-13Merge Trait and TraitAlias handlingDeadbeef-15/+4
2025-08-09Implement next trait solverjackh726-1194/+18698
2025-08-02When renaming a parameter to `self`, change callers to use method call syntaxChayim Refael Friedman-1/+1
2025-07-31`cargo clippy --fix`Lukas Wirth-672/+605
2025-07-29Merge pull request #20337 from ChayimFriedman2/double-inlay-hintsLukas Wirth-13/+13
2025-07-29When displaying a projection into a type parameter that has bounds as `impl T...Chayim Refael Friedman-13/+13
2025-07-28Format and bump rustc cratesLaurențiu Nicola-3/+3
2025-07-28Merge ref '733dab558992' from rust-lang/rustThe rustc-josh-sync Cronjob Bot-13/+3
2025-07-27Ignore `Destruct` bounds againLukas Wirth-2/+41
2025-07-24Remove dead code and extend test coverage and diagnostics around itOli Scherer-13/+3
2025-07-22fix: Apply adjusts to pats and exprs when doing pat analysisShoyu Vanilla-40/+69
2025-07-15Format and bump rustc cratesLaurențiu Nicola-1/+1
2025-07-15Merge from rust-lang/rustLaurențiu Nicola-5/+14
2025-07-15Infer lifetimes for GATs in expression/pattern positionChayim Refael Friedman-2/+6
2025-07-11Merge pull request #20232 from ShoyuVanilla/issue-20225Shoyu Vanilla (Flint)-5/+17
2025-07-11Add a memory map bound check assertion on rendering const sliceShoyu Vanilla-0/+8
2025-07-11Merge pull request #20219 from ChayimFriedman2/expr-store-memChayim Refael Friedman-35/+32
2025-07-11fix: Normalize projection types before calculating memory mapsShoyu Vanilla-5/+9
2025-07-10Merge pull request #20228 from ChayimFriedman2/fix-use-displayChayim Refael Friedman-0/+1
2025-07-11Fix display of `use<>` syntaxChayim Refael Friedman-0/+1
2025-07-10Merge pull request #20210 from ChayimFriedman2/naked-asm-safeShoyu Vanilla (Flint)-2/+7
2025-07-10Put the expression stuff in the expression store behind an `Option<Box>`Chayim Refael Friedman-35/+32
2025-07-09Differentiate between `asm!()`, `global_asm!()` and `naked_asm!()`, and make ...Chayim Refael Friedman-2/+7
2025-07-09Auto merge of #143472 - dianne:deref-pat-column-check, r=Nadrierilbors-0/+8
2025-07-08Revert "Re-enable fixpoint iteration for variance computation"Chayim Refael Friedman-11/+12
2025-07-07Auto merge of #143182 - xdoardo:more-addrspace, r=workingjubileebors-5/+6
2025-07-07compiler: Parse `p-` specs in datalayout string, allow definition of custom d...Edoardo Marangoni-5/+6
2025-07-06Merge pull request #20184 from Veykril/push-ywpynxnltpokLukas Wirth-18/+30
2025-07-06chore: Remove dead field from `InferenceContext`Lukas Wirth-18/+30
2025-07-06Merge pull request #20179 from ChayimFriedman2/destructuring-assignment-neverLukas Wirth-2/+61
2025-07-05Fix diverging destructuring assignmentsChayim Refael Friedman-2/+61
2025-07-04always check for mixed deref pattern and normal constructorsdianne-0/+8
2025-07-04`hir_ty::match_check`: remove special handling for box patternsdianne-60/+20
2025-07-03fix: Closure capturing for let exprs, againShoyu Vanilla-5/+30
2025-07-03Merge pull request #20160 from Veykril/push-pqvskktpnyluLukas Wirth-8/+8
2025-07-03fix: Improve diagnostic ranges for `macro_calls!`Lukas Wirth-8/+8
2025-07-03Re-enable fixpoint iteration for variance computationLukas Wirth-12/+11
2025-07-03Bump salsaLukas Wirth-39/+70
2025-06-29Remove last use of `rustc_pat_analysis::Captures`zachs18-5/+5
2025-06-28ci: Fix up release workflowLukas Wirth-1/+4
2025-06-26Merge pull request #20100 from ShoyuVanilla/ignore-sized-hierarchyChayim Refael Friedman-6/+47
2025-06-26Backport new sized-hierarchy trait bounds in old waysShoyu Vanilla-6/+47