-
#4990introduce anItemTreelayer to avoid reparsing files. This reduces the latency of "go to definition" in a simple benchmark on rust-analyzer by around 30%. -
#5017add custom cargo runners support. This adds an option to delegate actual cargo commands building to another extension. For example, to use a different manager like cross . cross-rust-analyzer is an example of such extension. -
#5069Extract Variable understands field init shorthand -
#4999allow matching of whole macro calls in structural search replace. -
#5007allow matching within macro calls in structural search replace. -
#4997document GNOME Builder (Nightly) support for rust-analyzer. -
#4940setinjectedmodifier for code in doctests. Theme authors can use it to dim injected code. -
#5047matching brace works for | in lambdas -
#5066infer type for slice wildcard patterns. -
#4587missing unsafe diagnostics. -
#5100,#5102: Add support forinclude_strandinclude_bytes.
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Java Concurrency in Practice
Brian Goetz、Tim Peierls、Joshua Bloch、Joseph Bowbeer、David Holmes、Doug Lea / Addison-Wesley Professional / 2006-5-19 / USD 59.99
This book covers: Basic concepts of concurrency and thread safety Techniques for building and composing thread-safe classes Using the concurrency building blocks in java.util.concurrent Pe......一起来看看 《Java Concurrency in Practice》 这本书的介绍吧!