From 84dfade3ccb806d037ebe238e621cff049b2411f Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Fri, 22 Sep 2017 17:10:51 -0300 Subject: [PATCH 1/2] Link to Rust forge from CONTRIBUTING.md --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c424ca7ab00..c4335c9b767 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -401,6 +401,7 @@ are: discuss Rust's internals * The [generated documentation for rust's compiler][gdfrustc] * The [rust reference][rr], even though it doesn't specifically talk about Rust's internals, it's a great resource nonetheless +* [Rust Forge][rustforge] contains supplementary useful documentation * Although out of date, [Tom Lee's great blog article][tlgba] is very helpful * [rustaceans.org][ro] is helpful, but mostly dedicated to IRC * The [Rust Compiler Testing Docs][rctd] @@ -412,6 +413,7 @@ are: [gsearchdocs]: https://www.google.com/search?q=site:doc.rust-lang.org+your+query+here [rif]: http://internals.rust-lang.org [rr]: https://doc.rust-lang.org/book/README.html +[rustforge]: https://forge.rust-lang.org/ [tlgba]: http://tomlee.co/2014/04/a-more-detailed-tour-of-the-rust-compiler/ [ro]: http://www.rustaceans.org/ [rctd]: ./src/test/COMPILER_TESTS.md From 9276b8b9b894d8e02a7e80afcf21bffcd1b27642 Mon Sep 17 00:00:00 2001 From: Niko Matsakis Date: Fri, 22 Sep 2017 16:27:55 -0400 Subject: [PATCH 2/2] expand text, make link to forge more prominent --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c4335c9b767..c1514a7234e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -397,11 +397,11 @@ For people new to Rust, and just starting to contribute, or even for more seasoned developers, some useful places to look for information are: +* [Rust Forge][rustforge] contains additional documentation, including write-ups of how to achieve common tasks * The [Rust Internals forum][rif], a place to ask questions and discuss Rust's internals * The [generated documentation for rust's compiler][gdfrustc] * The [rust reference][rr], even though it doesn't specifically talk about Rust's internals, it's a great resource nonetheless -* [Rust Forge][rustforge] contains supplementary useful documentation * Although out of date, [Tom Lee's great blog article][tlgba] is very helpful * [rustaceans.org][ro] is helpful, but mostly dedicated to IRC * The [Rust Compiler Testing Docs][rctd]