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
/
src
Age
Commit message (
Expand
)
Author
Lines
2021-02-13
lintcheck: env var LINTCHECK_TOML can be used to override toml file location ...
Matthias Krüger
-2
/
+4
2021-02-11
lintcheck: collect ICEs
Matthias Krüger
-2
/
+15
2021-02-11
lintcheck: add support for path sources
Matthias Krüger
-3
/
+47
2021-02-11
lintcheck: make the log file be ${source-file}-logs.txt
Matthias Krüger
-4
/
+7
2021-02-07
lintcheck: add a cmdline option --crates-toml <TOML PATH> to override crate s...
Matthias Krüger
-3
/
+10
2021-02-07
Auto merge of #6686 - matthiaskrgr:lintcheck_git, r=flip1995
bors
-49
/
+118
2021-02-07
Auto merge of #6682 - camsteffen:let-underscore-ref, r=llogiq
bors
-1
/
+1
2021-02-06
Eat dogfood
Cameron Steffen
-1
/
+1
2021-02-06
lintcheck: avoid dbg!() calls
Matthias Krüger
-6
/
+7
2021-02-06
lintcheck: cleanup, fix --only for git crates, better error msgs
Matthias Krüger
-6
/
+15
2021-02-06
lintcheck: add git source as an example and update logs
Matthias Krüger
-0
/
+1
2021-02-06
implement the download_and_extract() step for git sources
Matthias Krüger
-40
/
+88
2021-02-06
lintcheck: make TomlCrate also accept git-data from lintcheck_crates.toml
Matthias Krüger
-11
/
+21
2021-02-05
Use absolute path to Rust repo in ra_setup
flip1995
-1
/
+3
2021-02-02
Add missing_panics_doc lint
Caden Haustein
-0
/
+22
2021-01-31
clippy_dev: Pass stderr to CommandFailed
Philipp Hansch
-8
/
+15
2021-01-23
lintcheck: fix paths in the logs
Matthias Krüger
-1
/
+1
2021-01-23
rename cargo dev crater to cargo dev lintcheck
Matthias Krüger
-20
/
+20
2021-01-23
clippy dev crater: address more review commetns
Matthias Krüger
-2
/
+9
2021-01-23
cargo dev crater: throw an error if we can't find our specified crate in the ...
Matthias Krüger
-19
/
+40
2021-01-23
clippy dev crater: add option to only check a single one of the listed crates...
Matthias Krüger
-10
/
+32
2021-01-23
make stats stable
Matthias Krüger
-4
/
+3
2021-01-23
cargo dev crater: gather and save lint statistics (how often a lint triggered)
Matthias Krüger
-1
/
+24
2021-01-23
cargo dev crater: refactor to get a list of all ClippyWarnings
Matthias Krüger
-10
/
+7
2021-01-23
clippy dev crater: use and parse clippy messages as json message, to get the ...
Matthias Krüger
-20
/
+56
2021-01-23
remove duplicate code and other cleanup
Matthias Krüger
-17
/
+11
2021-01-23
rename symbols: krate -> crate
Matthias Krüger
-25
/
+26
2021-01-23
cargo dev crater: support multiple versions per crate
Matthias Krüger
-6
/
+26
2021-01-23
use a .toml file to list the crates we want to check
Matthias Krüger
-28
/
+30
2021-01-23
allow clippy::filter_map
Matthias Krüger
-0
/
+3
2021-01-23
cargo dev crater: share target dir between clippy runs, enable pedantic and ...
Matthias Krüger
-7
/
+7
2021-01-23
cargo dev crater: add more crates to be checked
Matthias Krüger
-2
/
+32
2021-01-23
cargo dev crater: save all warnings into a file
Matthias Krüger
-2
/
+4
2021-01-23
cargo dev crater: cleanup, don't re-download and reextract crates on every run
Matthias Krüger
-36
/
+52
2021-01-23
print all clippy warnings in the end
Matthias Krüger
-10
/
+19
2021-01-23
cargo clippy dev: collecting one-line clippy warnings works now
Matthias Krüger
-9
/
+14
2021-01-23
clippy cargo dev: fix checking of crates
Matthias Krüger
-8
/
+17
2021-01-23
cargo clippy dev: fix extraction of downloaded crates
Matthias Krüger
-15
/
+19
2021-01-23
cargo dev crater: fixes and debug prints
Matthias Krüger
-10
/
+18
2021-01-23
crater: hook into main.rs
Matthias Krüger
-3
/
+7
2021-01-23
cargo dev crater: work on downloading and extracting crate sources
Matthias Krüger
-6
/
+33
2021-01-23
cargo dev crater: lay out the base plan
Matthias Krüger
-0
/
+70
2021-01-21
Remove unneeded allow's
Cameron Steffen
-2
/
+0
2021-01-05
Auto merge of #6547 - camsteffen:curse-outdated, r=phansch
bors
-10
/
+40
2021-01-04
Bless only updated since clippy build
Cameron Steffen
-10
/
+40
2021-01-04
Add ui-internal to cargo dev bless
Cameron Steffen
-0
/
+1
2020-12-31
s/test_dir/test_suite_dir
Philipp Hansch
-4
/
+4
2020-12-31
Fix blessing of test output in subdirectories
Philipp Hansch
-5
/
+7
2020-12-25
lint &PathBuf instead of &Path in PTR_ARG
Aleksei Latyshev
-2
/
+2
2020-12-19
Fix blessing of new reference files
Philipp Hansch
-1
/
+4
[next]