commit | 896eb5ac5b11baddd933b2fc539d848d47e0a1b3 | [log] [tgz] |
---|---|---|
author | bors <bors@rust-lang.org> | Sun Jun 02 19:47:06 2024 +0000 |
committer | bors <bors@rust-lang.org> | Sun Jun 02 19:47:06 2024 +0000 |
tree | 6a2d47e65bcb2f687283a0a7ce9744b8c99d2541 | |
parent | 434c39070ff69f5e3a272fa24b194b751588bfe8 [diff] | |
parent | a4e8ca6b66fc6d68a9dcf6d07852ac577ee28732 [diff] |
Auto merge of #125828 - vincenzopalazzo:macros/performance-regression, r=fmease Avoid checking the edition as much as possible Inside https://github.com/rust-lang/rust/pull/123865, we are adding support for the new semantics for expr2024, but we have noted a performance issue. While talking with `@eholk,` we realized there is a redundant check for each token regarding an edition. This commit moves the edition check to the end, avoiding some extra checks that can slow down compilation time. However, we should keep this issue under observation because we may want to improve the edition check if we are unable to significantly improve compiler performance. r? ghost
rust-analyzer is a modular compiler frontend for the Rust language. It is a part of a larger rls-2.0 effort to create excellent IDE support for Rust.
https://rust-analyzer.github.io/manual.html#installation
If you want to contribute to rust-analyzer check out the CONTRIBUTING.md or if you are just curious about how things work under the hood, check the ./docs/dev folder.
If you want to use rust-analyzer's language server with your editor of choice, check the manual folder. It also contains some tips & tricks to help you be more productive when using rust-analyzer.
See the corresponding sections of the manual.
For usage and troubleshooting requests, please use “IDEs and Editors” category of the Rust forum:
https://users.rust-lang.org/c/ide/14
For questions about development and implementation, join rust-analyzer working group on Zulip:
https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Frust-analyzer
rust-analyzer is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT for details.