Changelog #28

栏目: IT技术 · 发布时间: 4年前

内容简介:Jun 8, 2020Commit:Release:

Jun 8, 2020

Commit: d696776

Release: 2020-06-08

New Features

  • #4711 don’t pass --all-features by default, use Cargo’s default features instead.

  • #4720 highlight unsafe operations inside unsafe blocks. In VS Code, you can use editor.semanticTokenColorCustomizations to customize the actual coloring

    "editor.semanticTokenColorCustomizations": {
        "[Theme Name]": {
            "rules": {
                "operator.unsafe": "#f00",
                "function.unsafe": "#f00"
            },
        }
    }
    Changelog #28
  • #4382 allow specifying key-value cfg options in JsonProject.

  • #4726 allow to override build-in project discovery with explicit list of `Cargo.toml`s to import:

    { "rust-analyzer.linkedProjects": ["/home/projects/rust-analyzer/Cargo.toml"] }
  • #4730 document rust-project.json file format, which can be used with non-Cargo based build systems. Docs: #non-cargo-based-projects .

  • #4660 enable hover and autocomplete docs on macro generated items.

  • #4748 implement hover actions, as an alternative UI for code lenses.

    Changelog #28
  • #4689 implement return position impl trait.

Fixes

  • #4750 fix Introduce Named Lifetime assist to work in more cases.

    Changelog #28
  • #4580 invoke correct cargo for run action in VS Code.

  • #4658 fix lexing of format strings.

  • #4721 use correct modifier for unused code.

  • #4502 mark fixes from diagnostics as quick fixes.

  • #4737 parse default unsafe & default const.

  • #4765 fix type parameter defaults.

Internal Improvements

  • #4761 use Chalk from crates.io.

  • #4748 build specialized index to improve auto-import performance.

  • #4717 compute assists text edits lazily.

  • #4703 document review process and contribution guidelines.

  • #4772 document certain high-level internal architecture invariants.

  • #4688 document initilizationOptions used by rust-analyzer.

  • #4710 make LSP extension for running tests & binaries less rust-specific.

  • #4723 derive local roots from workspace configuration.

  • #4724 rename WorldState → GlobalState.

  • #4758 actually test include!(concant!(env!())) pattern.

  • #4760 preliminary refactorings in preparation for new VFS.


以上所述就是小编给大家介绍的《Changelog #28》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

领域驱动设计

领域驱动设计

埃文斯 / 赵俐、盛海艳、刘霞 / 人民邮电出版社 / 2010-11 / 69.00元

《领域驱动设计:软件核心复杂性应对之道》是领域驱动设计方面的经典之作。全书围绕着设计和开发实践,结合若干真实的项目案例,向读者阐述如何在真实的软件开发中应用领域驱动设计。书中给出了领域驱动设计的系统化方法,并将人们普遍接受的一些最佳实践综合到一起,融入了作者的见解和经验,展现了一些可扩展的设计最佳实践、已验证过的技术以及便于应对复杂领域的软件项目开发的基本原则。《领域驱动设计:软件核心复杂性应对之......一起来看看 《领域驱动设计》 这本书的介绍吧!

HTML 压缩/解压工具
HTML 压缩/解压工具

在线压缩/解压 HTML 代码

图片转BASE64编码
图片转BASE64编码

在线图片转Base64编码工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具