index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clippy_dev
Age
Commit message (
Expand
)
Author
Lines
2021-03-17
rename `cargo dev ra_setup` to `cargo dev ide_setup`
Matthias Krüger
-7
/
+7
2021-03-11
lintcheck: fix --fix and document it in the readme.
Matthias Krüger
-0
/
+1
2021-03-11
lintcheck: update readme and remove the now redundant readme from clippy-dev
Matthias Krüger
-77
/
+0
2021-03-11
move testfiles to "lintcheck" and fix more paths
Matthias Krüger
-39
/
+0
2021-03-11
lintcheck: move out of clippy-dev into own crate
Matthias Krüger
-880
/
+3
2021-03-09
Set Clippy authors to "The Rust Clippy Developers"
flip1995
-2
/
+1
2021-03-05
lintcheck: add --fix mode which tries to apply lint suggestions to the source...
Matthias Krüger
-5
/
+47
2021-03-05
Extract directory creation into its own function
flip1995
-15
/
+24
2021-03-05
Fix dogfood errors in clippy_dev
flip1995
-29
/
+41
2021-03-04
lintcheck: add test
Matthias Krüger
-1
/
+35
2021-03-04
lintcheck: fix clippy warnings
Matthias Krüger
-26
/
+27
2021-02-28
update lintcheck_crates logs and fix typos
Matthias Krüger
-3
/
+3
2021-02-28
lintcheck: add more embark crate sources to the sources toml
Matthias Krüger
-1
/
+6
2021-02-28
lintcheck: make download path and source path consts, move source directory f...
Matthias Krüger
-4
/
+7
2021-02-28
lintcheck: more fixes
Matthias Krüger
-12
/
+11
2021-02-28
lintcheck: add a couple of dtolnays crates to the source list
Matthias Krüger
-0
/
+7
2021-02-28
lintcheck: put the full paths (target/lintcheck/sources/<crate>...) to the so...
Matthias Krüger
-1
/
+1
2021-02-28
lintcheck: uses consts for clippy driver and cargo clippy paths
Matthias Krüger
-10
/
+14
2021-02-28
lintcheck: don't run clippy in parallel by default
Matthias Krüger
-22
/
+35
2021-02-28
lintcheck: refactor: introduce a basic LintcheckConfig struct which holds the...
Matthias Krüger
-45
/
+66
2021-02-26
lintcheck: update logs and do minor fixes
Matthias Krüger
-3
/
+2
2021-02-26
lintcheck: print stats how lint counts have changed between runs
Matthias Krüger
-18
/
+100
2021-02-26
lintcheck: fix bug when getting the config toml path.
Matthias Krüger
-3
/
+4
2021-02-23
lintcheck fix build (forgot to pass function parameter) and runtime (don't ch...
Matthias Krüger
-14
/
+25
2021-02-23
lintcheck: rerun if clippy changed
Matthias Krüger
-3
/
+47
2021-02-22
Quick fix cargo dev bless
Yoshitomo Nakanishi
-1
/
+2
2021-02-19
lintcheck: add -j <N> option to configure threads.
Matthias Krüger
-6
/
+38
2021-02-19
lintcheck: sort crates before linting
Matthias Krüger
-1
/
+4
2021-02-19
lintcheck: show progress percentage in the "Linting..." message
Matthias Krüger
-6
/
+16
2021-02-19
lintheck: show output (and compiler errors!) when compiling clippy for lintcheck
Matthias Krüger
-5
/
+5
2021-02-19
lintcheck: tweak some comments
Matthias Krüger
-5
/
+7
2021-02-19
lintcheck: parallelize
Matthias Krüger
-8
/
+33
2021-02-17
lintcheck: Add a note that -Wclippy::all is enabled by default
flip1995
-0
/
+3
2021-02-16
Reformat clippy_dev README
flip1995
-21
/
+29
2021-02-16
lintcheck: Slight improvements to the error reporting
flip1995
-3
/
+10
2021-02-16
Add command line options option to lintcheck crates config
flip1995
-36
/
+79
2021-02-15
lintcheck: filter out messages that come from cargo-metadata errors or contai...
Matthias Krüger
-1
/
+24
2021-02-15
lintcheck: print warnings if we can't check out or clone a git repo
Matthias Krüger
-6
/
+14
2021-02-15
lintcheck: fix bug in downloade_and_extract() for git sources: we need to exe...
Matthias Krüger
-0
/
+1
2021-02-15
lintcheck: put some code into a gather_stats() function
Matthias Krüger
-18
/
+22
2021-02-15
lintcheck: rename a few symbols, add documentation to functions
Matthias Krüger
-12
/
+18
2021-02-15
lintcheck: rename struct field
Matthias Krüger
-3
/
+3
2021-02-13
Use title case in clippy_dev README
Philipp Krones
-1
/
+2
2021-02-13
lintcheck: explain sources.toml configuration
Matthias Krüger
-0
/
+23
2021-02-13
lintcheck: env var LINTCHECK_TOML can be used to override toml file location ...
Matthias Krüger
-3
/
+5
2021-02-11
lintcheck: collect ICEs
Matthias Krüger
-2
/
+15
2021-02-11
lintcheck: add support for path sources
Matthias Krüger
-6
/
+54
2021-02-11
start a clippy-dev readme and some rough info on how to use lintcheck
Matthias Krüger
-0
/
+26
2021-02-11
lintcheck: make the log file be ${source-file}-logs.txt
Matthias Krüger
-4
/
+7
2021-02-11
lintcheck toml: explain why tokei is commented out
Matthias Krüger
-0
/
+1
[next]