Jakub Beránek
|
136bf7f734
|
Fix llvm-profdata extension on non Linux OSes
|
2025-04-15 11:19:37 +02:00 |
|
Lukas Wirth
|
b8cf608cfe
|
Merge pull request #19583 from Kobzol/revert-19582-ci-pgo
Do not perform PGO on Linux CI
|
2025-04-14 15:47:06 +00:00 |
|
Jakub Beránek
|
4c86214f47
|
Do not enable PGO in combination with zigbuild
|
2025-04-14 17:35:50 +02:00 |
|
Lukas Wirth
|
7fc29a99ef
|
Merge pull request #19568 from snprajwal/destructure-struct-editor
refactor: editor for `destructure_struct_binding`
|
2025-04-14 15:35:00 +00:00 |
|
Lukas Wirth
|
aded72f8e6
|
Merge pull request #19572 from snprajwal/expand-rest-pattern
refactor: migrate `expand_rest_pattern` to editor
|
2025-04-14 14:50:08 +00:00 |
|
Lukas Wirth
|
6c589ef504
|
Merge pull request #19582 from Kobzol/ci-pgo
Distribute x64 and aarch64 Linux builds with PGO optimizations
|
2025-04-14 14:32:56 +00:00 |
|
Lukas Wirth
|
dc70a78b03
|
Merge pull request #19569 from snprajwal/fixmes
fix(ast): return correct types for `make::expr_*` methods
|
2025-04-14 11:10:27 +00:00 |
|
Lukas Wirth
|
909d210f4c
|
Merge pull request #19578 from clouds56-contrib/drive-letter
add normalizeDriveLetter
|
2025-04-14 11:09:37 +00:00 |
|
Lukas Wirth
|
4d6f9e7aa8
|
Merge pull request #19521 from snprajwal/ci
ci: cancel parallel jobs if test fails
|
2025-04-14 11:08:43 +00:00 |
|
Lukas Wirth
|
8fb2b3e4d6
|
Merge pull request #19579 from ChayimFriedman2/cyclic-closure
fix: Prevent panics when there is a cyclic dependency between closures
|
2025-04-14 10:15:03 +00:00 |
|
Jakub Beránek
|
0052f6a8fb
|
Use PGO for x64 and aarch64 Linux builds on CI
|
2025-04-14 11:51:48 +02:00 |
|
Jakub Beránek
|
43449a88bc
|
Add xdist dist --pgo command to build Rust Analyzer with PGO optimizations
|
2025-04-14 11:51:48 +02:00 |
|
Lukas Wirth
|
21351d9a8a
|
Merge pull request #19576 from chenyukang/yukang-fix-rustfmt-error
Ignore errors from rustfmt which may trigger error notification
|
2025-04-14 04:57:34 +00:00 |
|
Chayim Refael Friedman
|
cdc5ba30fc
|
Prevent panics when there is a cyclic dependency between closures
We didn't include them in the sorted closures list, therefore didn't analyze them, then failed to find them.
|
2025-04-14 07:12:51 +03:00 |
|
Clouds Flowing
|
0c13a94533
|
fix format
|
2025-04-14 11:45:21 +08:00 |
|
Clouds Flowing
|
f66a3413db
|
add normalizeDriveLetter
|
2025-04-14 11:23:31 +08:00 |
|
yukang
|
5abe9e66b0
|
Ignore errors from rustfmt which may trigger error notification
|
2025-04-14 09:33:38 +08:00 |
|
Lukas Wirth
|
8365cf853e
|
Merge pull request #19573 from Veykril/push-swrzvrroornr
internal: Render sigantures with view hir command
2025-04-14
|
2025-04-13 10:24:28 +00:00 |
|
Lukas Wirth
|
40076b577f
|
internal: Render sigantures with view hir command
|
2025-04-13 12:13:28 +02:00 |
|
Prajwal S N
|
65f6877179
|
ci: cancel parallel jobs if test fails
Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com>
|
2025-04-12 01:49:07 +05:30 |
|
HKalbasi
|
afc367b96c
|
Merge pull request #19571 from duncanawoods/19464-Regression-vs-code-test-explorer-skips-unit-tests-since-v0.3.2353
Fix missing test update notifications when there are hyphens in the target name and exclude dependencies from `Run All`
|
2025-04-11 17:17:16 +00:00 |
|
Prajwal S N
|
c7e5e33bb6
|
refactor: migrate expand_rest_pattern to editor
Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com>
|
2025-04-11 21:25:53 +05:30 |
|
duncan
|
06770e0c9a
|
fix clippy::useless-conversion
|
2025-04-11 16:23:47 +01:00 |
|
duncan
|
d51ecf8a41
|
exclude build script targets from testing
|
2025-04-11 16:16:20 +01:00 |
|
duncan
|
6d50737732
|
test only packages that are workspace members
|
2025-04-11 15:03:38 +01:00 |
|
duncan
|
604d78568c
|
use underscores in the target name for test update notifications
|
2025-04-11 14:15:13 +01:00 |
|
Chayim Refael Friedman
|
96925d5105
|
Merge pull request #19570 from ChayimFriedman2/fix-store-panic
fix: Fix an incorrect `ExpressionStore` that was passed
|
2025-04-10 21:46:18 +00:00 |
|
Chayim Refael Friedman
|
8bde16dcce
|
Fix an incorrect ExpressionStore that was passed
It caused panics everywhere.
|
2025-04-11 00:34:13 +03:00 |
|
Prajwal S N
|
688464d5e6
|
fix: make::expr_call() -> CallExpr
Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com>
|
2025-04-11 02:57:44 +05:30 |
|
Prajwal S N
|
ab620e367d
|
fix: make::expr_method_call() -> MethodCallExpr
Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com>
|
2025-04-11 02:50:20 +05:30 |
|
Prajwal S N
|
728d72fbe1
|
fix: make::expr_closure() -> ClosureExpr
Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com>
|
2025-04-11 02:50:16 +05:30 |
|
Prajwal S N
|
92a7890814
|
fix: make::expr_paren() -> ParenExpr
Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com>
|
2025-04-11 02:50:13 +05:30 |
|
Prajwal S N
|
c254537465
|
refactor: editor for destructure_struct_binding
Signed-off-by: Prajwal S N <prajwalnadig21@gmail.com>
|
2025-04-11 02:36:23 +05:30 |
|
David Barsky
|
bee999863b
|
Merge pull request #19565 from davidbarsky/davidbarsky/add-prime-caches-subcommand
internal: add `prime-caches` subcommand
|
2025-04-10 15:42:25 +00:00 |
|
David Barsky
|
71c4a0d4af
|
internal: cleanup CLI flag documentation
|
2025-04-10 11:30:59 -04:00 |
|
David Barsky
|
2888069a87
|
internal: add prime-caches subcommand
|
2025-04-10 11:18:33 -04:00 |
|
Florian Diebold
|
1bf840bb50
|
Merge pull request #19566 from flodiebold/push-vzpyzvpkwkyt
Fix dyn compatibility code bypassing callable_item_signature query
|
2025-04-10 15:11:34 +00:00 |
|
Lukas Wirth
|
6427d41b56
|
Merge pull request #19564 from rust-lang/dependabot/cargo/crossbeam-channel-0.5.15
chore(deps): bump crossbeam-channel from 0.5.14 to 0.5.15
|
2025-04-10 14:58:43 +00:00 |
|
Florian Diebold
|
6e06115e6d
|
Fix dyn compatibility code bypassing callable_item_signature query
|
2025-04-10 16:56:17 +02:00 |
|
dependabot[bot]
|
7a3a4b4ffc
|
chore(deps): bump crossbeam-channel from 0.5.14 to 0.5.15
Bumps [crossbeam-channel](https://github.com/crossbeam-rs/crossbeam) from 0.5.14 to 0.5.15.
- [Release notes](https://github.com/crossbeam-rs/crossbeam/releases)
- [Changelog](https://github.com/crossbeam-rs/crossbeam/blob/master/CHANGELOG.md)
- [Commits](https://github.com/crossbeam-rs/crossbeam/compare/crossbeam-channel-0.5.14...crossbeam-channel-0.5.15)
---
updated-dependencies:
- dependency-name: crossbeam-channel
dependency-version: 0.5.15
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-04-10 14:46:08 +00:00 |
|
Lukas Wirth
|
b927a7c414
|
Merge pull request #19563 from Veykril/push-xwlnkpmkqnwp
fix: Fix invalid signature bitflags
|
2025-04-10 14:24:19 +00:00 |
|
Lukas Wirth
|
8df812f14d
|
fix: Walk const block expressions for unsafety checking
|
2025-04-10 16:10:30 +02:00 |
|
Lukas Wirth
|
9e0af2bf13
|
Merge pull request #19562 from Veykril/push-uqutltwzsnmk
fix: Fix invalid signature bitflags
|
2025-04-10 13:51:28 +00:00 |
|
Lukas Wirth
|
4fdc2507c6
|
fix: Fix invalid signature bitflags
|
2025-04-10 15:39:27 +02:00 |
|
Lukas Wirth
|
f880acd18c
|
Merge pull request #19461 from Hmikihiro/shadow_by_module
fix: shadow type by module
|
2025-04-10 12:20:14 +00:00 |
|
Lukas Wirth
|
062205fd36
|
Merge pull request #19555 from Urgau/patch-1
Enable `[canonicalize-issue-links]` and `[no-mentions]` in triagebot
|
2025-04-10 11:48:47 +00:00 |
|
Lukas Wirth
|
55efab890b
|
Merge pull request #19559 from ChayimFriedman2/rust-186
internal: Switch to Rust 1.86.0
|
2025-04-10 08:33:14 +00:00 |
|
Chayim Refael Friedman
|
8a9a1e3345
|
Remove all upcasts!
It turns out there were a lot redundant too.
|
2025-04-10 11:08:38 +03:00 |
|
Chayim Refael Friedman
|
a775d21112
|
Update MSRV to Rust 1.86.0
|
2025-04-10 11:06:09 +03:00 |
|
Hayashi Mikihiro
|
2bdb2292d8
|
Update crates/hir-def/src/resolver.rs
Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
|
2025-04-10 16:29:10 +09:00 |
|