@@ -121,23 +121,23 @@ on the pull request with an `r+`. It will look something like this:
121
121
122
122
@bors r+
123
123
124
- This tells [ @bors ] [ bors ] , our lovable integration bot, that your pull request has
125
- been approved. The PR then enters the [ merge queue] [ merge-queue ] , where [ @bors ] [ bors ]
124
+ This tells [ @bors ] , our lovable integration bot, that your pull request has
125
+ been approved. The PR then enters the [ merge queue] [ merge-queue ] , where [ @bors ]
126
126
will run all the tests on every platform we support. If it all works out,
127
- [ @bors ] [ bors ] will merge your code into ` master ` and close the pull request.
127
+ [ @bors ] will merge your code into ` master ` and close the pull request.
128
128
129
129
Depending on the scale of the change, you may see a slightly different form of ` r+ ` :
130
130
131
131
@bors r+ rollup
132
132
133
- The additional ` rollup ` tells [ @bors ] [ bors ] that this change is eligible for to be
133
+ The additional ` rollup ` tells [ @bors ] that this change is eligible for to be
134
134
"rolled up". Changes that are rolled up are tested and merged at the same time, to
135
135
speed the process up. Typically only small changes that are expected not to conflict
136
136
with one another are rolled up.
137
137
138
138
[ rust-highfive ] : https://github.com/rust-highfive
139
139
[ steveklabnik ] : https://github.com/steveklabnik
140
- [ bors ] : https://github.com/bors
140
+ [ @ bors] : https://github.com/bors
141
141
[ merge-queue ] : https://buildbot2.rust-lang.org/homu/queue/rust
142
142
143
143
Speaking of tests, Rust has a comprehensive test suite. More information about
@@ -476,27 +476,26 @@ For people new to Rust, and just starting to contribute, or even for
476
476
more seasoned developers, some useful places to look for information
477
477
are:
478
478
479
- * The [ rustc dev guide] contains information about how various parts of the
479
+ * This guide contains information about how various parts of the
480
480
compiler work and how to contribute to the compiler
481
481
* [ Rust Forge] [ rustforge ] contains additional documentation, including
482
482
write-ups of how to achieve common tasks
483
483
* The [ Rust Internals forum] [ rif ] , a place to ask questions and
484
484
discuss Rust's internals
485
- * The [ generated documentation for rust 's compiler] [ gdfrustc ]
486
- * The [ rust reference] [ rr ] , even though it doesn't specifically talk about
487
- Rust's internals, it's a great resource nonetheless
485
+ * The [ generated documentation for Rust 's compiler] [ gdfrustc ]
486
+ * The [ Rust reference] [ rr ] , even though it doesn't specifically talk about
487
+ Rust's internals is a great resource nonetheless
488
488
* Although out of date, [ Tom Lee's great blog article] [ tlgba ] is very helpful
489
489
* [ rustaceans.org] [ ro ] is helpful, but mostly dedicated to IRC
490
490
* The [ Rust Compiler Testing Docs] [ rctd ]
491
- * For [ @bors ] [ bors ] , [ this cheat sheet] [ cheatsheet ] is helpful
492
- (though you'll need to replace ` @homu ` with ` @bors ` in any commands)
493
- * ** Google!** ([ search only in Rust Documentation] [ gsearchdocs ] to find types,
494
- traits, etc. quickly)
491
+ * For [ @bors ] , [ this cheat sheet] [ cheatsheet ] is helpful
492
+ * ** Google!** is always helpful when programming :)
493
+ * [ Search Rust documentation] [ stddocs ] to find types, traits, etc. quickly
495
494
* Don't be afraid to ask! The Rust community is friendly and helpful.
496
495
497
496
[ rustc dev guide ] : https://rustc-dev-guide.rust-lang.org/about-this-guide.html
498
497
[ gdfrustc ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/
499
- [ gsearchdocs ] : https://www.google.com/search?q=site: doc.rust-lang.org+your+query+here
498
+ [ stddocs ] : https://doc.rust-lang.org/std
500
499
[ rif ] : http://internals.rust-lang.org
501
500
[ rr ] : https://doc.rust-lang.org/book/README.html
502
501
[ rustforge ] : https://forge.rust-lang.org/
0 commit comments