@@ -15,7 +15,6 @@ religion, or similar personal characteristic. Our [code of
15
15
conduct] [ coc ] must be observed in
16
16
all matters relating to Rust online.
17
17
18
- [ internals ] : https://internals.rust-lang.org/
19
18
[ coc ] : https://www.rust-lang.org/conduct.html
20
19
21
20
## News
@@ -46,24 +45,26 @@ Rustaceans primarily communicate via IRC. The
46
45
[ #rust] [ rust_irc ] channel on Moznet is a venue for general
47
46
discussion about Rust, and a good place to ask for help. You'll find
48
47
people willing to help you with any questions you may have, and
49
- responses are typically very fast. For questions about how Rust works,
50
- anything about contribution, or to find a mentor,
51
- [ #rust-internals] [ internals_irc ] is the right channel.
52
- There are also some more specific IRC channels noted below.
48
+ responses are typically very fast. To get involved in the development
49
+ of Rust itself, for anything about contribution, or to find a mentor,
50
+ [ #rust-internals] [ internals_irc ] is the right channel. There are also
51
+ some more specific IRC channels noted below.
53
52
54
53
IRC on Moznet
55
54
56
55
- [ #rust] [ rust_irc ] is for all things Rust;
57
- - [ #rustc] [ rustc_irc ] is for discussion of the implementation of the Rust compiler;
58
- - [ #rust-libs] [ libs_irc ] is for discussion of the implementation of the Rust standard libraries;
59
56
- [ #rust-internals] [ internals_irc ] is for discussion of other Rust implementation topics;
60
- - [ #rust-gamedev ] [ gamedev_irc ] is for people doing game development in Rust ;
61
- - [ #rust-crypto ] [ crypto_irc ] is for discussion of cryptography in Rust ;
62
- - [ #rust-osdev ] [ osdev_irc ] is for people doing OS development in Rust ;
63
- - [ #rust-webdev ] [ webdev ] is for people doing web development in Rust ;
57
+ - [ #rustc ] [ rustc_irc ] is the home of the [ compiler team ] [ compiler_team ] ;
58
+ - [ #rust-libs ] [ libs_irc ] is the home of the [ libraries team ] [ library_team ] ;
59
+ - [ #rust-tools ] [ tools_irc ] is the home of the [ tools and infrastructure team ] [ tool_team ] ;
60
+ - [ #rust-lang ] [ lang_irc ] is the home of the [ language team ] [ language_team ] ;
64
61
- [ #cargo] [ cargo_irc ] is for discussion of Cargo, Rust's package manager;
65
- - [ #rust-offtopic] [ offtopic_irc ] is for general chit-chat amongst Rustaceans;
66
62
- [ #servo] [ servo_irc ] is for discussion of Servo, the browser engine written in Rust;
63
+ - [ #rust-offtopic] [ offtopic_irc ] is for general chit-chat amongst Rustaceans;
64
+ - [ #rust-crypto] [ crypto_irc ] is for discussion of cryptography in Rust;
65
+ - [ #rust-osdev] [ osdev_irc ] is for people doing OS development in Rust;
66
+ - [ #rust-webdev] [ webdev_irc ] is for people doing web development in Rust;
67
+ - [ #rust-gamedev] [ gamedev_irc ] is for people doing game development in Rust;
67
68
- [ #rust-bots] [ bots_irc ] notifcations about Rust from a selection of bots.
68
69
69
70
[ Stack Overflow] [ stack_overflow ]
@@ -81,25 +82,30 @@ Rust Programming Language Forum is for general discussion and broader questions.
81
82
[ Rust Moderation Team] [ mod_team ]
82
83
83
84
If you feel you have been or are being harassed or made uncomfortable
84
- by a community member, please contact any of the [ Rust moderation
85
- team] [ mod_team ] immediately. Whether you're a regular contributor or a
86
- newcomer, we care about making this community a safe place for you.
85
+ by a community member, please [ contact] [ mod_team_email ] any of the
86
+ Rust moderation team immediately. Whether you're a regular contributor
87
+ or a newcomer, we care about making this community a safe place for
88
+ you.
87
89
88
90
[ rust_irc ] : irc://moznet/rust
89
91
[ rustc_irc ] : irc://moznet/rustc
90
92
[ libs_irc ] : irc://moznet/rust-libs
93
+ [ tools_irc ] : irc://moznet/rust-tools
94
+ [ lang_irc ] : irc://moznet/rust-lang
91
95
[ internals_irc ] : irc://moznet/rust-internals
92
96
[ gamedev_irc ] : irc://moznet/rust-gamedev
93
97
[ crypto_irc ] : irc://moznet/rust-crypto
94
98
[ osdev_irc ] : irc://moznet/rust-osdev
95
99
[ webdev_irc ] : irc://moznet/rust-webdev
96
100
[ cargo_irc ] : irc://moznet/cargo
101
+ [ offtopic_irc ] : irc://moznet/rust-offtopic
97
102
[ servo_irc ] : irc://moznet/servo
98
103
[ bots_irc ] : irc://moznet/rust-bots
99
104
[ stack_overflow ] : https://stackoverflow.com/questions/tagged/rust
100
105
[ forum] : https://users.rust-lang.org/
101
106
[ twitter ] : https://twitter.com/rustlang
102
107
[ mod_team ] : https://www.rust-lang.org/team.html#Moderation
108
+ [ mod_team_email ] :
mailto:[email protected]
103
109
104
110
## User Groups
105
111
@@ -126,7 +132,7 @@ are made through consensus, under the stewardship of a core team. The
126
132
[ Core Team] [ core_team ] is responsible for steering the design and
127
133
development process, overseeing the introduction of new features, and
128
134
ultimately making decisions for which there is no consensus (this
129
- happens rarely). The [ Language Design Team] [ language_design_team ] is
135
+ happens rarely). The [ Language Design Team] [ language_team ] is
130
136
responsible for design of new language features. The [ Library
131
137
Team] [ library_team ] is responsible for the Rust standard library,
132
138
rust-lang crates, and conventions. The [ Compiler Team] [ compiler_team ]
@@ -135,12 +141,12 @@ and Infrastructure Team][tool_team] is responsible for support for
135
141
Cargo, Multirust, and CI Infrastructure. The [ Community
136
142
Team] [ community_team ] is responsible for coordinating events,
137
143
outreach, commercial users, teaching materials, and exposure. The
138
- [ Moderation Team] [ mod_team ] is responsible for helping to upholding
139
- the [ code of conduct] [ coc ] .
144
+ [ Moderation Team] [ mod_team ] is responsible for helping to uphold the
145
+ [ code of conduct] [ coc ] .
140
146
141
147
[ teams ] : https://www.rust-lang.org/team.html
142
148
[ core_team ] : https://www.rust-lang.org/team.html#Core
143
- [ language_design_team ] : https://www.rust-lang.org/team.html#Language-design
149
+ [ language_team ] : https://www.rust-lang.org/team.html#Language-design
144
150
[ library_team ] : https://www.rust-lang.org/team.html#Library
145
151
[ compiler_team ] : https://www.rust-lang.org/team.html#Compiler
146
152
[ tool_team ] : https://www.rust-lang.org/team.html#Tooling-and-infrastructure
@@ -156,6 +162,11 @@ language has the most contributors of any programming language. If you
156
162
want to join in the fun but aren't sure what to work on, please take
157
163
a look at [ how to contribute] [ contribute ] .
158
164
165
+ [ Rust Internals Forum] [ internals ]
166
+
167
+ This is the main forum for discussing the design and implementation of
168
+ Rust.
169
+
159
170
[ Github] [ github ]
160
171
161
172
This is where all the source code resides.
@@ -171,6 +182,7 @@ features entering the language and standard libraries.
171
182
[ Issue Tracking] [ issue_tracking ]
172
183
173
184
[ contribute ] : ./how_to_contribute.html
185
+ [ internals ] : https://internals.rust-lang.org/
174
186
[ codetriage ] : http://www.codetriage.com
175
187
[ github ] : https://github.com/rust-lang/rust
176
188
[ rfcs ] : https://github.com/rust-lang/rfcs
0 commit comments