@@ -10,6 +10,7 @@ links to the major sections:
10
10
* [ Writing Documentation] ( #writing-documentation )
11
11
* [ Issue Triage] ( #issue-triage )
12
12
* [ Out-of-tree Contributions] ( #out-of-tree-contributions )
13
+ * [ Helpful Links and Information] ( #helpful-links-and-information )
13
14
14
15
If you have questions, please make a post on [ internals.rust-lang.org] [ internals ] or
15
16
hop on [ #rust-internals] [ pound-rust-internals ] .
@@ -210,3 +211,24 @@ valuable!
210
211
[ users ] : https://users.rust-lang.org/
211
212
[ so ] : http://stackoverflow.com/questions/tagged/rust
212
213
[ community-library ] : https://github.com/rust-lang/rfcs/labels/A-community-library
214
+
215
+ ## Helpful Links and Information
216
+
217
+ For people new to Rust, and just starting to contribute, or even for
218
+ more seasoned developers, some useful places to look for information
219
+ are:
220
+
221
+ * The [ Rust Internals forum] [ rif ] , a place to ask questions and
222
+ discuss Rust's internals
223
+ * The [ generated documentation for rust's compiler] [ gdfrustc ]
224
+ * The [ rust referance] [ rr ] , even though it doesn't specifically talk about Rust's internals, its a great reasource nontheless
225
+ * Although out of date, [ Tom Lee's great blog article] [ tlgba ] is very helpful
226
+ * [ rustaceans.org] [ ro ] is helpful, but mostly dedicated to IRC
227
+ * ** Google** !
228
+ * Don't be afraid to ask! The Rust community is friendly and helpful.
229
+
230
+ [ gdfrustc ] : http://manishearth.github.io/rust-internals-docs/rustc/
231
+ [ rif ] : http://internals.rust-lang.org
232
+ [ rr ] : https://doc.rust-lang.org/book/README.html
233
+ [ tlgba ] : http://tomlee.co/2014/04/03/a-more-detailed-tour-of-the-rust-compiler/
234
+ [ ro ] : http://www.rustaceans.org/
0 commit comments