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
2025-02-17
Add `cargo dev setup toolchain --standalone` (#14230)
Philipp Krones
-8
/
+39
2025-02-16
Add `cargo dev setup toolchain --standalone`
Alex Macleod
-8
/
+39
2025-02-16
Add `--allow-no-vcs` to `cargo dev dogfood --fix`
Samuel Tardieu
-2
/
+11
2025-02-11
just_underscores_and_digits: ignore empty ident
Michael Howell
-2
/
+7
2025-02-07
Permit specifying a non-default edition when linting file
Samuel Tardieu
-3
/
+6
2025-02-06
Use edition 2024 when running `cargo dev lint`
Samuel Tardieu
-1
/
+1
2025-02-06
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-23
/
+33
2025-01-28
Move `format_push_string` and `format_collect` to pedantic (#13894)
Catherine Flores
-12
/
+16
2025-01-28
Merge commit '51d49c1ae2785b24ef18a46ef233fc1d91844666' into clippy-subtree-u...
Philipp Krones
-2
/
+2
2025-01-26
remove `clippy::double_neg`
Kalle Wachsmuth
-2
/
+2
2025-01-19
Apply `unnecessary_semicolon` to Clippy sources
Samuel Tardieu
-2
/
+2
2025-01-14
Address review comments
Samuel Moelius
-14
/
+16
2025-01-09
Merge commit '19e305bb57a7595f2a8d81f521c0dd8bf854e739' into clippy-subtree-u...
Philipp Krones
-3
/
+3
2024-12-29
Move `format_push_string` and `format_collect` to pedantic
Samuel Moelius
-0
/
+2
2024-12-26
Make "all fields are shorthand" requirement configurable
Samuel Moelius
-3
/
+3
2024-11-28
Merge commit 'ff4a26d442bead94a4c96fb1de967374bc4fbd8e' into clippy-subtree-u...
Philipp Krones
-156
/
+254
2024-11-19
Add `cargo dev release` subcommand
Philipp Krones
-1
/
+47
2024-11-19
Add `cargo dev sync` subcommand
Philipp Krones
-1
/
+53
2024-11-18
Introduce `utils` mod in clippy_dev
Philipp Krones
-154
/
+154
2024-11-15
Rename all clippy_config::msrvs -> clippy_utils::msrvs
Philipp Krones
-2
/
+2
2024-11-14
Merge commit '786fbd6d683933cd0e567fdcd25d449a69b4320c' into clippy-subtree-u...
Philipp Krones
-1
/
+1
2024-11-12
new lint `unnecessary_map_or`
Jacherr
-1
/
+1
2024-11-07
Merge commit 'f712eb5cdccd121d0569af12f20e6a0fabe4364d' into clippy-subtree-u...
Philipp Krones
-8
/
+20
2024-11-07
Fix cargo dev update_lints
Philipp Krones
-7
/
+13
2024-10-30
Watch `tests/compile-test.rs` in `cargo dev serve`
Alex Macleod
-1
/
+7
2024-10-18
Merge commit 'a109190d7060236e655fc75533373fa274ec5343' into clippy-subtree-u...
Philipp Krones
-13
/
+15
2024-10-11
Auto merge of #13269 - GuillaumeGomez:rewrite-lints-page, r=Alexendoo
bors
-1
/
+3
2024-10-07
Apply updated needless_raw_strings to Clippy sources
Samuel Tardieu
-12
/
+12
2024-09-24
Merge commit '7901289135257ca0fbed3a5522526f95b0f5edba' into clippy-subtree-u...
Philipp Krones
-21
/
+16
2024-09-22
Update `cargo dev serve` command to look over the correct files
Guillaume Gomez
-1
/
+3
2024-09-22
Generate lint list in HTML directly instead of JS
Guillaume Gomez
-1
/
+1
2024-09-22
Formatting
Philipp Krones
-20
/
+14
2024-08-27
new lint: `zombie_processes`
y21
-1
/
+2
2024-08-24
Merge commit '0f8eabd6231366bfc1bb1464601297c2d48f8f68' into clippyup
Jason Newcomb
-1
/
+2
2024-08-24
Merge branch 'master' into rustup
Jason Newcomb
-3
/
+4
2024-08-14
Use `impl PartialEq<TokenKind> for Token` more.
Nicholas Nethercote
-2
/
+2
2024-08-12
Replace the metadata collector with tests
Alex Macleod
-1
/
+1
2024-08-08
Merge commit 'cb806113e0f83a8f9b47d35b453b676543bcc40e' into clippy-subtree-u...
Philipp Krones
-345
/
+392
2024-08-06
Auto merge of #12150 - ithinuel:add_misleading_use_of_ok, r=y21
bors
-5
/
+5
2024-08-06
Use `-D warnings` instead of `deny-warnings` feature.
Jason Newcomb
-2
/
+0
2024-08-05
Make `cargo dev deprecate` require a reason
Jason Newcomb
-9
/
+3
2024-08-05
Store deprecated lints as an array of tuples.
Jason Newcomb
-225
/
+97
2024-07-29
Remove some miscellaneous `#[allow]`s
Alex Macleod
-7
/
+0
2024-07-29
Add lint for `unused_result_ok`
Wilfried Chauveau
-5
/
+5
2024-07-28
Sort the config list using `dev fmt`
Jason Newcomb
-101
/
+291
2024-07-25
Merge commit '37f4fbb92913586b73a35772efd00eccd1cbbe13' into clippy-subtree-u...
Philipp Krones
-4
/
+4
2024-07-17
Refactor for using config values:
Jason Newcomb
-4
/
+4
2024-07-11
Merge commit 'b794b8e08c16517a941dc598bb1483e8e12a8592' into clippy-subtree-u...
Philipp Krones
-2
/
+2
2024-06-21
fix wrong msrv import in `new_lint` template
J-ZhengLi
-2
/
+2
2024-05-30
Merge commit 'c9139bd546d9cd69df817faeab62c5f9b1a51337' into clippy-subtree-u...
Philipp Krones
-1
/
+6
[next]