| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-30 | Deprecate util/dev in favor of cargo alias | Philipp 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-24 | Revert "rustc-dev has been temporarily removed" | flip1995 | -1/+1 | |
| This reverts commit 974a05b806954ebdc6640b7ef539667bd7baca56. | ||||
| 2019-10-14 | rustc-dev has been temporarily removed | Lzu Tao | -1/+1 | |
| 2019-10-11 | Rustup for rustc-dev | Lzu Tao | -1/+1 | |
| 2019-08-29 | Add note to fix toolstate | Yuki Okushi | -1/+17 | |
| 2019-08-19 | Import rustc_plugin from its new location | Simon Sapin | -5/+5 | |
| Depends on https://github.com/rust-lang/rust/pull/62727 | ||||
| 2019-08-19 | Fix the name of a channel of discord in CONTRIBUTING.md | chansuke | -1/+1 | |
| 2019-03-03 | Cleanup 'Writing code' in CONTRIBUTING.md | Philipp Hansch | -114/+3 | |
| This is now all included in `doc/adding_lints.md` | ||||
| 2019-02-08 | Add a uitest subcommand to simplify UI test invocation | Philipp Hansch | -2/+2 | |
| This allows to run `TESTNAME=xxx cargo uitest` instead of `TESTNAME=xxx cargo test --test-compile-test` | ||||
| 2019-02-03 | Add setup-toolchain.sh script to configure the master version of rustc, | Jeremy Fitzhardinge | -0/+4 | |
| and update CONTRIBUTING.md accordingly. | ||||
| 2019-01-20 | Fixing typo in CONTRIBUTING.md | rmcteggart-r7 | -1/+1 | |
| 2018-12-28 | Update CONTRIBUTING.md for rustfix tests | Philipp Hansch | -0/+9 | |
| 2018-12-27 | Mention S-inactive-closed PRs in the CONTRIBUTING.md | flip1995 | -0/+7 | |
| 2018-12-21 | Change contrib.md hierarchy, link to it from readme | Philipp Hansch | -4/+4 | |
| 'How Clippy works' and 'How to fix nightly failures' are not exactly part of 'Writing code'. | ||||
| 2018-12-11 | Remove dead link in CONTRIBUTING.md | Maxence Frenette | -1/+0 | |
| 2018-12-10 | Document bors/homu | Philipp Hansch | -0/+15 | |
| 2018-12-10 | Small updates to CONTRIBUTING.md | Philipp Hansch | -2/+2 | |
| 2018-12-05 | Remove unnecessary documentation | Wayne Warren | -12/+0 | |
| 2018-12-02 | Merge pull request #3483 from phansch/mention_triage_procedure_in_contributing | Philipp Hansch | -0/+18 | |
| Mention triage procedure in contributing.md | ||||
| 2018-12-02 | Fix some nursery links | Philipp Hansch | -1/+1 | |
| 2018-12-02 | Mention triage procedure in contributing.md | Philipp Hansch | -0/+18 | |
| 2018-11-28 | Merge pull request #3465 from flip1995/rustfmt | Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer | -2/+17 | |
| rustfmt everything once and for all | ||||
| 2018-11-28 | Add missing word | Philipp Krones | -1/+1 | |
| Co-Authored-By: phansch <dev@phansch.net> | ||||
| 2018-11-28 | Update docs in regards to the merged RFC | Philipp Hansch | -3/+7 | |
| 2018-11-27 | Document how to run rustfmt in CONTRIBUTING.md | flip1995 | -2/+17 | |
| 2018-11-22 | rust-lang-nursery/rust-clippy => rust-lang/rust-clippy | Matthias Krüger | -11/+11 | |
| 2018-11-21 | Fix awkward wording | Wayne Warren | -5/+5 | |
| 2018-11-21 | Document how to lint local Clippy changes with locally built Clippy | Wayne Warren | -0/+12 | |
| 2018-11-05 | RIIR 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-07 | fix command to manually test an example | Daniele D'Orazio | -2/+2 | |
| 2018-09-20 | Mention rustup component history | Philipp Hansch | -2/+4 | |
| 2018-09-20 | s/rustc/Rust/ | Philipp Hansch | -1/+1 | |
| 2018-09-20 | s/rust/Rust, repeat 'Clippy' less | Philipp Hansch | -3/+3 | |
| 2018-09-19 | Mention how to install master Rust in CONTRIBUTING | Philipp Hansch | -5/+19 | |
| 2018-08-29 | Adapt documentation to the tool_lints | flip1995 | -1/+1 | |
| 2018-08-28 | Update imports and rustup | Oliver Schneider | -1/+1 | |
| 2018-07-30 | CONTRIBUTING: mention discord channel. | Matthias Krüger | -1/+1 | |
| 2018-07-16 | ExprKind | csmoe | -3/+3 | |
| 2018-07-05 | Consistently call it "Clippy", not clippy or rust-clippy | Dale Wijnand | -4/+4 | |
| As per discussion on the Clippy 1.0 RFC | ||||
| 2018-05-19 | Use the new scoped tool attributes | Oliver Schneider | -5/+1 | |
| 2018-05-14 | include contributing.md blurb from ↵ | Manish Goregaokar | -0/+2 | |
| https://github.com/hashicorp/vault/blob/master/CONTRIBUTING.md | ||||
| 2018-05-12 | Merge pull request #2712 from rust-lang-nursery/oli-obk-patch-1 | Oliver Schneider | -7/+1 | |
| Deprecate plugin-clippy | ||||
| 2018-05-12 | Explain how to debug and fix nightly build failures | Philipp Hansch | -0/+14 | |
| 2018-05-11 | Remove all mention and testing of #[plugin(clippy)] and warn if used | Oliver Schneider | -7/+1 | |
| 2018-04-27 | Add TOC to contribution instructions | Philipp 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-24 | Mention util/update_lints.py | Philipp Hansch | -0/+1 | |
| 2018-04-21 | Explain how Clippy works | Philipp Hansch | -0/+60 | |
| 2018-04-17 | Add intro and mention IRC in CONTRIBUTING.md | Philipp 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-03 | fix other instance of internals docs | Manish Goregaokar | -1/+1 | |
| 2018-04-03 | new internals docs | Manish Goregaokar | -1/+1 | |
