about summary refs log tree commit diff
path: root/CONTRIBUTING.md
AgeCommit message (Collapse)AuthorLines
2019-10-23Rollup merge of #65007 - BO41:keywords, r=nikomatsakisYuki Okushi-0/+8
Mention keyword closing policy closes #59233 / https://github.com/rust-lang/rust/issues/59233#issuecomment-478362693 rewording suggestions welcome > Also in the referenced issue, the commit number of the new commit > that could close that issue is not really informative. The PR number itself appeared in the issue > is more informative and concise. @lzutao what do you mean with that? Is this fixed by the new "May be fixed by #XXXXX"?
2019-10-18Apply suggested wordingBO41-2/+4
to better describe the situation
2019-10-02Fix typoBO41-1/+1
2019-10-02Mention keyword closing policyBO41-0/+6
2019-10-02Replace mentions of IRC with DiscordBO41-4/+3
2019-07-09Update cargo-vendor usageEric Huss-8/+1
2019-03-31Rollup merge of #59234 - stepnivlk:add-no_merge_policy, r=oli-obkMazdak Farrokhzad-0/+7
Mention `no merge policy` in the CONTRIBUTING guide Issue: https://github.com/rust-lang/rust/issues/59233
2019-03-16Mention `no merge policy` in the CONTRIBUTING guidestepnivlk-0/+7
2019-03-14Fix capitalisation problemvarkor-1/+2
2019-03-14Move rollup description earliervarkor-12/+11
2019-03-14Make all references to @bors or users linksvarkor-8/+9
2019-03-14Update r+ syntaxvarkor-2/+2
2019-03-14Add links to @rust-highfive and @borsvarkor-2/+4
2019-03-14Add a link to the Discord and Zulip serversvarkor-1/+3
2019-03-14Remove trailing newlinesvarkor-2/+2
2019-03-14Fix a broken link to the rustc-guidevarkor-0/+1
2019-02-21Fix more nursery links in CONTRIBUTING.mdPhilipp Hansch-8/+8
2019-02-21Update miri linksPhilipp Hansch-1/+1
Miri has been moved to `rust-lang` a couple of days ago.
2019-01-15make the contribution doc reference the guide more; deduplicationmark-229/+21
2018-12-09Fix security link in CONTRIBUTING to its new placeJens Hausdorf-1/+1
avoiding an 404
2018-11-26rustc-guide has movedMark Mansi-2/+2
2018-11-22Move Cargo.{toml,lock} to the repository root directory.Eduard-Mihai Burtescu-6/+1
2018-10-15Update rustc documentation linkDo Duy-1/+1
2018-10-02Fix typo in CONTRIBUTING.mdjacob-1/+1
I noticed a small typo while reading over this document.
2018-09-12COMPILER_TESTS.md has been movedKazuyoshi Kato-3/+2
The document is now hosted at rust-lang-nursery.github.io.
2018-08-28Also link Clippy repo in the CONTRIBUTING.md filePhilipp Krones-1/+2
2018-06-14Minor language change to CONTRIBUTING.mdccesare-1/+1
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-08Fix spelling error in CONTRIBUTING.mdLukas Bergdoll-1/+1
2018-04-21typofixNiv Kaminer-1/+1
2018-04-21encourage descriptive issue titlesNiv Kaminer-0/+6
2018-04-18Added build disk usage informationKerem-0/+2
Closes https://github.com/rust-lang/rust/issues/50019
2018-04-13rustbuild: allow building tools with debuginfoJosh Stone-0/+1
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-03-27Update CONTRIBUTING.mdlukaslueg-1/+1
The current link is a 404, just link to the main repo page
2018-03-03Update Feature Request instructionsKurtis Nusbaum-4/+4
2018-02-23Start moving to the rustc guide!Mark Mansi-0/+2
2018-01-18Update CONTRIBUTING.mdMatthew Walinga-2/+2
2017-12-27Update CONTRIBUTING.md now that toolstate.toml is gone.kennytm-21/+19
2017-12-20A few small improvements to the contributing docsAriel Ben-Yehuda-4/+28
2017-12-04Update old linkTimo-1/+1
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-11-21fix some typosMartin Lindhe-1/+1
2017-10-19Rollup merge of #45098 - sunjay:breakingrustfmtrls, r=alexcrichtonkennytm-0/+110
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-17Updating the instructions for when a tool breaks to use the new toolstate ↵Sunjay Varma-30/+40
feature
2017-10-17Added a section about updating submodulesSunjay Varma-1/+63
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-17Documenting the process for when rustfmt/rls breakk because of your changesSunjay Varma-0/+38
2017-10-16add some tips to CONTRIBUTING.md to help with debugging this problemNiko Matsakis-2/+4
2017-10-05Rollup merge of #44997 - SuriyaaKudoIsc:patch-1, r=steveklabnikkennytm-1/+1
Use HTTPS protocol for "chat.mibbit.com" I changed the `http://` protocol to `https://` for the `chat.mibbit.com` website. :pencil: --[**Suriyaa**](https://mozillians.org/de/u/suriyaakudo/) 🦊 (*PS: Is somebody interested to vouch me at https://mozillians.org/de/u/suriyaakudo/?*)
2017-10-05Rollup merge of #44935 - vitiral:dependencies, r=steveklabnikkennytm-0/+18
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-03Use HTTPS protocol for `chat.mibbit.com`Suriyaa ✌️️-1/+1
2017-10-02Corrected the CONTRIBUTING.md "External Dependencies" sectionMichal Budzynski-2/+12
2017-09-29Add links to headers in README and CONTRIBUTING and dependencies to CONTRIBUTINGGarrett Berg-0/+18