| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2021-03-09 | Make opening sentence friendlier for new contributors | Henry Boisdequin | -1/+7 | |
| Co-authored-by: Camelid <camelidcamel@gmail.com> | ||||
| 2021-03-09 | Update CONTRIBUTING.md | Henry Boisdequin | -1/+21 | |
| Fixes #77215 As mentioned in #77215, the current CONTRIBUTING.md links to the rustc-dev-guide. Even though the rustc-dev-guide has lots of useful information for contributors, one is already confused by reading the first line of the current CONTRIBUTING.md. > To get started, read the [Getting Started] guide in the [rustc-dev-guide]. This line tells the contributor to go and read the rustc-dev-guide. What is the rustc-dev-guide? What does rustc even mean? These are some of the questions that went into my head when reading this line as a first time contributor. By explaining what the rustc-dev-guide is and some platforms to get help, a new contributor understands what the first step is and the process is much clearer. The `About the [rustc-dev-guide]` section explains what the rustc-dev-guide is, what rustc is, and the purpose out of reading the guide. The `Getting help` section points the user to some places where they can get help, find a mentor, and introduce themsevles. | ||||
| 2020-09-28 | Link to "Contributing to Rust" rather than "Getting Started". | follower | -2/+2 | |
| Change to link to "Contributing to Rust" chapter of `rustc` Dev Guide, primarily on the basis that the GitHub "first contribution" Issue "pop-up" says "Be sure to review the [contributing guidelines] and [code of conduct]" and links to this file. When/if the guide/"Getting Started" section gets revised to not be `rustc`-specific the linked section can be changed. In the meantime this prevents leading first time contributors into a confusing cul de sac. | ||||
| 2020-07-07 | Update reference to CONTRIBUTING.md | Yuki Okushi | -0/+7 | |
| 2020-07-03 | Fix "getting started" link | Valentin | -1/+1 | |
| The previous link is 404. | ||||
| 2020-06-17 | move contributing.md to rustc-dev-guide and point at getting started | mark | -524/+3 | |
| 2020-05-04 | Rollup merge of #71864 - mibac138:patch-1, r=jonas-schievink | Dylan DPC | -1/+1 | |
| Update link in contributing.md | ||||
| 2020-05-04 | Rollup merge of #71844 - flip1995:subtree_clippy_doc, r=oli-obk | Dylan DPC | -3/+2 | |
| List Clippy as a subtree, instead of a submodule r? @oli-obk | ||||
| 2020-05-04 | Update link in contributing.md | Michael | -1/+1 | |
| 2020-05-03 | List Clippy as a subtree, instead of a submodule | flip1995 | -3/+2 | |
| 2020-04-28 | Suggest stage 1 if stage 0 fails | Dylan MacKenzie | -3/+7 | |
| 2020-04-28 | Direct contributors to try stage 0 rustdoc first | Dylan MacKenzie | -4/+8 | |
| 2020-04-02 | Address reviews | Oliver Scherer | -7/+8 | |
| 2020-04-02 | Address review comments | Oliver Scherer | -6/+12 | |
| 2020-04-01 | Triple backticks | Oliver Scherer | -2/+8 | |
| 2020-04-01 | Explain that you have to specify path and repository during subrepo ↵ | Oliver Scherer | -8/+16 | |
| synchronizations | ||||
| 2020-04-01 | Git subtree is upstream, no need to install | Oliver Scherer | -5/+1 | |
| 2020-04-01 | s/subrepo/subtree/ | Oliver Scherer | -16/+16 | |
| 2020-04-01 | Explain how to work with subrepos | Oliver Scherer | -2/+47 | |
| 2020-03-12 | Rollup merge of #69747 - spastorino:rename-rustc-guide, r=pietroalbini | Mazdak Farrokhzad | -10/+10 | |
| Rename rustc guide This is in preparation for https://github.com/rust-lang/rustc-guide/issues/470 Needs to be merged after we actually rename the guide. Have used this to rename: `git grep -l 'rustc_guide' | xargs sed -i 's/rustc_guide/rustc_dev_guide/g'` `git grep -l 'rustc-guide' | xargs sed -i 's/rustc-guide/rustc-dev-guide/g'` `git grep -l 'rustc guide' | xargs sed -i 's/rustc guide/rustc dev guide/g'` | ||||
| 2020-03-10 | rust-lang.github.io/rustc-dev-guide -> rustc-dev-guide.rust-lang.org | Santiago Pastorino | -5/+5 | |
| 2020-03-10 | Rename rustc guide to rustc dev guide | Santiago Pastorino | -2/+2 | |
| 2020-03-10 | Rename rustc-guide to rustc-dev-guide | Santiago Pastorino | -9/+9 | |
| 2020-03-09 | update x.py tidy testing command | Chris Simpkins | -1/+1 | |
| 2020-01-30 | [docs] remind bug reporters to update nightly | Jacob Rothstein | -0/+3 | |
| 2019-12-26 | Remove redundant link texts | Matthew Kraai | -2/+2 | |
| 2019-11-28 | Update CONTRIBUTING.md | Dylan DPC | -1/+1 | |
| 2019-11-28 | Update CONTRIBUTING.md | Dylan DPC | -1/+1 | |
| 2019-11-27 | Clarifies how to tag users for assigning PRs | Mark Lodato | -3/+3 | |
| 2019-11-07 | Update link on CONTRIBUTING.md | Yuki Okushi | -1/+1 | |
| 2019-10-23 | Rollup merge of #65007 - BO41:keywords, r=nikomatsakis | Yuki 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-18 | Apply suggested wording | BO41 | -2/+4 | |
| to better describe the situation | ||||
| 2019-10-02 | Fix typo | BO41 | -1/+1 | |
| 2019-10-02 | Mention keyword closing policy | BO41 | -0/+6 | |
| 2019-10-02 | Replace mentions of IRC with Discord | BO41 | -4/+3 | |
| 2019-07-09 | Update cargo-vendor usage | Eric Huss | -8/+1 | |
| 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 | ||||
