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
2024-12-26
Make "all fields are shorthand" requirement configurable
Samuel Moelius
-3
/
+3
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-12
new lint `unnecessary_map_or`
Jacherr
-1
/
+1
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-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-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 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
2024-05-30
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-1
/
+6
2024-05-23
For restriction lints, replace “Why is this bad?” with “Why restrict th...
Kevin Reid
-1
/
+6
2024-05-03
Type safe CLI implementation for clippy-dev
Philipp Krones
-327
/
+263
2024-04-16
Add `cargo dev setup toolchain`
Alex Macleod
-17
/
+117
2024-04-01
Set `RUSTC_ICE=0` in uitests and `cargo dev lint`
xFrednet
-0
/
+4
2024-03-22
Enable unused_qualifications lint
Alex Macleod
-4
/
+9
2024-03-09
Update `cargo dev update_lints` command to fix new warning emitted by `duplic...
Guillaume Gomez
-0
/
+2
2024-02-20
Stabilize `LazyCell` and `LazyLock` (`lazy_cell`)
Peter Jaszkowiak
-1
/
+0
2024-05-21
Merge commit '2efebd2f0c03dabbe5c3ad7b4ebfbd99238d1fb2' into clippy-subtree-u...
Philipp Krones
-327
/
+263
2024-04-18
Merge commit 'ca3b393750ee8d870bf3215dcf6509cafa5c0445' into clippy-subtree-u...
Philipp Krones
-17
/
+117
2024-04-04
Merge commit '9725c4a162502a02c1c67fdca6b797fe09b2b73c' into clippy-subtree-u...
Philipp Krones
-4
/
+13
2024-03-21
Merge commit '9d6f41691ed9dbfaec2a2df2661c42451f2fe0d3' into clippy-subtree-u...
Philipp Krones
-0
/
+2
2024-01-26
Rollup merge of #120345 - flip1995:clippy-subtree-update, r=Manishearth
Matthias Krüger
-2
/
+1
2024-01-25
Merge commit '66c29b973b3b10278bd39f4e26b08522a379c2c9' into clippy-subtree-u...
Philipp Krones
-2
/
+1
2024-01-25
Rename the unescaping functions.
Nicholas Nethercote
-1
/
+1
2024-01-11
Merge commit '26ac6aab023393c94edf42f38f6ad31196009643'
Philipp Krones
-1
/
+1
2023-12-16
Merge commit 'a859e5cc1ce100df22346a1005da30532d04de59' into clippyup
Philipp Krones
-5
/
+9
2023-12-01
Merge commit 'f0cdee4a3f094416189261481eae374b76792af1' into clippy-subtree-sync
Philipp Krones
-2
/
+2
2023-11-16
Merge commit 'edb720b199083f4107b858a8761648065bf38d86' into clippyup
Philipp Krones
-2
/
+2
2023-11-02
Merge commit '09ac14c901abc43bd0d617ae4a44e8a4fed98d9c' into clippyup
Philipp Krones
-4
/
+3
[next]