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_lints
/
src
/
create_dir.rs
Age
Commit message (
Expand
)
Author
Lines
2022-08-02
use slice match more often
tabokie
-2
/
+2
2022-06-05
Make [`create_dir`] example ignored
Serial
-3
/
+3
2021-11-10
Added `clippy::version` attribute to all normal lints
xFrednet
-0
/
+1
2021-07-28
Update lint documentation to use markdown headlines
xFrednet
-5
/
+5
2021-04-06
Fix all occurences of `needless_borrow` internally
Jason Newcomb
-1
/
+1
2021-03-17
Don't re-export clippy_utils::*
Cameron Steffen
-1
/
+1
2021-03-15
Don't re-export clippy_utils::diagnostics::*
Cameron Steffen
-1
/
+2
2021-03-15
Move some utils to clippy_utils::source module
Cameron Steffen
-1
/
+2
2020-12-16
Typo: std::fs::crate_dir -> std::fs::create_dir
Naughty
-1
/
+1
2020-09-08
Change suggestion to `create_dir_all({})` from `std::fs::create_dir_all({})`
Hirochika Matsumoto
-1
/
+1
2020-08-31
Use `match_def_path` instead of `match_qpath`
Hirochika Matsumoto
-2
/
+3
2020-08-29
Downgrade applicability of `create_dir`
Hirochika Matsumoto
-1
/
+1
2020-08-28
Fix errors
Hirochika Matsumoto
-2
/
+2
2020-08-28
Fix clippy error
Hirochika Matsumoto
-1
/
+1
2020-08-28
Add STD_FS_CREATE_DIR into paths
Hirochika Matsumoto
-2
/
+2
2020-08-28
Add a new lint to prevent `create_dir` from being used
Hirochika Matsumoto
-0
/
+50