| commit | a7f95719f15461ded0a5bef785710a48bc53eefa | [log] [tgz] | 
|---|---|---|
| author | bors <bors@rust-lang.org> | Sat May 17 22:31:43 2025 +0000 | 
| committer | bors <bors@rust-lang.org> | Sat May 17 22:31:43 2025 +0000 | 
| tree | 3bd619aa45c6b396806273f890924cb2ade527c4 | |
| parent | 51acf03740163be6ad69dce6d1cab8697fdf9461 [diff] | |
| parent | 9804719afb3d990cc14f30465c7bc3cf113dbb4e [diff] | 
Auto merge of #140856 - oli-obk:merge-queries2, r=nnethercote Merge mir query analysis invocations r? `@ghost` same thing as https://github.com/rust-lang/rust/pull/140854 just a different set of queries Doing this in general has some bad cache coherence issues because the query caches are laid out in Vec<QueryResult> lists per query where each index refers to a DefId in the same order as we're iterating. Iterating two or more lists at the same time does have cache issues, so I want to poke a bit at it to see if we can't merge just a few of them at a time.
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/book/installation.html
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, see the Contributing section of the manual.
If you want to use rust-analyzer's language server with your editor of choice, check the manual. It also contains some tips & tricks to help you be more productive when using rust-analyzer.
See the security and privacy 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.