summary refs log tree commit diff
path: root/CONTRIBUTING.md
AgeCommit message (Collapse)AuthorLines
2016-03-31allow RUST_BACKTRACE=0 to act as if unsetEmanuel Czirai-1/+2
/# This is a combination of 16 commits. /# The first commit's message is: allow RUST_BACKTRACE=disabled to act as if unset When RUST_BACKTRACE is set to "disabled" then this acts as if the env. var is unset. /# This is the 2nd commit message: case insensitive "DiSaBLeD" RUST_BACKTRACE value previously it expected a lowercase "disabled" to treat the env. var as unset /# This is the 3rd commit message: RUST_BACKTRACE=0 acts as if unset previously RUST_BACKTRACE=disabled was doing the same thing /# This is the 4th commit message: RUST_BACKTRACE=0|n|no|off acts as if unset previously only RUST_BACKTRACE=0 acted as if RUST_BACKTRACE was unset Now added more options (case-insensitive): 'n','no' and 'off' eg. RUST_BACKTRACE=oFF /# This is the 5th commit message: DRY on the value of 2 DRY=don't repeat yourself Because having to remember to keep the two places of '2' in sync is not ideal, even though this is a simple enough case. /# This is the 6th commit message: Revert "DRY on the value of 2" This reverts commit 95a0479d5cf72a2b2d9d21ec0bed2823ed213fef. Nevermind this DRY on 2, because we already have a RY on 1, besides the code is less readable this way... /# This is the 7th commit message: attempt to document unsetting RUST_BACKTRACE /# This is the 8th commit message: curb allocations when checking for RUST_BACKTRACE this means we don't check for case-insensitivity anymore /# This is the 9th commit message: as decided, RUST_BACKTRACE=0 turns off backtrace /# This is the 10th commit message: RUST_TEST_NOCAPTURE=0 acts as if unset (that is, capture is on) Any other value acts as if nocapture is enabled (that is, capture is off) /# This is the 11th commit message: update other RUST_TEST_NOCAPTURE occurrences apparently only one place needs updating /# This is the 12th commit message: update RUST_BACKTRACE in man page /# This is the 13th commit message: handle an occurrence of RUST_BACKTRACE /# This is the 14th commit message: ensure consistency with new rules for backtrace /# This is the 15th commit message: a more concise comment for RUST_TEST_NOCAPTURE /# This is the 16th commit message: update RUST_TEST_NOCAPTURE in man page
2016-03-22Remove trailing whitespace at the end of linesFlorian Berger-2/+2
2016-02-02Update TESTNAME descriptionRyan Thomas-1/+1
2016-02-02Update TESTNAME matching descriptionRyan Thomas-3/+5
2016-02-01Update docs about how to run specific testsRyan Thomas-2/+4
2016-01-26Re-worded intro paragraph to be more positiveGreg Chapple-8/+10
2016-01-26Updated to reflect comments from reviewGreg Chapple-7/+11
- Tweaked the build system intro paragraph - Added some more configure options & explanations - Added additional make target
2016-01-25Added info on the build system to contributing guideGreg 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-14Fix note about B-prefixed issue labelsGreg 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-23doc: Change Google link to generic top level domainfbergr-1/+1
2015-11-06Direct security bugs to the security policy.Brian Anderson-0/+3
2015-10-03docs: add rustdoc example to CONTRIBUTING.mdAleksey Kladov-0/+5
2015-10-03docs: whitespace cleanupAleksey Kladov-9/+9
2015-10-02Fix typo, add link to Google-search in documentationAndreas Sommer-2/+3
2015-09-14Cheat sheetchristopherdumas-2/+2
2015-09-14Fix typochristopherdumas-2/+2
2015-09-13Added link to @bors cheetsheet (thanks, @nagisa)christopherdumas-0/+2
2015-09-12Compiler test manualchristopherdumas-0/+2
2015-09-11Added useful links sectionchristopherdumas-0/+22
2015-08-09Use https URLs to refer to rust-lang.org where appropriate.Eli Friedman-3/+3
Also fixes a few outdated links.
2015-07-16Rollup merge of #26693 - rutsky:patch-1, r=ManishearthManish Goregaokar-2/+2
r? @steveklabnik
2015-07-06Rollup merge of #26832 - steveklabnik:doc_rustc_cycle_time, r=huonwSteve Klabnik-0/+15
2015-07-06Add note about special make targetsSteve Klabnik-0/+15
2015-07-06Link to test suite information from CONTRIBUTING.mdSteve Klabnik-0/+4
Fixes #24802
2015-07-01fix typo: "requests function in the same [way] as other"Vladimir Rutsky-2/+2
2015-05-28Document issue tracker tagsedunham-2/+39
A discussion at https://github.com/rust-lang/rust/pull/25832 established what the abbreviations mean.
2015-02-18Fixes "Code of Conduct" LinkDarrell 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-16CONTRIBUTING.md reduxSteve 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-27discuss.rust-lang.org -> internals.rust-lang.orgBrian Anderson-2/+2
2015-01-15Make link to style guide directAidan Hobson Sayers-1/+1
2015-01-02Put links to discuss.rust-lang.org and #rust-internals in CONTRIBUTING.mdBrian Anderson-0/+9
2014-09-22Update CONTRIBUTING.md with new issues policyNick Cameron-0/+6
2014-08-08Make small doc contributions less onerous/intimidatingAlexis Beingessner-1/+2
2014-06-16Update repo locationBrian Anderson-3/+3
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
The new documentation site has shorter urls, gzip'd content, and index.html redirecting functionality.
2014-05-05Updated CONTRIBUTING.md for 2014Aaron Raimist-2/+2
2014-01-11Various READMEs and docs cleanupAdrien Tétar-1/+1
Noticeably closes #11428.
2013-10-21syntax: Add the Bug Report HOWTO URL to the ICE messageTim Chevalier-0/+6
And also reference the bug report HOWTO in CONTRIBUTING.md
2013-06-13Update CONTRIBUTING.mdGraydon Hoare-6/+2
2013-06-05contributing: wrap lines for readabilityRamkumar Ramachandra-16/+31
Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
2013-03-01Contributing.md: remove spurious verbBenjamin Herr-1/+1
2013-02-01Tweak the CONTRIBUTING.md file.Graydon Hoare-5/+14
2013-01-29docs: Add a note to CONTRIBUTING.md about copyright datesTim Chevalier-0/+6
2013-01-26Fix links in CONTRIBUTING.mdCody Schroeder-2/+2
2012-12-27Add an xfailed test case and a CONTRIBUTING.md fileTim Chevalier-0/+12