about summary refs log tree commit diff
path: root/clippy_dev/src
AgeCommit message (Expand)AuthorLines
2020-03-31Move update_lints logic to its own moduleflip1995-175/+168
2020-03-31Make limit_stderr_length a subcommandflip1995-8/+6
2020-03-31Define modules in lib.rs instead of main.rsflip1995-8/+14
2020-03-18Auto merge of #5329 - matthiaskrgr:int_arith_on_ref_5328, r=flip1995bors-6/+10
2020-03-18Fix limit-stderr-files testflip1995-6/+10
2020-03-18new_lint.rs: encourage authors to write more detailed code samples in lint de...Matthias Krüger-1/+5
2020-03-01Rustup to rust-lang/rust#69592Yuki Okushi-1/+1
2020-02-21Fix falloutflip1995-1/+4
2020-02-14Adapt gen_lint_group_list test to also generate internal lintsflip1995-1/+2
2020-02-14Rename lint_count -> usable_lint_countflip1995-4/+4
2020-02-14Let update_lints also generate the internal lintsflip1995-2/+9
2020-02-14Save Lint::module as full path of moduleflip1995-13/+18
2020-02-14Make Lint::by_lint_group take impl Iterator as argumentflip1995-8/+5
2020-02-10Remove unnecessary imports from `new_lint` toolKrishna Sai Veera Reddy-1/+1
2020-02-07dev: Move DOCS_LINK out of lazy_static and reuse itLzu Tao-9/+12
2020-02-07dev: Make UpdateMode a copy typeLzu Tao-14/+14
2020-02-07dev: Prefer `fs::read*` and improvement to replace text regionLzu Tao-31/+23
2020-02-06dev: Use bytecount for faster line countLzu Tao-30/+25
2020-02-03Decrease line length limit for stderrsYuki Okushi-1/+1
2020-01-31Auto merge of #5109 - phansch:ciao_util_dev, r=flip1995bors-61/+46
2020-01-31Mark clippy_project_root as `must_use`Phil Hansch-0/+1
2020-01-31Replace one more copy-pasted clippy_project_root fnPhilipp Hansch-20/+3
2020-01-30Move project_root function to clippy_dev/src/lib.rsPhilipp Hansch-30/+21
2020-01-30Deprecate util/dev in favor of cargo aliasPhilipp Hansch-16/+26
2020-01-30Decrease line length limit for stderr filesYuki Okushi-1/+1
2020-01-21Decrease line length limit for stderr filesYuki Okushi-1/+1
2020-01-16Add lifetimes to `LateLintPass`Krishna Sai Veera Reddy-4/+7
2020-01-16Fix rustc lint import paths generated by `new_lint`Krishna Sai Veera Reddy-1/+1
2020-01-15Generate new lints easilyBrad Sherman-0/+234
2019-12-24do minor cleanupsLzu Tao-1/+1
2019-12-23a few small cleanupsLzu Tao-4/+0
2019-11-25Enable deny-warnings feature everywhere in CIflip1995-0/+4
2019-10-24Fix dogfood findingsflip1995-2/+9
2019-10-24Run ./util/dev fmtflip1995-3/+3
2019-10-24Update clippy_devMark Rousskov-8/+32
2019-10-14new lints around `#[must_use]` fnsAndre Bogus-0/+8
2019-10-08Auto merge of #4641 - sinkuu:revert_workaround, r=phanschbors-12/+3
2019-10-08Auto merge of #4611 - rust-lang:doc-visibility, r=flip1995bors-1/+1
2019-10-08Revert "Workaround cargo bug on Windows"Shotaro Yamada-12/+3
2019-10-04Rollup merge of #4509 - sinkuu:redundant_clone_fix, r=llogiqPhil Hansch-4/+1
2019-10-04Use home::cargo_homeShotaro Yamada-1/+1
2019-10-04Workaround cargo bug on WindowsShotaro Yamada-3/+12
2019-10-03Test fixesShotaro Yamada-4/+1
2019-10-02account for doc visibilityAndre Bogus-1/+1
2019-08-19Add option_and_then_some lintLzu Tao-3/+3
2019-08-12Update lint deprecation for tool lintsPhilipp Hansch-3/+3
2019-08-01Merge branch 'master' into dev-fmt-20190728Michael Wright-2/+2
2019-07-31Update all the code to pass the updated `use_self` lint.Jakub Wieczorek-2/+2
2019-07-28dev-fmt: better error handlingMichael Wright-0/+29
2019-07-17Decrease maximum length for stderr filesPhilipp Hansch-1/+1