前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >Rust项目中的Labels

Rust项目中的Labels

作者头像
fliter
发布2024-02-26 15:46:33
1160
发布2024-02-26 15:46:33
举报
文章被收录于专栏:旅途散记旅途散记

按照issue数量从多到少排序: https://github.com/rust-lang/rust/labels?page=2&sort=count-desc,仅列出前几页

第1页:

标签/中文

说明

数字

T-compiler/编译器

Relevant to the compiler team, which will review and decide on the PR/issue.与编译器团队相关,该团队将审查并决定 PR/问题。

5,450

C-bug/错误

Category: This is a bug.类别:这是一个错误。

3,632

A-diagnostics/诊断

Area: Messages for errors, warnings, and lints. 区域:错误、警告和 lint 消息

1,879

C-enhancement/增强

Category: An issue proposing an enhancement or a PR with one.类别:提出增强功能或 PR 的问题。

1,583

T-libs-api/库API

Relevant to the library API team, which will review and decide on the PR/issue.与库 API 团队相关,该团队将审查并决定 PR/问题。

973

C-tracking-issue/跟踪问题

Category: A tracking issue for an RFC or an unstable feature.类别:RFC 或不稳定功能的跟踪问题。

730

T-lang

Relevant to the language team, which will review and decide on the PR/issue.与语言团队相关,该团队将审查并决定 PR/问题。

690

T-rustdoc

Relevant to the rustdoc team, which will review and decide on the PR/issue.与 rustdoc 团队相关,该团队将审查并决定 PR/问题。

648

I-ICE

Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️问题:编译器出现恐慌,给出内部编译错误 (ICE) ❄️

625

C-feature-request/功能请求

Category: A feature request, i.e: not implemented / a PR.类别:功能请求,即:未实现/PR。

606

A-LLVM

Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.区域:LLVM 特定的代码生成部分。 正确性错误和优化相关问题。

490

T-libs/库

Relevant to the library team, which will review and decide on the PR/issue.与库团队相关,库团队将审查并决定 PR/问题。

439

I-slow/慢

Problems and improvements with respect to performance of generated code.生成代码性能方面的问题和改进。

423

A-lint

Area: Lints (warnings about flaws in source code) such as unused_mut.区域:Lints(有关源代码中的缺陷的警告),例如未使用的_mut。

399

A-traits/特质

Area: Trait system; 领域:特质系统

398

A-lifetimes/生命周期

Area: lifetime related; 领域:生命周期相关

312

T-types

Relevant to the types team, which will review and decide on the PR/issue.与类型团队相关,该团队将审查并决定 PR/问题。

307

T-bootstrap/引导程序

Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap); 子团队相关:Rust 的构建系统(x.py 和 src/bootstrap)

300

A-linkage/联动

Area: linking into static, shared libraries and binaries; 区域:链接到静态、共享库和二进制文件

296

P-medium

Medium priority; 中优先级

294

S-waiting-on-author/等待作者

Status: This is awaiting some action (such as code changes or more information) from the author. 状态:正在等待作者的某些操作(例如代码更改或更多信息)。

286

A-suggestion-diagnostics/建议-诊断

Area: suggestions generated by the compiler applied by cargo fix; 区域:cargo fix 应用的编译器生成的建议

269

S-waiting-on-review/等待审核

Status: Awaiting review from the assignee but also interested parties. 状态:正在等待负责完成工作的人以及相关方的审查。

266

A-docs/文档

Area: documentation for any part of the project, including the compiler, standard library, and tools; 区域:项目任何部分的文档,包括编译器、标准库和工具

261

requires-nightly

This issue requires a nightly compiler in some way. 这个问题需要以某种方式进行夜间编译。

258

A-macros/宏

Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..); 区域:各种宏(自定义派生、macro_rules!、proc 宏、..)

239

D-confusing/困惑

Confusing diagnostic error that should be reworked; 需要重新处理的令人困惑的诊断错误

232

A-codegen/代码生成

Area: Code generation; 区域:代码生成

226

A-testsuite/测试套件

Area: The testsuite used to check the correctness of rustc; 区域:用于检查 rustc 正确性的测试套件

216

regression-from-stable-to-stable/从稳定到稳定的回归

Performance or correctness regression from one stable version to another. 从一个稳定版本到另一个稳定版本的性能或正确性回归

189

第2页:

标签/中文

说明

数字

A-incr-comp/增量-补偿

Area: Incremental compilation; 领域:增量编译

185

D-papercut/剪纸?

Diagnostic error that needs small tweaks; 需要进行小调整的诊断错误

183

A-typesystem/类型系统

Area: The type system; 区域:类型系统

178

B-unstable/不稳定

Implemented in the nightly compiler and unstable. 在夜间编译器中实现并且不稳定。

174

A-inference/推断

Area: Type inference; 领域:类型推断

174

A-associated-items/相关项目

Area: Associated items such as associated types and consts. 区域:关联项,例如关联类型和常量。

169

needs-triage-legacy/需要分类的"遗产"

Old issue that were never triaged. Remove this label once the issue has been sufficiently triaged. 从未被分类的老问题。 一旦问题得到充分分类,请删除此标签。

165

P-low

Low priority; 低优先级

163

C-optimization/优化

Category: An issue highlighting optimization opportunities or PRs implementing such; 类别:突出优化机会或实施此类 PR 的问题

162

A-debuginfo/调试信息

Area: Debugging information in compiled programs (DWARF, PDB, etc.); 区域:已编译程序中的调试信息(DWARF、PDB 等)

154

E-needs-mcve/需要mcve

Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example; 呼吁参与:此问题有重现,但需要一个最小的完整且可验证的示例

153

O-windows

Operating system: Windows

150

I-compiletime/编译时间

Problems and improvements with respect to compile times. 编译时间方面的问题和改进。

148

C-cleanup/清理

Category: PRs that clean code up or issues documenting cleanup. 类别:清理代码或记录清理问题的 PR。

147

A-async-await/异步等待

Area: Async & Await; 区域:异步与等待

138

D-newcomer-roadblock/新人路障

Confusing diagnostic error hard to understand for new users; 新用户难以理解,令人困惑的诊断错误

136

E-needs-test/需要测试

Call for participation: writing correctness tests; 呼吁参与:编写正确性测试

135

A-closures/闭包

Area: closures (`

args

D-terse/简洁

A diagnostic that doesn't give enough information about the problem at hand; 诊断无法提供有关当前问题的足够信息

130

AsyncAwait-Triaged/异步等待-分类

Async-await issues that have been triaged during a working group meeting. 在工作组会议期间已分类的异步等待问题。

121

A-borrow-checker/借用检查器

Area: The borrow checker; 区域:借阅检查器(突然发现借阅,比借用这个翻译要好)

117

T-infra/基础设施

Libs-Tracked/库跟踪

Libs issues that are tracked on the team's project board. 在团队的项目板上跟踪的库问题。

116

S-needs-repro/需要重现

This issue has no reproduction and needs a reproduction to make progress. 该问题没有重现,需要重现才能取得进展。

106

D-invalid-suggestion/无效建议

A structured suggestion resulting in incorrect code; 导致代码错误的结构化建议

105

A-io

Area: std::io, std::fs, std::net and std::path; 区域:std::io、std::fs、std::net 和 std::path

105

A-const-eval/常量评估

Area: constant evaluation (mir interpretation); 区域:常量评估(mir解释)

105

glacier/冰川

ICE tracked in rust-lang/glacierICE; 在 rust-lang/glacier 中被追踪

104

A-parser/解析器

Area: The parsing of Rust source code to an AST. 区域:将 Rust 源代码解析为 AST。

104

O-macos

Operating system: macOS

99

第3页:

标签/中文

说明

数字

A-resolve/解决

Area: Path resolution; 区域:路径分辨率

98

A-impl-trait/impl-特质

Area: impl Trait. Universally / existentially quantified anonymous types with static dispatch. 区域:impl Trait, 具有静态调度的通用/存在量化匿名类型。

98

A-const-generics/常量泛型

Area: const generics (parameters and arguments); 区域:const 泛型(参数和参数)

97

E-help-wanted/需要帮助

Call for participation: Help is requested to fix this issue. 呼吁参与:请求帮助解决此问题。

93

I-crash/崩溃

Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics. 问题:编译器崩溃(SIGSEGV、SIGABRT 等)。 当编译器出现紧急情况时,请使用 I-ICE。

92

disposition-merge/处置合并

This issue / PR is in PFCP or FCP with a disposition to merge it.此问题/PR 位于 PFCP 或 FCP 中,并打算将其合并。

91

A-mir-opt

Area: MIR optimizations; 领域:MIR 优化

91

E-mentor/导师

Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.征集参与:本期有导师。 使用 Zulip 上的 #t-compiler/help 进行讨论。

90

I-unsound/不健全

Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness 问题:健全性漏洞(最糟糕的错误),请参阅:https://en.wikipedia.org/wiki/Soundness

87

C-discussion/讨论

Category: Discussion or questions that doesn't represent real issues. 类别:不代表实际问题的讨论或问题。

87

S-blocked/阻断

Status: marked as blocked ❌ on something else such as an RFC or other implementation work.状态:在其他内容(例如 RFC 或其他实现工作)上标记为已阻止 ❌。

84

A-rustdoc-ui

Area: rustdoc UI (generated HTML); 区域:rustdoc UI(生成的 HTML)

84

I-heavy/太重

Problems and improvements with respect to binary size of generated code.有关生成代码的二进制大小的问题和改进。

83

F-generic_const_exprs

#![feature(generic_const_exprs)]

83

E-medium

Call for participation: Experience needed to fix: Medium / intermediate;呼吁参与: 修复所需经验: 中/中级

83

needs-triage/需要分类

This issue may need triage. Remove it if it has been sufficiently triaged.这个问题可能需要分类。 如果已充分分类,请将其删除。

82

A-mir

Area: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.html;领域:中级 IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.html

81

O-windows-msvc

Toolchain: MSVC, Operating system: Windows;工具链:MSVC,操作系统:Windows

80

A-ffi

Area: Foreign Function Interface (FFI);区域:外部函数接口 (FFI)

80

P-high

High priority高优先级

79

B-RFC-approved/RFC 批准

Approved by a merged RFC but not yet implemented.已被合并的 RFC 批准,但尚未实施。

75

A-proc-macros/过程宏

Area: Procedural macros;区域:过程宏

75

O-wasm

Target: WASM (WebAssembly), http://webassembly.org/;目标:WASM(WebAssembly),http://web assembly.org/

73

perf-regression/性能回归

Performance regressions;性能回归

70

E-hard/难

Call for participation: Experience needed to fix: Hard / a lot;呼吁参与: 需要解决的经验: 困难/很多

69

A-const-fn/常量-fn

Area: const fn foo(..) {..}. Pure functions which can be applied at compile time.;区域:const fn foo(..) {..}。 可以在编译时应用的纯函数。

69

A-libtest/lib测试

Area: #[test] related;区域:#[测试]相关

68

A-NLL

Area: Non Lexical Lifetimes (NLL);区域:非词汇生命周期 (NLL)

65

A-iterators/迭代器

Area: Iterators;领域:迭代器

64

D-verbose/啰嗦,冗长

Too much output caused by a single piece of incorrect code;一行不正确的代码导致输出过多

61

第4页:

标签/中文

说明

数字

A-array/阵列

Area: [T; N];区域:[T; N]

61

I-hang/挂断

Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc.问题:由于无限循环、死锁、活锁等,编译器永远不会终止。

58

A-attributes/属性

Area: #[attributes(..)];区域:#[属性(..)]

57

O-Arm

Target: 32-bit Arm processors (armv6, armv7, thumb...), including 64-bit Arm in AArch32 state;目标:32位Arm处理器(armv6、armv7、thumb...),包括AArch32状态下的64位Arm

56

A-collections

Area: std::collections.区域:std::collections。

56

O-AArch64

Armv8-A or later processors in AArch64 mode;Armv8-A或更高版本的AArch64模式处理器

55

I-compilemem/编译内存

Problems and improvements with respect to memory usage during compilation.编译期内存使用方面的问题和改进。

55

S-tracking-needs-summary/跟踪-需求-摘要

It's hard to tell what's been done and what hasn't! Someone should do some investigation.很难判断已经完成了哪些任务!有人应该进行一些调查。

53

D-incorrect/不正确

A diagnostic that is giving misleading or incorrect information;提供误导性或不正确信息的诊断

53

A-contributor-roadblock/贡献者的路障

Area: Makes things more difficult for new contributors to rust itself;区域:使新贡献者对Rust本身的贡献更加困难

53

F-generic_associated_types

#![feature(generic_associated_types)] a.k.a. GATs#![feature(generic_associated_types)] 即GATs

52

A-process/进程

Area: std::process and std::env;区域:std::process和std::env

52

A-code-coverage/代码覆盖

Area: Source-based code coverage (-Cinstrument-coverage);区域:基于源代码的代码覆盖(-Cinstrument-coverage)

52

A-doctests/文档测试

Area: Documentation tests, run by rustdoc;区域:文档测试,由rustdoc运行

51

WG-trait-system-refactor/WG-特性系统重构

The Rustc Trait System Refactor InitiativeRustc;特性系统重构倡议

50

S-tracking-design-concerns/跟踪-设计关注点

Blocking design concerns;阻碍设计方面的关切

50

F-type_alias_impl_trait

#[feature(type_alias_impl_trait)]``#[特征(type_alias_impl_trait)]

50

O-unix

Operating system: Unix-like;操作系统:类Unix

49

A-specialization/专业化

Area: Trait impl specialization;区域:特质实现专业化

49

A-simd/SIMD

Area: SIMD (Single Instruction Multiple Data);区域:SIMD(单指令多数据)

48

finished-final-comment-period/完成最终评论期

The final comment period is finished for this PR / Issue.此PR/问题的最终评论期已结束。

47

O-x86_32

Target: x86 processors, 32 bit (like i686-);目标:x86处理器,32位(如i686-)

47

A-visibility/A-可见度

Area: visibility/privacy modifiers such as pub;区域:可见性/隐私修饰符,如pub

47

proposed-final-comment-period/提议最终评论期

Proposed to merge/close by relevant subteam, see T-label. Will enter FCP once signed off.由相关子团队提议合并/关闭,参见T-标签。一旦签署将进入FCP。

46

O-x86_64

Target: x86-64 processors (like x86_64-);目标:x86-64处理器(如x86_64-)

46

O-linux

Operating system: Linux;操作系统:Linux

45

A-floating-point/浮点数

Area: Floating point numbers and arithmetic;区域:浮点数和算术

43

requires-incomplete-features/需要不完整的功能

42

S-has-mcve/已找到MCVE

A Minimal Complete and Verifiable Example has been found for this issue;此问题已找到最小完整可验证示例

42

A-intra-doc-links/文档内链接

Area: Intra-doc links, the ability to link to items in docs by name;区域:文档内链接,能够按名称在文档中链接到项目

42

第5页:

标签/中文

说明

数字

S-tracking-impl-incomplete/跟踪-impl-不完整

41

A-patterns

Relating to patterns and pattern matching;与图案和模式匹配有关

40

fixed-by-next-solver/由下一代特质求解器解决

-Znext-solverFixed by the next-generation trait solver, -Znext-solver

39

A-target-feature/目标特征

Area: Enabling/disabling target features like AVX, Neon, etc.领域:启用/禁用目标特性,如AVX,Neon等

39

A-coercions/强制

Area: implicit and explicit expr as Type coercions领域:隐式和显式的expr as Type强制转换

38

A-allocators/分配器

Area: Custom and system allocators领域:自定义和系统分配器

38

F-specialization/专业化

#![feature(specialization)]#![功能(专业化)]

37

E-easy

Call for participation: Experience needed to fix: Easy / not much (good first issue)参与呼吁:修复所需经验:简单/不多(适合初学者)

37

C-future-compatibility/未来兼容性

Category: future compatibility lints类别:未来兼容性lint

37

A-query-system/查询系统

Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)领域:rustc查询系统(https://rustc-dev-guide.rust-lang.org/query.html)

37

requires-debug-assertions/需要调试断言

This issue requires debug-assertions in some way此问题在某种程度上需要调试断言

36

T-dev-tools/开发工具

Relevant to the dev-tools subteam, which will review and decide on the PR/issue.与dev-tools子团队相关,该团队将审查和决定PR/问题

36

S-waiting-on-bors/等待-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.状态:等待bors运行和完成测试。Bors将在完成时更改标签

36

needs-fcp/需要FCP

This change is insta-stable, so needs a completed FCP to proceed.此更改是瞬时稳定的,因此需要完成的FCP才能继续

35

A-rustdoc-json

Area: Rustdoc JSON backend领域:Rustdoc JSON后端

35

A-reproducibility/再现性

Area: Reproducible / Deterministic builds领域:可重复/确定性构建

35

A-inline-assembly/内联组装

Area: inline asm!(..)领域:inline asm!(..)

35

A-frontend/前端

Area: frontend (errors, parsing and HIR)领域:前端(错误,解析和HIR)

35

F-const_trait_impl

#![feature(const_trait_impl)]#![特征(const_trait_impl)]

34

A-abi

Area: Concerning the "application binary interface" between functions.领域:关于函数之间的“应用程序二进制接口”

33

T-opsem

Relevant to the opsem team;与opsem团队相关

32

O-musl/O-穆斯尔

Target: The musl libc;目标:musl libc

32

A-raw-pointers/原始指针

Area: raw pointers, MaybeUninit, NonNull领域:原始指针,MaybeUninit,NonNull

32

A-unicode

Area: unicode related领域:与unicode相关

31

A-stability/稳定性

Area: issues related to #[stable] and #[unstable] attributes themselves.领域:与#[stable]和#[unstable]属性本身相关的问题

31

A-runtime/运行时

Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows领域:std的运行时和“pre-main”init,用于处理回溯,展开,堆栈溢出

31

A-cross/交叉(编译)

Area: Cross compilation领域:交叉编译

31

A-coroutines/协程

Area: Coroutines领域:协程

30

WG-diagnostics/工作组诊断

Working group: Diagnostics工作组:诊断

29

A-fmt

Area: std::fmt领域:std::fmt

29

第6页:

标签/中文

说明

数字

I-needs-decision/需要决定

Issues in need of decision.需要决策的问题。

28

A-cli

Area: Command line interface to the compiler.区域:编译器的命令行界面。

28

O-windows-gnu

Toolchain: GNU, Operating system: Windows工具链:GNU,操作系统:Windows

27

A-slice

Area: [T]区域:[T]

27

T-cargo

Relevant to the cargo team, which will review and decide on the PR/issue.与Cargo团队相关,该团队将审查并决定 PR/问题。

26

S-waiting-on-ACPS

Status: PR has an ACP and is waiting for the ACP to complete.状态:PR 有 ACP,正在等待 ACP 完成。

26

S-bug-has-test

A known-bug test has been added for this bug.针对此错误添加了“已知错误”测试。

26

A-metadata

Area: crate metadata区域:crate元数据

26

needs-rfc/需要rfc

This change is large or controversial enough that it should have an (e-)RFC accepted before doing it此更改很大或有足够的争议,因此在执行此更改之前应该接受 (e-)RFC

25

WG-embedded

Working group: Embedded systems工作组:嵌入式系统

25

O-PowerPC

Target: PowerPC processors目标:PowerPC 处理器

25

A-spurious

Area: Spurious failures in builds (spuriously == for no apparent reason)区域:构建中的虚假失败(虚假 == 无明显原因)

25

A-rustdoc-search/rustdoc搜索

Area: Rustdoc's search feature区域:Rustdoc 的搜索功能

25

WG-compiler-parallel/编译器并行

Working group: Parallelizing the compiler工作组:并行化编译器

24

O-MIPS

Target: MIPS processors目标:MIPS 处理器

24

E-needs-bisection/需要二分

Call for participation: This issue needs bisection: https://github.com/rust-lang/cargo-bisect-rustc呼吁参与:此问题需要二分:https://github.com/rust-lang/cargo-bisect-rustc

24

B-RFC-implemented/RFC实现

Approved by a merged RFC and implemented.由合并的 RFC 批准并实施。

24

A-thread-locals/线程局部变量

Area: Thread local storage (TLS)区域:线程本地存储(TLS)

24

A-meta

Area: Issues about the rust-lang/rust repository.区域:有关 rust-lang/rust 存储库的问题。

24

A-cross-crate-reexports

Area: Documentation that has been re-exported from a different crate区域:已从不同 crate 重新导出的文档

24

I-lang-nominated

Indicates that an issue has been nominated for discussion during a lang team meeting.表示某个问题已被提名在 lang 团队会议期间进行讨论。

23

A-layout/A型布局

Area: Memory layout of typesArea:类型的内存布局

23

A-edition-2018-lints

Area: lints supporting the 2018 edition区域:支持 2018 版的 lints

23

GATs-triaged

Issues using the generic_associated_types feature that have been triaged使用已分类的“generic_linked_types”功能的问题

22

A-pretty

Area: Pretty printing.区域:漂亮的印刷。

22

A-macros-2.0

Area: declarative macros 2.0, https://github.com/rust-lang/rust/issues/39412区域:声明性宏 2.0,https://github.com/rust-lang/rust/issues/39412

22

A-destructors

Area: destructors (Drop, ..)区域:驱逐舰(掉落,..)

22

A-atomic/原子

Area: atomics, barriers, and sync primitives区域:原子、屏障和同步原语

22

T-release/发布

Relevant to the release subteam, which will review and decide on the PR/issue.与发布子团队相关,该团队将审查并决定 PR/问题。

21

Libs-Small/小库

Libs issues that are considered "small" or self-contained被认为“小”或独立的库问题

21

第7页:

标签/中文

说明

数字

I-cycle/I循环

Issue: A query cycle occurred while none was expected问题:发生了查询周期,而预期没有查询周期

21

A-intrinsics/本征

Area: intrinsics领域:内在函数

21

S-waiting-on-team/等待团队

Status: Awaiting decision from the relevant subteam (see the T-label).状态:等待相关子团队的决定(参见 T-标签)。

20

O-ios

Operating system: iOS操作系统:iOS

20

O-android

Operating system: Android操作系统:安卓

20

F-adt_const_params

#![feature(adt_const_params)]

20

regression-untriaged/未分类回归

Untriaged performance or correctness regression.未分类的性能或正确性回归。

19

PG-exploit-mitigations/PG-漏洞利用缓解措施

Project group: exploit mitigations项目组:利用缓解措施

19

O-riscv

Target: RISC-V architecture目标:RISC-V架构

19

O-freebsd

Operating system: FreeBSD操作系统:FreeBSD

19

NLL-polonius

Issues related for using Polonius in the borrow checker在借用检查器中使用 Polonius 的相关问题

19

C-feature-accepted/功能接受

Category: A feature request that has been accepted pending implementation.类别:已接受待实施的功能请求。

19

A-translation/翻译

Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic领域:翻译基础设施以及将现有诊断迁移到 SessionDiagnostic

19

metabug/元错误

Issues about issues themselves ("bugs about bugs")关于问题本身的问题(“关于错误的错误”)

18

WG-llvm/llvm工作组

Working group: LLVM backend code generation工作组:LLVM后端代码生成

18

F-asm

#![feature(asm)] (not llvm_asm)#![特征(asm)](不是llvm_asm)

18

A-variance/方差

Area: Variance (https://doc.rust-lang.org/nomicon/subtyping.html)区域:方差(https://doc.rust-lang.org/nomicon/subtyping.html)

18

A-lto

Area: Link Time Optimization领域:链接时优化

18

A-auto-traits/自动特征

Area: auto traits (auto trait Send)区域:自动特征(自动特征发送)

18

WG-async/异步

Working group: Async & await工作组:异步和等待

17

A-lazy-normalization/惰性标准化

Area: lazy normalization (tracking issue: #60471)区域:惰性标准化(跟踪问题:#60471)

17

A-edition-2021

Area: The 2021 edition地区:2021年版

17

WG-compiler-performance/WG-编译器性能

Working group: Compiler Performance工作组:编译器性能

16

S-experimental/实验性

Status: Ongoing experiment that does not require reviewing and won't be merged in its current state.状态:正在进行的实验,不需要审核,并且不会在当前状态下合并。

16

A-trait-objects/特质-对象

Area: trait objects, vtable layout区域:特征对象、vtable 布局

16

S-tracking-ready-to-stabilize/跟踪-准备稳定

This is ready to stabilize; it may need a stabilization report and a PR这已经准备好稳定下来了; 它可能需要稳定报告和 PR

15

ICEBreaker-Cleanup-Crew/ICEBreaker-清理小队

Helping to "clean up" bugs with minimal examples and bisections通过最少的示例和二分法帮助“清理”错误

15

F-negative_impls/负_impls

#![feature(negative_impls)]#![特征(负值实现)]

15

A-synthetic-impls/综合impls

Area: Synthetic impls, used by rustdoc to document auto traits and traits with blanket impls区域:综合 impls,由 rustdoc 使用来记录自动特征和带有总括 impls 的特征

15

第8页:

标签/中文

说明

数字

A-str

Area: str and String区域:str 和 String

15

A-mir-opt-inlining

Area: MIR inlining领域:MIR 内联

15

wg-debugging/工作组:调试

Working group: Bad Rust debugging experiences工作组:Bad Rust 调试经验

14

S-tracking-perma-unstable/跟踪-永久不稳定

14

O-SPARC

Target: SPARC processors目标:SPARC 处理器

14

NLL-complete

Working towards the "valid code works" goal朝着“有效代码有效”目标努力

14

A-target-specs/目标-规格

Area: compile-target specifications区域:编译目标规范

14

A-sanitizers/消毒剂

Area: Sanitizers for correctness and code quality.区域:用于正确性和代码质量的消毒剂

14

A-miri

Area: The miri tool区域:miri 工具

14

A-grammar/语法

Area: The grammar of Rust领域:Rust 语法

14

A-cranelift/起重机

Things relevant to the [future] cranelift backend[未来] cranelift 后端相关的事物

14

A-control-flow/控制流

Area: Relating to control flow领域:与控制流相关

14

A-clippy/剪辑

Area: Clippy区域:Clippy

14

A-time

Area: Time领域:时间

13

A-implied-bounds/隐含边界

Area: Related to implied bounds (e.g., if you have T: Foo, what else do you know?)领域:隐含边界相关(例如,如果你有 T: Foo,你还知道什么?)

13

A-dst

Area: Dynamically Sized Types领域:动态大小类型

13

A-driver

Area: rustc_driver that ties everything together into the rustc compiler领域:将所有内容连接到 rustc 编译器的 rustc_driver

13

lang-team-202x-edition

lang-team-202x-版本Something we may consider if we do another edition如果我们做另一个版本,可能会考虑的事项

12

S-tracking-unimplemented/跟踪未实现

12

NLL-diagnostics/诊断

Working torwads the "diagnostic parity" goal朝着“诊断平价”目标努力

12

F-never_type

#![feature(never_type)]#![特征(never_type)]

12

D-crate-version-mismatch/crate版本不匹配

Errors caused be the use of two different crate versions.由于使用两个不同 crate 版本引起的错误

12

A-coherence/连贯性

Area: Coherence领域:连贯性

12

fixed-by-polonius

Compiling with -Zpolonius fixes this issue使用 -Zpolonius 编译可修复此问题

11

T-core/核心

Relevant to the core team, which will review and decide on the PR/issue.与核心团队相关,核心团队将审查并决定 PR/问题。

11

O-SGX

Target: SGX目标:SGX

11

O-NVPTX

Target: the NVPTX LLVM backend for running rust on GPUs, https://llvm.org/docs/NVPTXUsage.html目标:NVPTX LLVM 后端,用于在 GPU 上运行 Rust,https://llvm.org/docs/NVPTXUsage.html

11

F-unboxed_closures

#![feature(unboxed_closures)]#![功能(unboxed_closures)]

11

A-security/安全

Area: Security related issues (example: address space layout randomization)领域:与安全相关的问题(例如:地址空间布局随机化)

11

A-autovectorization/自动矢量化

Issue related to autovectorization, which can impact perf or code size.与自动矢量化相关的问题,可能会影响性能或代码大小

11

本文参与 腾讯云自媒体同步曝光计划,分享自微信公众号。
原始发表:2024-02-14,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 旅途散记 微信公众号,前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
相关产品与服务
腾讯云服务器利旧
云服务器(Cloud Virtual Machine,CVM)提供安全可靠的弹性计算服务。 您可以实时扩展或缩减计算资源,适应变化的业务需求,并只需按实际使用的资源计费。使用 CVM 可以极大降低您的软硬件采购成本,简化 IT 运维工作。
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档