]> git.lizzy.rs Git - rust.git/history - clippy_dev/src
lintcheck: add --fix mode which tries to apply lint suggestions to the sources and...
[rust.git] / clippy_dev / src /
2021-03-05 Matthias Krügerlintcheck: add --fix mode which tries to apply lint...
2021-03-05 borsAuto merge of #6849 - flip1995:dogfood-fix, r=matthiaskrgr
2021-03-05 flip1995Extract directory creation into its own function
2021-03-05 flip1995Fix dogfood errors in clippy_dev
2021-03-04 borsAuto merge of #6846 - matthiaskrgr:lintcheck_test,...
2021-03-04 Matthias Krügerlintcheck: add test
2021-03-04 borsAuto merge of #6843 - Jarcho:match_on_same_arms_macro...
2021-03-04 borsAuto merge of #6833 - daxpedda:use-self, r=Manishearth
2021-03-04 borsAuto merge of #6839 - matthiaskrgr:lintcheck_clippy_war...
2021-03-04 Matthias Krügerlintcheck: fix clippy warnings
2021-03-02 borsAuto merge of #6801 - Jarcho:manual_match_fix, r=phansch
2021-03-02 borsAuto merge of #6791 - TaKO8Ki:iter-count, r=matthiaskrgr
2021-03-01 borsAuto merge of #6813 - matthiaskrgr:lintcheck_refactor...
2021-02-28 Matthias Krügerupdate lintcheck_crates logs and fix typos
2021-02-28 Matthias Krügerlintcheck: make download path and source path consts...
2021-02-28 Matthias Krügerlintcheck: more fixes
2021-02-28 Matthias Krügerlintcheck: put the full paths (target/lintcheck/sources...
2021-02-28 Matthias Krügerlintcheck: uses consts for clippy driver and cargo...
2021-02-28 Matthias Krügerlintcheck: don't run clippy in parallel by default
2021-02-28 Matthias Krügerlintcheck: refactor: introduce a basic LintcheckConfig...
2021-02-28 borsAuto merge of #6802 - camsteffen:dogfood-fix, r=llogiq
2021-02-27 borsAuto merge of #6730 - anall:feature/owned_to_owned_meth...
2021-02-26 borsAuto merge of #6800 - matthiaskrgr:lintcheck_stats...
2021-02-26 Matthias Krügerlintcheck: update logs and do minor fixes
2021-02-26 Matthias Krügerlintcheck: print stats how lint counts have changed...
2021-02-26 Matthias Krügerlintcheck: fix bug when getting the config toml path.
2021-02-25 borsAuto merge of #6601 - mdm:fix-unit-args-false-positive...
2021-02-25 borsAuto merge of #6790 - mgacek8:issue_6748, r=Manishearth
2021-02-25 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-02-23 Samuel E. Moelius IIIMove `declare_clippy_lint` back into clippy_lints
2021-02-23 Samuel E. Moelius IIITypo
2021-02-23 Samuel E. Moelius IIIFix update_lints
2021-02-23 borsAuto merge of #6573 - Jarcho:option_match_map, r=llogiq
2021-02-23 borsAuto merge of #6781 - matthiaskrgr:lintcheck_fix, r...
2021-02-23 Matthias Krügerlintcheck fix build (forgot to pass function parameter...
2021-02-23 borsAuto merge of #6780 - matthiaskrgr:lintcheck2, r=flip1995
2021-02-23 Matthias Krügerlintcheck: rerun if clippy changed
2021-02-23 borsAuto merge of #6777 - giraffate:remove_unneeded_blank_l...
2021-02-23 borsAuto merge of #6774 - Y-Nak:quick-fix-bless, r=phansch
2021-02-22 Yoshitomo NakanishiQuick fix cargo dev bless
2021-02-21 borsAuto merge of #6770 - ThibsG:PostfixEnumVariant, r...
2021-02-21 borsAuto merge of #6765 - camsteffen:unnecessary-wraps...
2021-02-21 borsAuto merge of #6754 - camsteffen:spanlesseq-res, r...
2021-02-20 borsAuto merge of #6717 - booleancoercion:master, r=llogiq
2021-02-20 borsAuto merge of #6766 - matthiaskrgr:nestedmatch, r=flip1995
2021-02-20 borsAuto merge of #6764 - matthiaskrgr:lintcheck_par_iter...
2021-02-19 Matthias Krügerlintcheck: add -j <N> option to configure threads.
2021-02-19 Matthias Krügerlintcheck: sort crates before linting
2021-02-19 Matthias Krügerlintcheck: show progress percentage in the "Linting...
2021-02-19 Matthias Krügerlintheck: show output (and compiler errors!) when compi...
2021-02-19 Matthias Krügerlintcheck: tweak some comments
2021-02-18 Matthias Krügerlintcheck: parallelize
2021-02-18 borsAuto merge of #6665 - pag4k:unnecessary_wraps_bug_6640...
2021-02-18 Dylan DPCRollup merge of #82215 - TaKO8Ki:replace-if-let-while...
2021-02-17 borsAuto merge of #81993 - flip1995:clippyup, r=Manishearth
2021-02-17 borsAuto merge of #6750 - flip1995:lintcheck_options, r...
2021-02-16 flip1995lintcheck: Slight improvements to the error reporting
2021-02-16 flip1995Add command line options option to lintcheck crates...
2021-02-16 borsAuto merge of #6662 - Y-Nak:default-numeric-fallback...
2021-02-16 borsAuto merge of #6744 - matthiaskrgr:lintcheck, r=flip1995
2021-02-15 Matthias Krügerlintcheck: filter out messages that come from cargo...
2021-02-15 Matthias Krügerlintcheck: print warnings if we can't check out or...
2021-02-15 Matthias Krügerlintcheck: fix bug in downloade_and_extract() for git...
2021-02-15 Matthias Krügerlintcheck: put some code into a gather_stats() function
2021-02-15 Matthias Krügerlintcheck: rename a few symbols, add documentation...
2021-02-15 Matthias Krügerlintcheck: rename struct field
2021-02-14 borsAuto merge of #6701 - camsteffen:collapsible-if, r...
2021-02-14 borsAuto merge of #6697 - camsteffen:vec-init-push-fp,...
2021-02-13 borsAuto merge of #81238 - RalfJung:copy-intrinsics, r...
2021-02-13 borsAuto merge of #6736 - Y-Nak:reproducer-for-use_self...
2021-02-13 borsAuto merge of #6735 - matthiaskrgr:lintcheck, r=flip1995
2021-02-12 Matthias Krügerlintcheck: env var LINTCHECK_TOML can be used to overri...
2021-02-12 borsAuto merge of #6700 - daxpedda:panics-doc-unreachable...
2021-02-12 borsAuto merge of #6179 - flip1995:rewrite_use_self, r...
2021-02-11 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2021-02-11 flip1995Merge commit '70c0f90453701e7d6d9b99aaa1fc6a765937b736...
2021-02-11 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-02-11 borsAuto merge of #6708 - matthiaskrgr:lintcheck, r=flip1995
2021-02-11 Matthias Krügerlintcheck: collect ICEs
2021-02-11 Matthias Krügerlintcheck: add support for path sources
2021-02-11 Matthias Krügerlintcheck: make the log file be ${source-file}-logs.txt
2021-02-11 borsAuto merge of #6650 - daxpedda:cargo-common-metadata...
2021-02-10 borsAuto merge of #6657 - ThibsG:FromIterParens, r=llogiq
2021-02-10 borsAuto merge of #6695 - TaKO8Ki:add-bytes-nth, r=phansch
2021-02-10 borsAuto merge of #6687 - ehuss:stabilize-wrapper, r=flip1995
2021-02-07 borsAuto merge of #6694 - matthiaskrgr:lintcheck-cfg, r...
2021-02-07 Matthias Krügerlintcheck: add a cmdline option --crates-toml <TOML...
2021-02-07 borsAuto merge of #6686 - matthiaskrgr:lintcheck_git, r...
2021-02-07 borsAuto merge of #6674 - phlip9:disallowed_functions,...
2021-02-07 borsAuto merge of #6685 - magurotuna:filter_map_identity...
2021-02-07 borsAuto merge of #6681 - 1c3t3a:1c3t3a-issue-6467, r=xFred...
2021-02-07 borsAuto merge of #6660 - camsteffen:path-to-local, r=llogiq
2021-02-07 borsAuto merge of #6688 - rust-lang:triagebot_update, r...
2021-02-07 borsAuto merge of #6682 - camsteffen:let-underscore-ref...
2021-02-06 Cameron SteffenEat dogfood
2021-02-06 Matthias Krügerlintcheck: avoid dbg!() calls
2021-02-06 Jonas SchievinkRollup merge of #81680 - camsteffen:primty, r=oli-obk
2021-02-06 Matthias Krügerlintcheck: cleanup, fix --only for git crates, better...
2021-02-06 Matthias Krügerlintcheck: add git source as an example and update...
2021-02-06 Matthias Krügerimplement the download_and_extract() step for git sources
next