about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/crates/hir-ty
AgeCommit message (Expand)AuthorLines
2025-03-10Merge pull request #19331 from lnicola/sync-from-rustLaurențiu Nicola-181/+70
2025-03-10Format codeLaurențiu Nicola-35/+43
2025-03-10Fix simd layout testLaurențiu Nicola-1/+1
2025-03-10Bump rustc cratesLaurențiu Nicola-4/+0
2025-03-10Merge pull request #19330 from ChayimFriedman2/normalize-projectionLukas Wirth-148/+248
2025-03-10Merge from rust-lang/rustLaurențiu Nicola-152/+37
2025-03-09Bump chalk for built-in supports of async closuresShoyu Vanilla-0/+47
2025-03-08Use `rustc_abi` code for SIMD layout in rust-analyzerMoulins-39/+7
2025-03-08Remove most manual LayoutData creations and move them to `rustc_abi`Moulins-78/+20
2025-03-06Use correct crate for trait env in `render_const_scalar()`Chayim Refael Friedman-4/+1
2025-03-06Pass the target crate in `HirFormatter`Chayim Refael Friedman-144/+242
2025-03-06Normalize projections in evaluated const display and layout calculationChayim Refael Friedman-0/+5
2025-03-05Merge pull request #19274 from Veykril/push-pouwrwwrlrltLukas Wirth-9/+38
2025-03-05Use HIR unsafety information for unsafe syntax highlightngLukas Wirth-9/+38
2025-03-05Use size_of from the prelude instead of importedThalia Archibald-6/+5
2025-03-03Rollup merge of #137921 - lnicola:sync-from-ra, r=lnicolaMatthias Krüger-45/+535
2025-03-03Merge from rust-lang/rustLaurențiu Nicola-1/+1
2025-03-02Remove layouting dead code for non-array SIMD types.Moulins-36/+11
2025-02-28rename BackendRepr::Vector → SimdVectorRalf Jung-1/+1
2025-02-27fix doc testsBenjaminBrienen-5/+6
2025-02-27enable doctestBenjaminBrienen-1/+0
2025-02-25Disable typos checker for the target feature namesChayim Refael Friedman-0/+2
2025-02-25Support target features implications in target_feature 1.1Chayim Refael Friedman-35/+267
2025-02-24Merge pull request #18987 from ChayimFriedman2/drop-glueLukas Wirth-4/+260
2025-02-24Format codeLaurențiu Nicola-1/+1
2025-02-24Add rustc_hashes and bump the othersLaurențiu Nicola-0/+1
2025-02-24Merge from rust-lang/rustLaurențiu Nicola-16/+23
2025-02-23Merge pull request #19191 from Veykril/push-yzzlosskwrxsLukas Wirth-4/+2
2025-02-23Remove `limit` crate in favor `usize`Lukas Wirth-4/+2
2025-02-23Rollup merge of #137334 - compiler-errors:edition-2024-fresh-2, r=saethlin,tr...Jacob Pratt-5/+5
2025-02-22Greatly simplify lifetime captures in edition 2024Michael Goulet-5/+5
2025-02-20rust-analyzer: use new function in (incorrect) layout computationJubilee Young-1/+1
2025-02-20Remove `BackendRepr::Uninhabited`, replaced with an `uninhabited: bool` field...Zachary S-6/+6
2025-02-20Explicitly compare `TypesMap` as ptrsShoyu Vanilla-12/+17
2025-02-20fix: Binding wrong assoc ty when lowering trait ref boundShoyu Vanilla-10/+45
2025-02-18Revert "pass struct fields to chalk"Lukas Wirth-37/+20
2025-02-17Rollup merge of #137173 - lnicola:sync-from-ra, r=lnicolaMatthias Krüger-1250/+1483
2025-02-17Merge pull request #19169 from lnicola/sync-from-rustLaurențiu Nicola-2/+2
2025-02-17Merge pull request #19167 from ChayimFriedman2/fix-ref-patLukas Wirth-17/+43
2025-02-17Merge from rust-lang/rustLaurențiu Nicola-2/+2
2025-02-17Auto merge of #137164 - matthiaskrgr:rollup-dj5826k, r=matthiaskrgrbors-4/+11
2025-02-17Fix detection of ref patterns for path patternsChayim Refael Friedman-17/+43
2025-02-17Merge pull request #19122 from Austaras/masterLukas Wirth-20/+37
2025-02-17Merge pull request #19127 from ChayimFriedman2/different-generic-argsLukas Wirth-1102/+1091
2025-02-17Calculate drop glue and show it on hoverChayim Refael Friedman-4/+260
2025-02-17Add `pattern_complexity_limit` to `Limits`.Nicholas Nethercote-1/+1
2025-02-16Move hashes from rustc_data_structure to rustc_hashes so they can be shared w...Ben Kimock-4/+11
2025-02-16Refactor path loweringChayim Refael Friedman-1090/+1089
2025-02-16Improve error recovery when method-calling an assoc functionLukas Wirth-41/+87
2025-02-12Merge pull request #19148 from Veykril/push-ptnykrwnwwluLukas Wirth-79/+152