-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Subtree update of rust-analyzer
#133564
Subtree update of rust-analyzer
#133564
Conversation
Signed-off-by: Tarek <tareknaser360@gmail.com>
feat: Use snippet placeholders for generated match arms
…espace_in_merge_match_arms Improve selection handling for the `merge_match_arms` assist
…rder_impl_items Migrate `reorder_impl_items` Assist to Use `SyntaxFactory`
…_braces-to-use-SyntaxFactory feat: convert add_braces to SyntaxFactory SyntaxEditor abstraction
Update file path for request.rs entry point in architecture.md
internal: Fix missing `rust-src` message
…cludes itself as the tail field
fix: Fix a stack overflow when computing the sizedness of a struct that includes itself as the tail field
Re-add `rust-analyzer.cargo.sysrootQueryMetadata`
minor: Sync from downstream
rust-analyzer is developed in its own repository. If possible, consider making this change to rust-lang/rust-analyzer instead. cc @rust-lang/rust-analyzer |
@bors r+ p=1 subtree update |
This comment has been minimized.
This comment has been minimized.
@bors r- |
@bors r+ p=1 subtree update |
☀️ Test successful - checks-actions |
Finished benchmarking commit (c1cfab2): comparison URL. Overall result: ❌ regressions - no action needed@rustbot label: -perf-regression Instruction countThis is the most reliable metric that we have; it was used to determine the overall result at the top of this comment. However, even this metric can sometimes exhibit noise.
Max RSS (memory usage)Results (primary 0.1%, secondary 2.7%)This 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: 792.58s -> 793.251s (0.08%) |
r? @ghost