about summary refs log tree commit diff
path: root/clippy_dev
AgeCommit message (Expand)AuthorLines
2023-05-24apply suggestionTimo-1/+1
2023-05-24replace `-` instead of erroring outy21-7/+2
2023-05-23error out if lint name contains dashy21-1/+8
2023-05-05Inherit stdout/stderr for `cargo dev dogfood`Alex Macleod-19/+19
2023-04-23Remove check for `lib.register_*` and `src/docs*` in `cargo dev update_lints`Alex Macleod-54/+0
2023-04-20Update to a compiletest-rs version that requires `//@` for commandsOli Scherer-1/+1
2023-04-06Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-15/+8
2023-03-29Stabilize a portion of 'once_cell'Trevor Gross-1/+0
2023-03-28Partial no-op refactoring of #9948Yuri Astrakhan-15/+7
2023-02-25Merge commit '149392b0baa4730c68f3c3eadf5c6ed7b16b85a4' into clippyupJason Newcomb-7/+8
2023-02-16Fix dogfood tests by adding type annotationsJirka Vebr-7/+8
2023-02-10Merge commit '0f7558148c22e53cd4608773b56cdfa50dcdeac3' into clippyupPhilipp Krones-59/+70
2023-02-10Fix CLI of clippy_devPhilipp Krones-14/+14
2023-01-31update some dependenciesKaDiWa-45/+56
2023-01-12Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyupPhilipp Krones-0/+3
2023-01-12Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-0/+3
2022-12-01Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyupPhilipp Krones-9/+7
2022-12-01Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-9/+7
2022-11-25Rollup merge of #104873 - RalfJung:therefore, r=Dylan-DPCMatthias Krüger-1/+1
2022-11-25RefCell::get_mut: fix typoRalf Jung-1/+1
2022-11-21Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyupPhilipp Krones-232/+84
2022-11-21Add `clippy_utils::msrv::Msrv` to keep track of the current MSRVAlex Macleod-9/+7
2022-10-25Auto merge of #9712 - Alexendoo:old-generated-files, r=flip1995bors-0/+54
2022-10-25Remove `lib.register_*` and `src/docs*` in `cargo dev update_lints`Alex Macleod-0/+54
2022-10-25Track `clippy.toml` and `Cargo.toml` in `file_depinfo`Alex Macleod-9/+0
2022-10-23Generate lint categories and explanations with `declare_clippy_lint`Alex Macleod-223/+30
2022-10-23Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyupflip1995-19/+10
2022-10-11Replace manual let else patterns with let elseest31-17/+8
2022-10-07Fix adjacent codeSamuel Moelius-2/+2
2022-10-06Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyupPhilipp Krones-189/+144
2022-10-02Auto merge of #9509 - schubart:fix_sorting, r=llogiqbors-3/+2
2022-09-28Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-186/+142
2022-09-26remove cfg(bootstrap)Pietro Albini-1/+0
2022-09-23fallout2: rework clippy_dev & _lints fmt inliningYuri Astrakhan-185/+141
2022-09-23and a few more from other dirsYuri Astrakhan-1/+1
2022-09-21Actually use the sorted vectorMichael Schubart-3/+2
2022-09-21Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippyDavid Koloski-0/+1
2022-09-16Add `#[allow(unused)]` to test in `cargo dev new_lint`Alex Macleod-0/+1
2022-09-15Fix clippyest31-1/+1
2022-09-09Merge commit 'b52fb5234cd7c11ecfae51897a6f7fa52e8777fc' into clippyupPhilipp Krones-29/+165
2022-09-08Merge remote-tracking branch 'upstream/auto' into rustupPhilipp Krones-29/+165
2022-09-06Allow lint passes to be bound by `TyCtxt`Jason Newcomb-2/+4
2022-09-02add `--explain` subcommandAndre Bogus-28/+160
2022-09-01Correctly handle unescape warningsJason Newcomb-1/+5
2022-08-31Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyupJason Newcomb-8/+8
2022-08-29Revert let_chains stabilizationNilstrieb-0/+1
2022-08-19Auto merge of #9295 - Guilherme-Vasconcelos:manual-empty-string-creation, r=d...bors-1/+1
2022-08-16Fix adjacent codeSamuel E. Moelius III-7/+7
2022-08-14Update all tests to comply with clippy::manual_empty_string_creationsGuilherme-Vasconcelos-1/+1
2022-08-12Adjust cfgsMark Rousskov-1/+0