-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Subtree update of rust-analyzer
#142250
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
#142250
Conversation
Co-authored-by: Lukas Wirth <me@lukaswirth.dev>
…word and on visibility
Produce ClosureBinder node in atom.rs
The Rust source code previously mised ProjectJson and JsonProject, and the TypeScript definition didn't match either. Use 'ProjectJson' everywhere. This is purely an internal change.
internal: Use 'ProjectJson' consistently
…riginal symbol Co-authored-by: Jake Goulding <jake.goulding@integer32.com>
Enhance renaming to include identifiers that are generated from the original symbol
Enable Assist edit for tuple<->named struct for the struct and visiblity keywords
fix: Cycle handlers for `HirDatabase::infer, const_param_ty_with_diagnostics`
Add a quickfix for accessing a private field of a struct
Bumps [tar-fs](https://github.com/mafintosh/tar-fs) from 2.1.2 to 2.1.3. - [Commits](https://github.com/mafintosh/tar-fs/commits) --- updated-dependencies: - dependency-name: tar-fs dependency-version: 2.1.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
ci: Pin `cargo-workspaces` to `0.3.6`
Revert `cargo-workspaces` version fix
ci: When autopublishing, remove `xtask` from workspace
fix: Record macro calls in signatures in `ChildBySource` impls
Better parser recovery for macro calls in type bound position
…-stable fix: Stabilize unlinked file diagnostic
…-quickfix fix: Always include quickfixes for diagnostics, even when diagnostics are disabled
fix: Record macro calls for fields in `ChildBySource` impls
…attribute_completions feat: implement attribute completions for diagnostics module
fix: Stabilize the "JSON is not Rust" diagnostic
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 c6768de (parent) -> 8a407a8 (this PR) Test differencesNo test diffs found Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 8a407a82848bbc926de1cbbbbcb381e1a96f5968 --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 (8a407a8): comparison URL. Overall result: no relevant changes - no action needed@rustbot label: -perf-regression Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesResults (secondary -1.8%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 755.17s -> 753.608s (-0.21%) |
r? @ghost