| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-03-31 | Rollup merge of #59234 - stepnivlk:add-no_merge_policy, r=oli-obk | Mazdak Farrokhzad | -0/+7 | |
| Mention `no merge policy` in the CONTRIBUTING guide Issue: https://github.com/rust-lang/rust/issues/59233 | ||||
| 2019-03-16 | Mention `no merge policy` in the CONTRIBUTING guide | stepnivlk | -0/+7 | |
| 2019-03-14 | Fix capitalisation problem | varkor | -1/+2 | |
| 2019-03-14 | Move rollup description earlier | varkor | -12/+11 | |
| 2019-03-14 | Make all references to @bors or users links | varkor | -8/+9 | |
| 2019-03-14 | Update r+ syntax | varkor | -2/+2 | |
| 2019-03-14 | Add links to @rust-highfive and @bors | varkor | -2/+4 | |
| 2019-03-14 | Add a link to the Discord and Zulip servers | varkor | -1/+3 | |
| 2019-03-14 | Remove trailing newlines | varkor | -2/+2 | |
| 2019-03-14 | Fix a broken link to the rustc-guide | varkor | -0/+1 | |
| 2019-02-21 | Fix more nursery links in CONTRIBUTING.md | Philipp Hansch | -8/+8 | |
| 2019-02-21 | Update miri links | Philipp Hansch | -1/+1 | |
| Miri has been moved to `rust-lang` a couple of days ago. | ||||
| 2019-01-15 | make the contribution doc reference the guide more; deduplication | mark | -229/+21 | |
| 2018-12-09 | Fix security link in CONTRIBUTING to its new place | Jens Hausdorf | -1/+1 | |
| avoiding an 404 | ||||
| 2018-11-26 | rustc-guide has moved | Mark Mansi | -2/+2 | |
| 2018-11-22 | Move Cargo.{toml,lock} to the repository root directory. | Eduard-Mihai Burtescu | -6/+1 | |
| 2018-10-15 | Update rustc documentation link | Do Duy | -1/+1 | |
| 2018-10-02 | Fix typo in CONTRIBUTING.md | jacob | -1/+1 | |
| I noticed a small typo while reading over this document. | ||||
| 2018-09-12 | COMPILER_TESTS.md has been moved | Kazuyoshi Kato | -3/+2 | |
| The document is now hosted at rust-lang-nursery.github.io. | ||||
| 2018-08-28 | Also link Clippy repo in the CONTRIBUTING.md file | Philipp Krones | -1/+2 | |
| 2018-06-14 | Minor language change to CONTRIBUTING.md | ccesare | -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-08 | Fix spelling error in CONTRIBUTING.md | Lukas Bergdoll | -1/+1 | |
| 2018-04-21 | typofix | Niv Kaminer | -1/+1 | |
| 2018-04-21 | encourage descriptive issue titles | Niv Kaminer | -0/+6 | |
| 2018-04-18 | Added build disk usage information | Kerem | -0/+2 | |
| Closes https://github.com/rust-lang/rust/issues/50019 | ||||
| 2018-04-13 | rustbuild: allow building tools with debuginfo | Josh 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-27 | Update CONTRIBUTING.md | lukaslueg | -1/+1 | |
| The current link is a 404, just link to the main repo page | ||||
| 2018-03-03 | Update Feature Request instructions | Kurtis Nusbaum | -4/+4 | |
| 2018-02-23 | Start moving to the rustc guide! | Mark Mansi | -0/+2 | |
| 2018-01-18 | Update CONTRIBUTING.md | Matthew Walinga | -2/+2 | |
| 2017-12-27 | Update CONTRIBUTING.md now that toolstate.toml is gone. | kennytm | -21/+19 | |
| 2017-12-20 | A few small improvements to the contributing docs | Ariel Ben-Yehuda | -4/+28 | |
| 2017-12-04 | Update old link | Timo | -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-21 | fix some typos | Martin Lindhe | -1/+1 | |
| 2017-10-19 | Rollup merge of #45098 - sunjay:breakingrustfmtrls, r=alexcrichton | kennytm | -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-17 | Updating the instructions for when a tool breaks to use the new toolstate ↵ | Sunjay Varma | -30/+40 | |
| feature | ||||
| 2017-10-17 | Added a section about updating submodules | Sunjay 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-17 | Documenting the process for when rustfmt/rls breakk because of your changes | Sunjay Varma | -0/+38 | |
| 2017-10-16 | add some tips to CONTRIBUTING.md to help with debugging this problem | Niko Matsakis | -2/+4 | |
| 2017-10-05 | Rollup merge of #44997 - SuriyaaKudoIsc:patch-1, r=steveklabnik | kennytm | -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-05 | Rollup merge of #44935 - vitiral:dependencies, r=steveklabnik | kennytm | -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-03 | Use HTTPS protocol for `chat.mibbit.com` | Suriyaa ✌️️ | -1/+1 | |
| 2017-10-02 | Corrected the CONTRIBUTING.md "External Dependencies" section | Michal Budzynski | -2/+12 | |
| 2017-09-29 | Add links to headers in README and CONTRIBUTING and dependencies to CONTRIBUTING | Garrett Berg | -0/+18 | |
| 2017-09-23 | Rollup merge of #44776 - spastorino:add_forge, r=nikomatsakis | Corey Farwell | -0/+2 | |
| Link to Rust forge from CONTRIBUTING.md | ||||
| 2017-09-22 | expand text, make link to forge more prominent | Niko Matsakis | -1/+1 | |
| 2017-09-22 | Link to Rust forge from CONTRIBUTING.md | Santiago Pastorino | -0/+2 | |
| 2017-09-19 | Add clippy to `toolstate.toml` | Oliver Schneider | -14/+2 | |
| 2017-09-10 | Add explanations for undocumented labels | Carol (Nichols || Goulding) | -0/+23 | |
| 2017-09-10 | Alphabetize current label explanations | Carol (Nichols || Goulding) | -6/+6 | |
| So that you can scroll down the list of labels along with these explanations. | ||||
