about summary refs log tree commit diff
path: root/CONTRIBUTING.md
AgeCommit message (Collapse)AuthorLines
2020-01-30Deprecate util/dev in favor of cargo aliasPhilipp Hansch-1/+1
If you've been using `./util/dev` before, this now becomes `cargo dev`. The key part of this change is found in `.cargo/config`. This means one less shell script and a bit more cross-platform support for contributors.
2019-10-24Revert "rustc-dev has been temporarily removed"flip1995-1/+1
This reverts commit 974a05b806954ebdc6640b7ef539667bd7baca56.
2019-10-14rustc-dev has been temporarily removedLzu Tao-1/+1
2019-10-11Rustup for rustc-devLzu Tao-1/+1
2019-08-29Add note to fix toolstateYuki Okushi-1/+17
2019-08-19Import rustc_plugin from its new locationSimon Sapin-5/+5
Depends on https://github.com/rust-lang/rust/pull/62727
2019-08-19Fix the name of a channel of discord in CONTRIBUTING.mdchansuke-1/+1
2019-03-03Cleanup 'Writing code' in CONTRIBUTING.mdPhilipp Hansch-114/+3
This is now all included in `doc/adding_lints.md`
2019-02-08Add a uitest subcommand to simplify UI test invocationPhilipp Hansch-2/+2
This allows to run `TESTNAME=xxx cargo uitest` instead of `TESTNAME=xxx cargo test --test-compile-test`
2019-02-03Add setup-toolchain.sh script to configure the master version of rustc,Jeremy Fitzhardinge-0/+4
and update CONTRIBUTING.md accordingly.
2019-01-20Fixing typo in CONTRIBUTING.mdrmcteggart-r7-1/+1
2018-12-28Update CONTRIBUTING.md for rustfix testsPhilipp Hansch-0/+9
2018-12-27Mention S-inactive-closed PRs in the CONTRIBUTING.mdflip1995-0/+7
2018-12-21Change contrib.md hierarchy, link to it from readmePhilipp Hansch-4/+4
'How Clippy works' and 'How to fix nightly failures' are not exactly part of 'Writing code'.
2018-12-11Remove dead link in CONTRIBUTING.mdMaxence Frenette-1/+0
2018-12-10Document bors/homuPhilipp Hansch-0/+15
2018-12-10Small updates to CONTRIBUTING.mdPhilipp Hansch-2/+2
2018-12-05Remove unnecessary documentationWayne Warren-12/+0
2018-12-02Merge pull request #3483 from phansch/mention_triage_procedure_in_contributingPhilipp Hansch-0/+18
Mention triage procedure in contributing.md
2018-12-02Fix some nursery linksPhilipp Hansch-1/+1
2018-12-02Mention triage procedure in contributing.mdPhilipp Hansch-0/+18
2018-11-28Merge pull request #3465 from flip1995/rustfmtOliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer-2/+17
rustfmt everything once and for all
2018-11-28Add missing wordPhilipp Krones-1/+1
Co-Authored-By: phansch <dev@phansch.net>
2018-11-28Update docs in regards to the merged RFCPhilipp Hansch-3/+7
2018-11-27Document how to run rustfmt in CONTRIBUTING.mdflip1995-2/+17
2018-11-22rust-lang-nursery/rust-clippy => rust-lang/rust-clippyMatthias Krüger-11/+11
2018-11-21Fix awkward wordingWayne Warren-5/+5
2018-11-21Document how to lint local Clippy changes with locally built ClippyWayne Warren-0/+12
2018-11-05RIIR update lints: Add check mode (update_lints.py rewrite complete)Philipp Hansch-1/+1
This finishes up the rewrite of `update_lints.py` in Rust. More specifically, this * adds the `--check` flag and handling to clippy_dev * tracks file changes over the different calls to `replace_region_in_file` * only writes changes to files if the `--check` flag is *not* used * runs `./util/dev update_lints --check` on CI instead of the old script * replaces usage of the `update_lints.py` script with an error `./util/dev update_lints` behaves 99% the same as the python script. The only difference that I'm aware of is an ordering change to `clippy_lints/src/lib.rs` because underscores seem to be sorted differently in Rust and in Python. :checkered_flag:
2018-10-07fix command to manually test an exampleDaniele D'Orazio-2/+2
2018-09-20Mention rustup component historyPhilipp Hansch-2/+4
2018-09-20s/rustc/Rust/Philipp Hansch-1/+1
2018-09-20s/rust/Rust, repeat 'Clippy' lessPhilipp Hansch-3/+3
2018-09-19Mention how to install master Rust in CONTRIBUTINGPhilipp Hansch-5/+19
2018-08-29Adapt documentation to the tool_lintsflip1995-1/+1
2018-08-28Update imports and rustupOliver Schneider-1/+1
2018-07-30CONTRIBUTING: mention discord channel.Matthias Krüger-1/+1
2018-07-16ExprKindcsmoe-3/+3
2018-07-05Consistently call it "Clippy", not clippy or rust-clippyDale Wijnand-4/+4
As per discussion on the Clippy 1.0 RFC
2018-05-19Use the new scoped tool attributesOliver Schneider-5/+1
2018-05-14include contributing.md blurb from ↵Manish Goregaokar-0/+2
https://github.com/hashicorp/vault/blob/master/CONTRIBUTING.md
2018-05-12Merge pull request #2712 from rust-lang-nursery/oli-obk-patch-1Oliver Schneider-7/+1
Deprecate plugin-clippy
2018-05-12Explain how to debug and fix nightly build failuresPhilipp Hansch-0/+14
2018-05-11Remove all mention and testing of #[plugin(clippy)] and warn if usedOliver Schneider-7/+1
2018-04-27Add TOC to contribution instructionsPhilipp Hansch-8/+20
Also changed some headings and re-ordered the paragraphs in the testing guide. (I used [vim-markdown-toc](https://github.com/mzlogin/vim-markdown-toc) to generate it automatically.)
2018-04-24Mention util/update_lints.pyPhilipp Hansch-0/+1
2018-04-21Explain how Clippy worksPhilipp Hansch-0/+60
2018-04-17Add intro and mention IRC in CONTRIBUTING.mdPhilipp Hansch-9/+11
This is partly taken from the [rustfmt CONTRIBUTING.md][contrib]. [contrib]: https://github.com/rust-lang-nursery/rustfmt/blob/master/Contributing.md
2018-04-03fix other instance of internals docsManish Goregaokar-1/+1
2018-04-03new internals docsManish Goregaokar-1/+1