about summary refs log tree commit diff
path: root/clippy_dev
AgeCommit message (Expand)AuthorLines
2020-08-11Merge commit '09bd400243ed6f7059fedc0c1623aae3792521d6' into clippyupflip1995-1/+2
2020-06-09Merge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73' into clippyLzu Tao-2/+109
2020-05-28Merge commit '7ea7cd165ad6705603852771bf82cc2fd6560db5' into clippyup2flip1995-75/+115
2020-04-23clippy_dev: make it fatal when the regex for updating lint count does not matchMatthias Krüger-2/+3
2020-04-03Make lint modules privateflip1995-5/+2
2020-04-03Don't filter lints in code generation functionsflip1995-30/+22
2020-04-03Build lint lists once and the reuse them to update filesflip1995-40/+43
2020-04-03Get rid of Lint::is_internal methodflip1995-24/+7
2020-04-03Clean up update_lintsflip1995-15/+14
2020-03-31Don't use an exact lint counter anymoreflip1995-11/+14
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-29Bump itertoolsLzu Tao-1/+1
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/+26
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/+7
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-14/+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-14/+3