| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-01-30 | Deprecate util/dev in favor of cargo alias | Philipp Hansch | -0/+2 | |
| 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-22 | build: use shared target dir | Lzu Tao | -1/+3 | |
| 2019-10-22 | build: improve script and travis config | Lzu Tao | -6/+7 | |
| * fix a diff failure on windows See https://travis-ci.com/rust-lang/rust-clippy/jobs/245971932#L1625 for an example. * use cmp instead of diff > /dev/null * clone single branch instead of clone then checking out * do not decrypt key if have no diff change | ||||
| 2019-08-28 | Also fetch rollup merges in fetch_prs_between.sh script | flip1995 | -1/+1 | |
| 2019-08-18 | Ignore lines starting with '#' | Jeremy Stucki | -1/+12 | |
| 2019-08-15 | Remove util/update_lints.py | Philipp Hansch | -10/+0 | |
| This has been deprecated for ~10 months, so I think it's fine to remove now. | ||||
| 2019-08-12 | Filter out PRs with changelog: none | flip1995 | -1/+6 | |
| 2019-06-23 | don't strip blank lines in lint documentation | Andy Russell | -12/+9 | |
| 2019-03-05 | move lint documentation into macro invocations | Andy Russell | -30/+25 | |
| 2019-02-28 | Use the same <title> as <h1> on gh-pages | Martin Taibr | -2/+2 | |
| 2019-02-16 | Use normal HTML label semantics for filter | Michael Howell | -2/+2 | |
| I legitimately don't understand why you did it with ARIA instead. | ||||
| 2019-01-29 | fetch_prs_between: add .sh file ending | Matthias Krüger | -0/+0 | |
| 2019-01-25 | Add script to fetch GitHub PRs between two commits | Philipp Hansch | -0/+20 | |
| 2019-01-08 | Remove all copyright license headers | Philipp Hansch | -42/+0 | |
| Discussion previously happened in https://github.com/rust-lang/rust/pull/43498 | ||||
| 2018-11-22 | rust-lang-nursery/rust-clippy => rust-lang/rust-clippy | Matthias Krüger | -2/+2 | |
| 2018-11-05 | RIIR update lints: Add check mode (update_lints.py rewrite complete) | Philipp Hansch | -238/+4 | |
| 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-31 | RIIR update lints: Generate deprecated lints | Philipp Hansch | -1/+1 | |
| The update script now also generates the 'register_removed' section in `clippy_lints/src/lib.rs`. Also, instead of using `let mut store ...`, I added a new identifier line so that the replacement will continue to work in case `let mut store ...` ever changes. | ||||
| 2018-10-15 | Website: Make lint categories linkable | Park Juhyung | -0/+29 | |
| Fixes #2973 | ||||
| 2018-10-08 | Merge pull request #3265 from mikerite/fix-export | Philipp Hansch | -4/+9 | |
| Fix util/export.py to include lints from methods | ||||
| 2018-10-06 | Add license header to other files | Manish Goregaokar | -0/+45 | |
| 2018-10-05 | Fix util/export.py to include lints from methods | Michael Wright | -4/+9 | |
| 2018-09-30 | Fix update_lints.py for dir modules | Michael Wright | -5/+11 | |
| 2018-09-03 | update_lints rewrite: Add structure and --print-only | Philipp Hansch | -13/+5 | |
| 2018-09-02 | Merge remote-tracking branch 'upstream/master' into prs | Philipp Hansch | -5/+5 | |
| 2018-08-29 | Adapt scripts to the tool_lints | flip1995 | -5/+5 | |
| 2018-08-28 | Fix typo for panel cursor | Ivan Tham | -1/+1 | |
| 2018-08-22 | Remove unused code | flip1995 | -5/+0 | |
| 2018-08-12 | update_lints.py: port another print to print() for python3 compatibility. | Matthias Krüger | -1/+1 | |
| 2018-08-09 | lintlib: Use Python 3 compatible print | David Vo | -1/+1 | |
| Ref: #2882 | ||||
| 2018-07-25 | fix a bunch of typos found by codespell | Matthias Krüger | -1/+1 | |
| 2018-07-25 | s/wiki/lint list/ | Philipp Hansch | -2/+2 | |
| 2018-07-19 | Improve website panel heading experience | Ivan Tham | -0/+3 | |
| 2018-07-05 | Consistently call it "Clippy", not clippy or rust-clippy | Dale Wijnand | -1/+1 | |
| As per discussion on the Clippy 1.0 RFC | ||||
| 2018-06-15 | Fix typo in lint dump script | Oliver Schneider | -1/+1 | |
| 2018-06-14 | Lint printing was broken | Oliver Schneider | -5/+15 | |
| 2018-04-30 | Lint for multiple versions of dependencies | Yusuf Simonson | -0/+2 | |
| 2018-04-10 | Docs: Reorganize layout a bit and show lint groups | Pascal Hertleif | -18/+57 | |
| 2018-04-10 | Add lint groups to doc export | Pascal Hertleif | -0/+1 | |
| 2018-03-31 | Fix lintlib script | flip1995 | -33/+27 | |
| 2018-03-28 | Update test suite | Oliver Schneider | -8/+22 | |
| 2018-03-28 | Categorize all the lints! | Oliver Schneider | -96/+67 | |
| 2018-03-27 | Implementation + move one lint | Oliver Schneider | -6/+54 | |
| 2018-02-19 | Fix name of configuration parameters in documentation | flip1995 | -1/+1 | |
| 2018-02-01 | Allow empty lines in lint doc examples | Philipp Hansch | -3/+8 | |
| This makes sure that empty lines in lint examples are preserved. It also fixes the documentation for the invalid_ref lint, which was not shown because of an extra newline before the lint declaration. | ||||
| 2017-09-01 | Update README lint counter message | Oliver Schneider | -2/+2 | |
| 2017-09-01 | wiki -> docs | Oliver Schneider | -2/+2 | |
| 2017-09-01 | Deprecate the wiki and remove the lint list from the README (fixes #1933) | Oliver Schneider | -118/+2 | |
| 2017-08-14 | Merge branch 'master' into move_links | Oliver Schneider | -0/+86 | |
| 2017-08-07 | Docs index: Sort versions in a nice way | Pascal Hertleif | -2/+18 | |
| This introduces a very sophisticated algorithm to determine the ordering of versions on the rendered docs' start page. (Spoiler alert: It maps "master" and "current" to the largest possible float values and converts a version like "1.2.3" to "1002003".) | ||||
| 2017-08-06 | Change all links to reflect the move to rust-lang-nursery | Andre Bogus | -2/+2 | |
