-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Subtree update of rust-analyzer
#141278
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
#141278
Conversation
fix: Fix incorrect handling of unresolved non-module imports in name resolution
refactor: De-arc defmap queries
This assist unwraps a type into its generic type argument, ignoring const and lifetime arguments
…h_type feat: add an assist to unwrap a type with a generic arg
minor: Add a mbe test for parsing negative literals
fix: Fix proc-macro API creating malformed negative literals
fix: Fix `move_bounds` assists not working for lifetimes
…in_concat fix: negative nums in `concat!` expansion
github: Direct users to discussions instead of issues for questions
refactor: Remove unnecessary `AsAny` trait
fix: Remove unnecessary token length check for macros in renaming
To make best use of available cores, and don't waste time waiting for other tasks. See the comments in the code for explanation.
And make it parallel by default (and remove the `--parallel` flag) to mirror the IDE cache priming.
…nifest-path Support environment variable CARGO_MANIFEST_PATH.
It could be confusing if they see "Indexing n/n" but cache priming does not finish.
Better handle parallelism in cache priming
fix: Don't overwrite `RUSTUP_TOOLCHAIN` if it is already set
This way we can catch regressions from upstream earlier
ci: Run metrics on the beta channel
feat: highlight unsafe operations
perf: Request cancellation while processing changed files
Debounce workspace fetching for workspace structure changes
internal: Catch panics in inference in analysis-stats
minor: Remote dangling file
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 sync |
☀️ Test successful - checks-actions |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing f8e9e76 (parent) -> 28174fc (this PR) Test differencesShow 33255 test diffsStage 1
Stage 2
(and 16557 additional test diffs) Additionally, 16598 doctest diffs were found. These are ignored, as they are noisy. Job group index Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 28174fc1a0525888615c8bce8f4ecec13c85ecc6 --output-dir test-dashboard And then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
Finished benchmarking commit (28174fc): comparison URL. Overall result: ✅ improvements - 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 (secondary -2.5%)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.
CyclesResults (secondary -0.2%)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.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 775.927s -> 775.471s (-0.06%) |
r? @ghost