| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-02-02 | Update TESTNAME description | Ryan Thomas | -1/+1 | |
| 2016-02-02 | Update TESTNAME matching description | Ryan Thomas | -3/+5 | |
| 2016-02-01 | Update docs about how to run specific tests | Ryan Thomas | -2/+4 | |
| 2016-01-26 | Re-worded intro paragraph to be more positive | Greg Chapple | -8/+10 | |
| 2016-01-26 | Updated to reflect comments from review | Greg Chapple | -7/+11 | |
| - Tweaked the build system intro paragraph - Added some more configure options & explanations - Added additional make target | ||||
| 2016-01-25 | Added info on the build system to contributing guide | Greg Chapple | -0/+55 | |
| I recently wrote a blog post on contributing to the Rust compiler which gained some interest. It was mentioned in a comment on Reddit that it would be useful to integrate some of the information from that post to the official contributing guide. This is the start of my efforts to integrate what I wrote with the official guide. This commit adds information on the build system. It is not a complete guide on the build system, but it should be enough to provide a good starting place for those wishing to contribute. | ||||
| 2016-01-14 | Fix note about B-prefixed issue labels | Greg Chapple | -1/+1 | |
| 'B' labels are for blockers, not issues which belong elsewhere. Prompted by this comment on Reddit: https://www.reddit.com/r/rust/comments/40nzkd/contributing_to_the_rust_compiler_a_short_guide/cyxcjtd | ||||
| 2015-12-23 | doc: Change Google link to generic top level domain | fbergr | -1/+1 | |
| 2015-11-06 | Direct security bugs to the security policy. | Brian Anderson | -0/+3 | |
| 2015-10-03 | docs: add rustdoc example to CONTRIBUTING.md | Aleksey Kladov | -0/+5 | |
| 2015-10-03 | docs: whitespace cleanup | Aleksey Kladov | -9/+9 | |
| 2015-10-02 | Fix typo, add link to Google-search in documentation | Andreas Sommer | -2/+3 | |
| 2015-09-14 | Cheat sheet | christopherdumas | -2/+2 | |
| 2015-09-14 | Fix typo | christopherdumas | -2/+2 | |
| 2015-09-13 | Added link to @bors cheetsheet (thanks, @nagisa) | christopherdumas | -0/+2 | |
| 2015-09-12 | Compiler test manual | christopherdumas | -0/+2 | |
| 2015-09-11 | Added useful links section | christopherdumas | -0/+22 | |
| 2015-08-09 | Use https URLs to refer to rust-lang.org where appropriate. | Eli Friedman | -3/+3 | |
| Also fixes a few outdated links. | ||||
| 2015-07-16 | Rollup merge of #26693 - rutsky:patch-1, r=Manishearth | Manish Goregaokar | -2/+2 | |
| r? @steveklabnik | ||||
| 2015-07-06 | Rollup merge of #26832 - steveklabnik:doc_rustc_cycle_time, r=huonw | Steve Klabnik | -0/+15 | |
| 2015-07-06 | Add note about special make targets | Steve Klabnik | -0/+15 | |
| 2015-07-06 | Link to test suite information from CONTRIBUTING.md | Steve Klabnik | -0/+4 | |
| Fixes #24802 | ||||
| 2015-07-01 | fix typo: "requests function in the same [way] as other" | Vladimir Rutsky | -2/+2 | |
| 2015-05-28 | Document issue tracker tags | edunham | -2/+39 | |
| A discussion at https://github.com/rust-lang/rust/pull/25832 established what the abbreviations mean. | ||||
| 2015-02-18 | Fixes "Code of Conduct" Link | Darrell Hamilton | -1/+1 | |
| Replaces the markdown link delimiters for the "Code of Conduct" link with the appropriate delimiters for using a link id r? @steveklabnik | ||||
| 2015-02-16 | CONTRIBUTING.md redux | Steve Klabnik | -43/+139 | |
| This redux of CONTRIBUTING.md adds in more information, including subsuming both compliment-bugreport.md and Note-development-policy in the wiki. I only glanced at the broad TOC of Note-development-policy, and did not use the text as the basis for the re-write. This will then address the last outstanding part of #5831. | ||||
| 2015-01-27 | discuss.rust-lang.org -> internals.rust-lang.org | Brian Anderson | -2/+2 | |
| 2015-01-15 | Make link to style guide direct | Aidan Hobson Sayers | -1/+1 | |
| 2015-01-02 | Put links to discuss.rust-lang.org and #rust-internals in CONTRIBUTING.md | Brian Anderson | -0/+9 | |
| 2014-09-22 | Update CONTRIBUTING.md with new issues policy | Nick Cameron | -0/+6 | |
| 2014-08-08 | Make small doc contributions less onerous/intimidating | Alexis Beingessner | -1/+2 | |
| 2014-06-16 | Update repo location | Brian Anderson | -3/+3 | |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -1/+1 | |
| The new documentation site has shorter urls, gzip'd content, and index.html redirecting functionality. | ||||
| 2014-05-05 | Updated CONTRIBUTING.md for 2014 | Aaron Raimist | -2/+2 | |
| 2014-01-11 | Various READMEs and docs cleanup | Adrien Tétar | -1/+1 | |
| Noticeably closes #11428. | ||||
| 2013-10-21 | syntax: Add the Bug Report HOWTO URL to the ICE message | Tim Chevalier | -0/+6 | |
| And also reference the bug report HOWTO in CONTRIBUTING.md | ||||
| 2013-06-13 | Update CONTRIBUTING.md | Graydon Hoare | -6/+2 | |
| 2013-06-05 | contributing: wrap lines for readability | Ramkumar Ramachandra | -16/+31 | |
| Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com> | ||||
| 2013-03-01 | Contributing.md: remove spurious verb | Benjamin Herr | -1/+1 | |
| 2013-02-01 | Tweak the CONTRIBUTING.md file. | Graydon Hoare | -5/+14 | |
| 2013-01-29 | docs: Add a note to CONTRIBUTING.md about copyright dates | Tim Chevalier | -0/+6 | |
| 2013-01-26 | Fix links in CONTRIBUTING.md | Cody Schroeder | -2/+2 | |
| 2012-12-27 | Add an xfailed test case and a CONTRIBUTING.md file | Tim Chevalier | -0/+12 | |
