-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
#119542
Subtree update of rust-analyzer
#119542
Conversation
Signed-off-by: ClSlaid <cailue@bupt.edu.cn>
Signed-off-by: 蔡略 <cailue@bupt.edu.cn>
Don't trim trailing whitespace from doc comments as multiple trailing spaces indicates a hard line break in Markdown.
The weird disjoint `Indel`s are likely an artifact of the tree diffing algorithm we use.
…lstrieb Add support for `--env` on `tracked_env::var` Follow-up of rust-lang#118368. Part of Part of rust-lang#80792. It adds support of the `--env` option for proc-macros through `tracked_env::var`. r? `@Nilstrieb`
internal: sync from downstream
…cola internal: Move proc-macro knowledge out of base-db into hir-expand It does not make much sense to me to have that live in base-db, additionally, it kind of conflicts with moving span things out into a separate crate
internal: Split out a span crate Allows getting rid of some of the dependency injection generics that my rewrite introduced
…, r=Veykril add unresolved-assoc-item assist I tried to copy from private-assoc-item for this
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=5 late subtree sync |
🌲 The tree is currently closed for pull requests below priority 100. This pull request will be tested once the tree is reopened. |
Subtree update of `rust-analyzer` r? ghost
💥 Test timed out |
@bors retry apple runner quit |
☀️ Test successful - checks-actions |
Finished benchmarking commit (090d5ea): 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)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.
CyclesResultsThis 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: 672.621s -> 670.05s (-0.38%) |
r? ghost