about summary refs log tree commit diff
path: root/clippy_dev
AgeCommit message (Expand)AuthorLines
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
2022-08-11Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyupPhilipp Krones-4/+4
2022-08-11Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-5/+4
2022-07-28Merge commit '3c7e7dbc1583a0b06df5bd7623dd354a4debd23d' into clippyupPhilipp Krones-47/+303
2022-07-28Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-48/+303
2022-07-28Tell the user how to revert `dev setup intellij`Serial-4/+4
2022-07-26Implicitly set `--type=cargo` when using `--category=cargo`Serial-8/+16
2022-07-26Give the user more information during creationSerial-10/+23
2022-07-25Add `--type` flag to `dev new_lint`Serial-39/+274
2022-07-18Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyupPhilipp Krones-2/+54
2022-07-16Stabilize `let_chains`Caio-1/+1
2022-07-06Dogfood fixes to use `bool::then_some`Josh Triplett-1/+1
2022-07-01Auto merge of #9039 - Serial-ATA:dev-dogfood, r=giraffatebors-1/+53
2022-06-30Merge commit '0cb0f7636851f9fcc57085cf80197a2ef6db098f' into clippyupPhilipp Krones-43/+374
2022-06-30Merge remote-tracking branch 'upstream/master' into rustupPhilipp Krones-43/+374
2022-06-28Fix dogfoodJason Newcomb-1/+1
2022-06-23Add `cargo dev dogfood`Serial-1/+54
2022-06-23Fix ICE when deprecating lints in directoriesSerial-35/+37