-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
#137523
Subtree update of rust-analyzer
#137523
Conversation
fix formatting
doc: move dev docs to manual
Revert "pass struct fields to chalk"
Fix dead link
Ignore assists with many results if grouping not supported
…-url doc: use fully qualified url for source path
it is stable since 1.52
fix dead links
…-line-anchor doc: missed the L for the line number
Update configuration.md
Update architecture.md
internal: Use ubuntu-latest workers for releases
…-macro Use correct working directory for non-workspace proc-macro execution
fix typos in snippets
Update editor_features.md
minor: Improve unset `OUT_DIR` error message
fix dead link
Update style.md
doc: toc for other editors
minor: Switch back to RUST_SRC_PATH
fix: Binding wrong associated type when lowering bounds like `T: Trait<Assoc = U>`
When running `cargo codegen` the cwd="rust-analyzer" however when running `cargo test` the cwd="rust-analyzer/xtask" which makes the codegen panic
When running `cargo codegen` the `crates/parser/test_data/generated/runner.rs` file is only updated when some file in `crates/parser/test_data/inline` changes. However this is not sufficient in all cases
Parser inline test codegen panics and/or does not run
Remove `limit` crate in favor `usize`
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 |
Finished benchmarking commit (617aad8): 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)Results (primary 1.0%)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: missing data |
r? @ghost