| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-30 | Deprecate util/dev in favor of cargo alias | Philipp Hansch | -5/+5 | |
| 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. | ||||
| 2020-01-27 | Rename `span_help_and_lint` to `span_lint_and_help` | Yuki Okushi | -3/+3 | |
| 2020-01-20 | Remove trailing whitespaces | Yuki Okushi | -5/+5 | |
| 2020-01-15 | Update documentation for adding new lints | Brad Sherman | -28/+48 | |
| - Add instructions for adding new lints with the new automation | ||||
| 2020-01-11 | Rustup to rust-lang/rust#67806 | Yuki Okushi | -2/+1 | |
| 2019-12-31 | Rustup to rust-lang/rust#67707 | Yuki Okushi | -2/+2 | |
| 2019-12-04 | Rustup to rust-lang/rust#66878 | Matthias Krüger | -1/+2 | |
| 2019-10-17 | Update adding_lints.md | Michael Zhang | -2/+2 | |
| 2019-09-11 | docs: fix broken link in adding_lints documantation | Matthias Krüger | -15/+17 | |
| 2019-09-06 | Fix two occurences of TESTNAME=ui/foo_functions | Luca Beetz | -2/+2 | |
| This commit fixes two occurences of the wrong path to the foo_functions example test in doc/adding-lints.md | ||||
| 2019-09-04 | Remove ui/ from TESTNAME for foo lint example | Luca Beetz | -1/+1 | |
| 2019-08-28 | Add note to avoid confusing | Yuki Okushi | -0/+2 | |
| 2019-08-21 | Auto merge of #4372 - phansch:changelog_update, r=flip1995 | bors | -0/+68 | |
| docs: Explain how to update the changelog cc @Manishearth Is this more or less how you did it last time? [Rendered](https://github.com/phansch/rust-clippy/blob/changelog_update/doc/changelog_update.md#changelog-update) changelog: none | ||||
| 2019-08-21 | Add note on how to find the latest beta commit | Philipp Hansch | -0/+3 | |
| 2019-08-20 | Update if_chain doc link | Lzu Tao | -1/+1 | |
| 2019-08-19 | Remove in_macro_or_desugar | KRAAI, MATTHEW [VISUS] | -2/+2 | |
| 2019-08-12 | Further text improvements | Philipp Hansch | -4/+10 | |
| 2019-08-12 | Add image | Philipp Hansch | -1/+1 | |
| 2019-08-11 | docs: Explain how to update the changelog | Philipp Hansch | -0/+59 | |
| 2019-08-09 | Document how to write tests requiring the 2018 edition | flip1995 | -0/+7 | |
| 2019-08-08 | template: Update how to format source code with ./util/dev | Lzu Tao | -1/+3 | |
| 2019-07-07 | Update documentation to the dev fmt command | flip1995 | -5/+7 | |
| 2019-06-01 | doc: Remove `pub` from trait definition in foo lint example | Lzu Tao | -3/+3 | |
| 2019-05-11 | Rename in_macro to in_macro_or_desugar | Manish Goregaokar | -2/+2 | |
| 2019-04-17 | Document `declare_lint_pass!` | Matthew Kraai | -31/+8 | |
| 2019-04-16 | Update adding_lints.md | Oliver Scherer | -0/+1 | |
| 2019-03-19 | Add implementation for the EarlyLintPass trait into the Adding Lints ↵ | Mark Catley | -1/+3 | |
| documentation. To follow along with the adding lint documentation you need to implement this trait in order to register the lint pass. | ||||
| 2019-03-08 | Update comment location | Philipp Hansch | -16/+20 | |
| 2019-03-04 | Add rustc nightly docs to cheatsheet | Philipp Hansch | -1/+4 | |
| 2019-03-04 | s/you/we; One more checklist item | Philipp Hansch | -16/+17 | |
| 2019-03-03 | Add the rustc guide to the cheatsheet | Philipp Hansch | -0/+2 | |
| 2019-03-03 | More text fixes after Test section was moved to top | Philipp Hansch | -15/+17 | |
| 2019-03-03 | Reword 'Setup' a bit | Philipp Hansch | -3/+4 | |
| 2019-03-03 | Note that stderr files don't have to be created manually | Philipp Hansch | -2/+4 | |
| 2019-03-03 | Author lint usage via playground | Philipp Hansch | -31/+15 | |
| 2019-03-03 | Copy from CONTRIBUTING.md: author lint, rustfix tests, rustfmt | Philipp Hansch | -4/+81 | |
| And adapt the wording a bit so that it fits in the overall guide. | ||||
| 2019-03-03 | Mention Clippy utils | Philipp Hansch | -1/+4 | |
| 2019-03-03 | Remind to run update-all-references.sh at the end | Philipp Hansch | -3/+6 | |
| 2019-03-03 | Use positive if condition for readability | Philipp Hansch | -8/+9 | |
| 2019-03-03 | Expand on lint implementation section, wrap lines | Philipp Hansch | -23/+65 | |
| 2019-03-03 | Implicit return | Wilco Kusee | -1/+1 | |
| Co-Authored-By: phansch <dev@phansch.net> | ||||
| 2019-03-03 | Implicit return | Wilco Kusee | -1/+1 | |
| Co-Authored-By: phansch <dev@phansch.net> | ||||
| 2019-03-03 | Add lint writing documentation | Philipp Hansch | -0/+324 | |
| This adds a new documentation page that explains how to write Clippy lints. It guides the reader through creating a `foo` function lint. | ||||
