Skip to content

Update Team Data #1030

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 11, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
244 changes: 122 additions & 122 deletions locales/en-US/teams.ftl
Original file line number Diff line number Diff line change
@@ -1,187 +1,187 @@
# Autogenerated by `cargo run website-data` in https://github.com/rust-lang/team
governance-team-wg-learning-name = Learning
governance-team-wg-learning-description = Make the compiler easier to learn by ensuring that rustc-guide and api docs are 'complete'

governance-team-wg-net-name = Networking working group
governance-team-wg-net-description = Focusing on the end-to-end experience for both sync and async networking code, in coordination with the growing ecosystem in this space.

governance-team-wg-security-response-name = Security Response WG
governance-team-wg-security-response-description = Triaging and responding to incoming vulnerability reports
# Autogenerated by `cargo run dump-website` in https://github.com/rust-lang/team
governance-team-wg-nll-name = Non-Lexical Lifetimes (NLL) working group
governance-team-wg-nll-description = Implementing the new MIR-based borrow checker and non-lexical lifetimes in Rust

governance-team-community-survey-name = Survey team
governance-team-community-survey-description = Running, analysing, and presenting the community survey.
governance-team-community-survey-description = Running, analysing, and presenting the community survey

governance-team-wg-embedded-name = Embedded devices working group
governance-team-wg-embedded-description = Focusing on the end-to-end experience of using Rust in resource-constrained environments and non-traditional platforms.
governance-team-ides-name = IDEs and editors team
governance-team-ides-description = Developing IDEs, editors, and other development tools such as Racer and the RLS

governance-team-community-name = Community team
governance-team-community-description = Coordination and supporting events, content creation, running the RustBridge program, and conducting the survey.
governance-team-wg-rustfix-name = Rustfix working group
governance-team-wg-rustfix-description = Developing cargo-fix and serving as a point of contact for other teams

governance-team-mods-name = Moderation team
governance-team-mods-description = helping uphold the code of conduct
governance-team-wg-security-response-name = Security Response WG
governance-team-wg-security-response-description = Triaging and responding to incoming vulnerability reports

governance-team-community-rustbridge-name = RustBridge team
governance-team-community-rustbridge-description = An inclusive educational initiative focused on bringing underrepresented groups into Rust.
governance-team-clippy-name = Clippy team
governance-team-clippy-description = Designing and implementing the Clippy linter

governance-team-wg-nll-name = Non-Lexical Lifetimes (NLL)
governance-team-wg-nll-description = Implementing the new MIR-based borrow check and non-lexical lifetimes
governance-team-miri-name = Miri
governance-team-miri-description = design and implementation of the Miri interpreter

governance-team-wg-triage-name = Triage Working Group
governance-team-wg-triage-description = Triage repositories under rust-lang organisation
governance-team-wg-debugging-name = Debugging working group
governance-team-wg-debugging-description = Developing and managing Rust debugging tools

governance-team-core-observers-name = Core Team Observers
governance-team-core-observers-description = observers on the core team
governance-team-compiler-name = Compiler team
governance-team-compiler-description = Developing and managing compiler internals and optimizations

governance-team-crates-io-name = Crates.io team
governance-team-crates-io-description = Management of operations, development, and policies for crates.io.
governance-team-core-name = Core team
governance-team-core-description = Managing the overall direction of Rust, subteam leadership, and any cross-cutting issues

governance-team-wg-self-profile-name = Self-Profile
governance-team-wg-self-profile-description = Improving the -Z self-profile feature
governance-team-wg-traits-name = Traits working group
governance-team-wg-traits-description = Revamping the rustc trait implementation to follow the Chalk approach

governance-team-clippy-name = Clippy
governance-team-clippy-description = design and implementation of the Clippy linter
governance-team-wg-parallel-rustc-name = Parallel rustc working group
governance-team-wg-parallel-rustc-description = Making parallel compilation the default for rustc

governance-team-wg-rfc-2229-name = RFC 2229
governance-team-wg-rfc-2229-description = Make a closure capture individual fields of the variable rather than the entire composite variable
governance-team-wg-cli-name = Command-line interfaces (CLI) working group
governance-team-wg-cli-description = Focusing on the end-to-end experience of writing terminal apps, both large and small, in Rust.

governance-team-rust-by-example-name = Rust by Example team
governance-team-rust-by-example-description = maintaining and updating Rust By Example
governance-team-mods-discord-name = Discord moderators
governance-team-mods-discord-description = Moderating the Discord server

governance-team-wg-rls-2-name = RLS 2.0
governance-team-wg-rls-2-description = Experimenting with a new compiler architecture tailored for IDEs
governance-team-wg-compiler-performance-name = Compiler performance working group
governance-team-wg-compiler-performance-description = Improving rustc compilation performance (build times)

governance-team-operations-name = Operations team
governance-team-operations-description = Handling releases, bots, infra, and more.
governance-team-community-content-name = Content team
governance-team-community-content-description = Collecting and developing community content

governance-team-ides-name = IDEs and editors team
governance-team-ides-description = IDEs, editors, and supporting tools such as Racer and the RLS
governance-team-wg-async-foundations-name = Async Foundations working group
governance-team-wg-async-foundations-description = Pursuing core language and library support for async-await

governance-team-wg-grammar-name = Grammar
governance-team-wg-grammar-description = Working out a the official, formal grammar for Rust and validating it against existing implementations.
governance-team-wg-gamedev-name = Game development working group
governance-team-wg-gamedev-description = Focusing on making Rust the default choice for game development.

governance-team-wg-cli-name = Command-line interfaces (CLI) working group
governance-team-wg-cli-description = Focusing on the end-to-end experience of writing CLI apps, both large and small, in Rust.
governance-team-wg-llvm-name = LLVM working group
governance-team-wg-llvm-description = Working with LLVM upstream to represent Rust in its development

governance-team-wg-bindgen-name = Bindgen working group
governance-team-wg-bindgen-description = tools for generating FFI bindings
governance-team-community-rustbridge-name = RustBridge team
governance-team-community-rustbridge-description = Helping to bring underrepresented groups into Rust

governance-team-mods-discourse-name = Discourse moderators
governance-team-mods-discourse-description = Moderating users.rust-lang.org and internals.rust-lang.org
governance-team-wg-grammar-name = Grammar working group
governance-team-wg-grammar-description = Working out the official, formal grammar for Rust and validating it against existing implementations

governance-team-wg-async-await-name = Async-await Implementation
governance-team-wg-async-await-description = Implementing async-await
governance-team-lang-name = Language team
governance-team-lang-description = Designing and helping to implement new language features

governance-team-mods-discord-name = Discord moderators
governance-team-mods-discord-description = Moderating the Discord server
governance-team-docs-rs-name = Docs.rs team
governance-team-docs-rs-description = Docs.rs, the documentation hosting service for crates

governance-team-wg-pgo-name = Profile-guided optimization
governance-team-wg-pgo-name = Profile-guided optimization working group
governance-team-wg-pgo-description = Implementing profile-guided optimization for rustc

governance-team-wg-secure-code-name = Secure Code WG
governance-team-rustdoc-name = Rustdoc team
governance-team-rustdoc-description = Developing and managing documentation tools, including Rustdoc and docs.rs

governance-team-wg-secure-code-name = Secure Code working group
governance-team-wg-secure-code-description = Making it easy to write secure code in Rust

governance-team-wg-net-async-name = Async foundations working group
governance-team-wg-net-async-description = Our goal is to bring async/await onto a path to stabilization and to provide documentation for asynchronous programming.
governance-team-release-name = Release team
governance-team-release-description = Tracking regressions and stabilizations, and producing Rust releases

governance-team-infra-name = Infrastructure team
governance-team-infra-description = infrastructure supporting the Rust project itself: CI, releases, bots, metrics
governance-team-wg-wasm-name = WebAssembly (WASM) working group
governance-team-wg-wasm-description = Improving on the end-to-end experience of embedding Rust code in JS libraries and apps via WebAssembly

governance-team-wg-mir-opt-name = MIR Optimizations
governance-team-wg-mir-opt-description = Write MIR optimizations and refactor the MIR to be more optimizable.
governance-team-wg-learning-name = Learning working group
governance-team-wg-learning-description = Making the compiler easier to learn by ensuring that the compiler guide and API documentation are updated

governance-team-libs-name = Library team
governance-team-libs-description = the Rust standard library, rust-lang crates, conventions, and ecosystem support
governance-team-libs-description = Developing and managing the Rust standard library, official rust-lang crates, code conventions, and ecosystem support

governance-team-wg-parallel-rustc-name = Parallel rustc
governance-team-wg-parallel-rustc-description = Making parallel compilation the default for rustc
governance-team-wg-triage-name = Triage working group
governance-team-wg-triage-description = Triaging repositories under the rust-lang organisation

governance-team-wg-wasm-name = WebAssembly (WASM) working group
governance-team-wg-wasm-description = Focusing on the end-to-end experience of embedding Rust code in JS libraries and apps via WebAssembly.
governance-team-crates-io-name = Crates.io team
governance-team-crates-io-description = Managing operations, development, and official policies for crates.io

governance-team-rustdoc-name = Rustdoc team
governance-team-rustdoc-description = Documentation tools including Rustdoc and docs.rs
governance-team-reference-name = Reference team
governance-team-reference-description = Developing and writing the Rust reference

governance-team-wg-governance-name = Governance Working Group
governance-team-wg-governance-description = Working on improving Rust Governance
governance-team-wg-safe-transmute-name = safe-transmute project group
governance-team-wg-safe-transmute-description = A working-group project to extend the Rust language to support safe transmute between types

governance-team-wg-traits-name = Traits
governance-team-wg-traits-description = Revamping the rustc trait implementation to follow the Chalk approach.
governance-team-core-observers-name = Core team observers
governance-team-core-observers-description = Observers on the core team

governance-team-wg-rustfmt-name = Rustfmt working group
governance-team-wg-rustfmt-description = design and implementation of Rustfmt
governance-team-wg-ffi-unwind-name = ffi-unwind project group
governance-team-wg-ffi-unwind-description = A working-group project to extend the Rust language to support unwinding that crosses FFI boundaries

governance-team-compiler-name = Compiler team
governance-team-compiler-description = compiler internals, optimizations
governance-team-community-events-name = Events team
governance-team-community-events-description = Supporting and organizing community events

governance-team-release-name = Release team
governance-team-release-description = tracking regressions, stabilizations, and producing Rust releases
governance-team-devtools-name = Dev tools team
governance-team-devtools-description = Contributing to and creating the Rust development tools

governance-team-community-content-name = Content team
governance-team-community-content-description = Helping support community content collection and development.
governance-team-wg-bindgen-name = Bindgen working group
governance-team-wg-bindgen-description = Developing tools for generating FFI bindings

governance-team-docs-name = Documentation team
governance-team-docs-description = ensuring Rust has fantastic documentation
governance-team-docs-description = Improving and moderating the quality of Rust's documentation

governance-team-wg-gamedev-name = Game development working group
governance-team-wg-gamedev-description = Focusing on making Rust the default choice for game development.
governance-team-mods-name = Moderation team
governance-team-mods-description = Helping uphold the code of conduct and community standards

governance-team-wg-net-embedded-name = Embedded networking group
governance-team-wg-net-embedded-description = Our goal is to support IoT development.
governance-team-wg-embedded-name = Embedded devices working group
governance-team-wg-embedded-description = Focusing on improving the end-to-end experience of using Rust in resource-constrained environments and non-traditional platforms

governance-team-lang-name = Language team
governance-team-lang-description = designing new language features
governance-team-cargo-name = Cargo team
governance-team-cargo-description = Designing and implementing the official Rust package manager, Cargo

governance-team-wg-unsafe-code-guidelines-name = Unsafe Code Guidelines (UCG)
governance-team-wg-unsafe-code-guidelines-description = Working out the "Unsafe Code Guidelines", which define what kind of behavior unsafe code can and cannot do.
governance-team-operations-name = Operations team
governance-team-operations-description = Handling releases, bots, infra, and more

governance-team-alumni-name = Rust team alumni
governance-team-alumni-description = enjoying a leisurely retirement
governance-team-wg-meta-name = Meta working group
governance-team-wg-meta-description = Organizing and managing the Rust compiler team

governance-team-cargo-name = Cargo team
governance-team-cargo-description = design and implementation of Cargo
governance-team-mods-discourse-name = Discourse moderators
governance-team-mods-discourse-description = Moderating users.rust-lang.org and internals.rust-lang.org

governance-team-core-name = Core team
governance-team-core-description = Direction of the project, subteam leadership, cross-cutting concerns.
governance-team-infra-name = Infrastructure team
governance-team-infra-description = Managing the infrastructure supporting the Rust project itself, including CI, releases, bots, and metrics

governance-team-wg-rustup-name = Rustup working group
governance-team-wg-rustup-description = design and implementation of Rustup
governance-team-wg-governance-name = Governance working group
governance-team-wg-governance-description = Managing and improving Rust team governance

governance-team-wg-polonius-name = Polonius
governance-team-wg-polonius-description = Experimental work on a new borrow-checker implementation
governance-team-wg-unsafe-code-guidelines-name = Unsafe Code Guidelines (UCG) working group
governance-team-wg-unsafe-code-guidelines-description = Working out the "Unsafe Code Guidelines", which define what kind of behavior unsafe code can and cannot do

governance-team-compiler-contributors-name = Compiler team contributors
governance-team-compiler-contributors-description = folks who contribute on a regular basis
governance-team-wg-rfc-2229-name = RFC 2229 working group
governance-team-wg-rfc-2229-description = Improving the behavior of closure-capture, and improving the documentation on closures

governance-team-wg-embedded-resources-name = Embedded devices working group -- resources team
governance-team-wg-embedded-resources-description = Managing various resources owned by the embedded WG
governance-team-wg-mir-opt-name = MIR optimizations working group
governance-team-wg-mir-opt-description = Writing MIR optimizations and refactoring the MIR to be more optimizable

governance-team-wg-net-web-name = Web foundations working group
governance-team-wg-net-web-description = Our goal is to improve web programming in Rust.
governance-team-rust-by-example-name = Rust by Example team
governance-team-rust-by-example-description = Maintaining and updating an official Rust book, Rust By Example

governance-team-community-events-name = Events team
governance-team-community-events-description = Supporting community events with knowledge and resources.
governance-team-community-name = Community team
governance-team-community-description = Coordinating and supporting events, content creation, and the RustBridge program, as well as conducting community surveys

governance-team-reference-name = Reference team
governance-team-reference-description = working on the Rust reference
governance-team-wg-rustup-name = Rustup working group
governance-team-wg-rustup-description = Designing and implementing rustup

governance-team-wg-localization-name = Localization WG
governance-team-wg-localization-description = Working towards
governance-team-wg-rustfmt-name = Rustfmt working group
governance-team-wg-rustfmt-description = Designing and implementing rustfmt, a formatting tool for Rust code

governance-team-devtools-name = Dev tools team
governance-team-devtools-description = Rust developer tools
governance-team-compiler-contributors-name = Compiler team contributors
governance-team-compiler-contributors-description = Folks who contribute to the Rust compiler on a regular basis

governance-team-wg-rustfix-name = Rustfix working group
governance-team-wg-rustfix-description = Improve cargo-fix and be a point of contact for other teams
governance-team-community-localization-name = Localization team
governance-team-community-localization-description = Working on localization of compiler, documentation and websites

governance-team-wg-debugging-name = Debugging working group
governance-team-wg-debugging-description = debugging tools and foundations
governance-team-alumni-name = Rust team alumni
governance-team-alumni-description = Enjoying a leisurely retirement

governance-team-wg-llvm-name = LLVM
governance-team-wg-llvm-description = Working with LLVM upstream to represent Rust in its development
governance-team-wg-self-profile-name = Self-profile working group
governance-team-wg-self-profile-description = Improving the -Z self-profile feature of the Rust compiler

governance-team-wg-meta-name = Meta
governance-team-wg-meta-description = How compiler team organizes itself
governance-team-wg-embedded-resources-name = Embedded resources working group
governance-team-wg-embedded-resources-description = Managing various resources owned by the embedded working group

governance-team-wg-rls-2-name = RLS 2.0 working group
governance-team-wg-rls-2-description = Experimenting with a new compiler architecture tailored for IDEs

governance-team-wg-compiler-performance-name = Compiler Performance
governance-team-wg-compiler-performance-description = Improving rustc compilation performance (build times).
governance-team-wg-polonius-name = Polonius working group
governance-team-wg-polonius-description = Working on an experimental new borrow-checker implementation