BO41
1c85b45117
Apply suggested wording
...
to better describe the situation
2019-10-18 16:55:08 +00:00
BO41
59ce359c8f
Fix typo
2019-10-02 21:31:00 +00:00
BO41
cabcd99476
Mention keyword closing policy
2019-10-02 17:55:06 +02:00
Eric Huss
06c3256a6b
Update cargo-vendor usage
2019-07-09 16:12:41 -07:00
Mazdak Farrokhzad
df18e190be
Rollup merge of #59234 - stepnivlk:add-no_merge_policy, r=oli-obk
...
Mention `no merge policy` in the CONTRIBUTING guide
Issue: https://github.com/rust-lang/rust/issues/59233
2019-03-31 16:10:36 +02:00
stepnivlk
a4b67ee195
Mention no merge policy
in the CONTRIBUTING guide
2019-03-16 19:16:27 +01:00
varkor
037596c4ce
Fix capitalisation problem
2019-03-14 01:20:41 +00:00
varkor
3a00649256
Move rollup description earlier
2019-03-14 01:17:49 +00:00
varkor
308a002eb1
Make all references to @bors or users links
2019-03-14 01:13:26 +00:00
varkor
eadb8443f3
Update r+ syntax
2019-03-14 01:09:32 +00:00
varkor
6f3fda9d1d
Add links to @rust-highfive and @bors
2019-03-14 01:07:00 +00:00
varkor
205ab0c260
Add a link to the Discord and Zulip servers
2019-03-14 01:04:19 +00:00
varkor
6e449dacea
Remove trailing newlines
2019-03-14 01:03:11 +00:00
varkor
ff5e31ffb5
Fix a broken link to the rustc-guide
2019-03-14 01:02:56 +00:00
Philipp Hansch
36f665239d
Fix more nursery links in CONTRIBUTING.md
2019-02-21 20:58:56 +01:00
Philipp Hansch
4867a8c4fa
Update miri links
...
Miri has been moved to `rust-lang` a couple of days ago.
2019-02-21 19:26:45 +01:00
mark
48bee07768
make the contribution doc reference the guide more; deduplication
2019-01-15 20:02:28 -06:00
Jens Hausdorf
38667104d6
Fix security link in CONTRIBUTING to its new place
...
avoiding an 404
2018-12-09 15:25:23 +01:00
Mark Mansi
6494f1e60e
rustc-guide has moved
2018-11-26 15:03:13 -06:00
Eduard-Mihai Burtescu
7c166f54b2
Move Cargo.{toml,lock} to the repository root directory.
2018-11-22 12:10:04 +02:00
Do Duy
e03d24e153
Update rustc documentation link
2018-10-15 15:54:29 +07:00
jacob
84f75f0dbb
Fix typo in CONTRIBUTING.md
...
I noticed a small typo while reading over this document.
2018-10-02 16:59:48 -05:00
Kazuyoshi Kato
f656fe3b5d
COMPILER_TESTS.md has been moved
...
The document is now hosted at rust-lang-nursery.github.io.
2018-09-12 21:21:43 -07:00
Philipp Krones
fa75111043
Also link Clippy repo in the CONTRIBUTING.md file
2018-08-28 20:43:10 +02:00
ccesare
3a76b876b8
Minor language change to CONTRIBUTING.md
...
In the `#building` section, the doc read that a default configuration "shall use around 3.5 GB of disk space." Changed "shall use" to "requires," as I don't think it's meant to sound so prescriptive.
2018-06-14 09:23:28 -04:00
Lukas Bergdoll
0bc8d4ef2c
Fix spelling error in CONTRIBUTING.md
2018-06-08 19:44:04 +02:00
Niv Kaminer
6b6933cf3c
typofix
2018-04-21 13:10:27 +03:00
Niv Kaminer
79b1127596
encourage descriptive issue titles
2018-04-21 12:32:33 +03:00
Kerem
670448d448
Added build disk usage information
...
Closes https://github.com/rust-lang/rust/issues/50019
2018-04-18 20:06:05 +03:00
Josh Stone
cc2906cb26
rustbuild: allow building tools with debuginfo
...
Debugging information for the extended tools is currently disabled for
concerns about the size. This patch adds `--enable-debuginfo-tools` to
let one opt into having that debuginfo.
This is useful for debugging the tools in distro packages. We always
strip debuginfo into separate packages anyway, so the extra size is not
a concern in regular use.
2018-04-13 16:52:54 -07:00
lukaslueg
f513fbdf36
Update CONTRIBUTING.md
...
The current link is a 404, just link to the main repo page
2018-03-27 20:56:15 +02:00
Kurtis Nusbaum
f9c5b1f8e8
Update Feature Request instructions
2018-03-03 11:12:09 -08:00
Mark Mansi
a05c5538d4
Start moving to the rustc guide!
2018-02-23 13:20:56 -06:00
Matthew Walinga
9a4287d263
Update CONTRIBUTING.md
2018-01-18 18:05:33 -05:00
kennytm
d7488c3089
Update CONTRIBUTING.md now that toolstate.toml is gone.
2017-12-27 00:00:45 +08:00
Ariel Ben-Yehuda
f68e11b440
A few small improvements to the contributing docs
2017-12-20 22:18:13 +02:00
Timo
38ef72306f
Update old link
...
This page currently links to an old wiki page in rust-lang/rust-wiki-backup. There is a more up-to-date page in-tree so I changed the link to point there so new contributors can find it more easily.
2017-12-04 11:35:08 -05:00
Martin Lindhe
ece9a57d1b
fix some typos
2017-11-21 15:33:45 +01:00
kennytm
578016b8b5
Rollup merge of #45098 - sunjay:breakingrustfmtrls, r=alexcrichton
...
Documenting the process for when rustfmt/rls break
**DO NOT MERGE YET**
I'm documenting what to do when rustfmt or rls break because of your changes. I'm currently going through this and will keep adding more as I figure out what all the steps are. This first commit is based on @alexcrichton's [comment on my original PR](https://github.com/rust-lang/rust/pull/44766#issuecomment-332653525 ).
[Rendered](https://github.com/sunjay/rust/blob/breakingrustfmtrls/CONTRIBUTING.md#breaking-tools-built-with-the-compiler )
Reviews are welcome, but as I mentioned, I will be revising this as I go.
2017-10-19 01:59:47 +08:00
Sunjay Varma
790604adad
Updating the instructions for when a tool breaks to use the new toolstate feature
2017-10-17 23:05:45 -04:00
Sunjay Varma
3f90c3a2cf
Added a section about updating submodules
...
The process for updating rustfmt is quite involved because of the way everything is configured. This section covers the steps for updating rustfmt and rationale behind them.
2017-10-17 23:05:45 -04:00
Sunjay Varma
bd4907d534
Documenting the process for when rustfmt/rls breakk because of your changes
2017-10-17 23:05:45 -04:00
Niko Matsakis
09caa12a51
add some tips to CONTRIBUTING.md to help with debugging this problem
2017-10-16 17:32:22 -04:00
kennytm
856a12d03e
Rollup merge of #44997 - SuriyaaKudoIsc:patch-1, r=steveklabnik
...
Use HTTPS protocol for "chat.mibbit.com"
I changed the `http://` protocol to `https://` for the `chat.mibbit.com` website. 📝
--[**Suriyaa**](https://mozillians.org/de/u/suriyaakudo/ ) 🦊
(*PS: Is somebody interested to vouch me at https://mozillians.org/de/u/suriyaakudo/ ?*)
2017-10-05 20:22:35 +08:00
kennytm
3a037f113c
Rollup merge of #44935 - vitiral:dependencies, r=steveklabnik
...
Add links to headers in README and CONTRIBUTING
this also adds dependencies to CONTRIBUTING
I'm just getting started building the rust compiler and noticed this information/ability was missing.
It was also missing the gdb dependency for running tests. I pulled the information out of `appveyor.yml` and recommended later than 7.1 because that is what [apt ships](https://packages.ubuntu.com/search?suite=trusty&keywords=gdb ). Feel free to tell me something different!
2017-10-05 20:22:30 +08:00
Suriyaa ✌️️
2d108ec00b
Use HTTPS protocol for chat.mibbit.com
2017-10-03 12:36:16 +02:00
Michal Budzynski
e6c3c7f2dc
Corrected the CONTRIBUTING.md "External Dependencies" section
2017-10-02 00:18:19 +02:00
Garrett Berg
daf3ed5651
Add links to headers in README and CONTRIBUTING and dependencies to CONTRIBUTING
2017-09-29 17:44:55 -06:00
Corey Farwell
bbd8ac59fa
Rollup merge of #44776 - spastorino:add_forge, r=nikomatsakis
...
Link to Rust forge from CONTRIBUTING.md
2017-09-23 00:29:22 -04:00
Niko Matsakis
9276b8b9b8
expand text, make link to forge more prominent
2017-09-22 16:27:55 -04:00