-
Notifications
You must be signed in to change notification settings - Fork 13.4k
⬆️ rust-analyzer
#113791
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
⬆️ rust-analyzer
#113791
Conversation
minor: Neovim, not NeoVim
Upgrade to indexmap v2 No code changes required.
Fix some unsizing problems in mir
…r=Veykril Add the comment why `HasSource::source()` returns `Option` Fix rust-lang/rust-analyzer#15088
…libs, r=lnicola autopublish: Rename crates after removing libs from workspace
- https://code.visualstudio.com/updates/v1_67 - https://code.visualstudio.com/updates/v1_68 - https://code.visualstudio.com/updates/v1_69 - https://code.visualstudio.com/updates/v1_70 - https://code.visualstudio.com/updates/v1_71 - https://code.visualstudio.com/updates/v1_72 - https://code.visualstudio.com/updates/v1_73 - https://code.visualstudio.com/updates/v1_74 - https://code.visualstudio.com/updates/v1_75 - https://code.visualstudio.com/updates/v1_76 - https://code.visualstudio.com/updates/v1_77 - https://code.visualstudio.com/updates/v1_78
Handle TyAlias in projected_ty First of all I still have no idea how MIR works but rust-lang#15143 has been an issue that constantly made RA crash so I have been looking for a way to make RA stop panicking. I have zero claims that what I want to merge has any sense or is correct 😄 but there isn't any more panicking. Even if it is wrong may this be at least a step towards resolving this issue. As is customary this PR fixes rust-lang#15143
Revert "Handle TyAlias in projected_ty" Reverts rust-lang/rust-analyzer#15288
minor: Bump rust-version to 1.70 and use the workspace one in xtask CC rust-lang/rust-analyzer#15279
Fixed typo in documentation comment
Update flags.rs Fixed typo in documentation comment
…, r=lnicola Fix rust-analzyer ssr help message It's missing a `>`, so ``` > rust-analyzer ssr '''$a.foo($b) ==> bar($a, $b)''' can't parse `rule`, Parse error: Cannot find delimiter `==>>` ``` happens.
Normalize type alias in projected_ty fix rust-lang#15143
minor: Sync from rust
rust-lang#113695 makes the dylib metadata uncompressed for perf reasons. This commit allows reading both the current compressed and future uncompressed dylib metadata.
…=lnicola Support reading uncompressed proc macro metadata rust-lang#113695 makes the dylib metadata uncompressed for perf reasons. This commit allows reading both the current compressed and future uncompressed dylib metadata.
Some changes occurred in src/tools/rust-analyzer cc @rust-lang/rust-analyzer |
@bors r+ p=1 |
☀️ Test successful - checks-actions |
1 similar comment
☀️ Test successful - checks-actions |
Finished benchmarking commit (b3c7a7e): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 655.973s -> 656.058s (0.01%) |
r? @ghost