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
2023-05-24
apply suggestion
Timo
-1
/
+1
2023-05-24
replace `-` instead of erroring out
y21
-7
/
+2
2023-05-23
error out if lint name contains dash
y21
-1
/
+8
2023-05-05
Inherit stdout/stderr for `cargo dev dogfood`
Alex Macleod
-19
/
+19
2023-04-23
Remove check for `lib.register_*` and `src/docs*` in `cargo dev update_lints`
Alex Macleod
-54
/
+0
2023-04-20
Update to a compiletest-rs version that requires `//@` for commands
Oli Scherer
-1
/
+1
2023-04-06
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-15
/
+8
2023-03-29
Stabilize a portion of 'once_cell'
Trevor Gross
-1
/
+0
2023-03-28
Partial no-op refactoring of #9948
Yuri Astrakhan
-15
/
+7
2023-02-25
Merge commit '149392b0baa4730c68f3c3eadf5c6ed7b16b85a4' into clippyup
Jason Newcomb
-7
/
+8
2023-02-16
Fix dogfood tests by adding type annotations
Jirka Vebr
-7
/
+8
2023-02-10
Merge commit '0f7558148c22e53cd4608773b56cdfa50dcdeac3' into clippyup
Philipp Krones
-59
/
+70
2023-02-10
Fix CLI of clippy_dev
Philipp Krones
-14
/
+14
2023-01-31
update some dependencies
KaDiWa
-45
/
+56
2023-01-12
Merge commit '7f27e2e74ef957baa382dc05cf08df6368165c74' into clippyup
Philipp Krones
-0
/
+3
2023-01-12
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-0
/
+3
2022-12-01
Merge commit 'd822110d3b5625b9dc80ccc442e06fc3cc851d76' into clippyup
Philipp Krones
-9
/
+7
2022-12-01
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-9
/
+7
2022-11-25
Rollup merge of #104873 - RalfJung:therefore, r=Dylan-DPC
Matthias Krüger
-1
/
+1
2022-11-25
RefCell::get_mut: fix typo
Ralf Jung
-1
/
+1
2022-11-21
Merge commit 'f4850f7292efa33759b4f7f9b7621268979e9914' into clippyup
Philipp Krones
-232
/
+84
2022-11-21
Add `clippy_utils::msrv::Msrv` to keep track of the current MSRV
Alex Macleod
-9
/
+7
2022-10-25
Auto merge of #9712 - Alexendoo:old-generated-files, r=flip1995
bors
-0
/
+54
2022-10-25
Remove `lib.register_*` and `src/docs*` in `cargo dev update_lints`
Alex Macleod
-0
/
+54
2022-10-25
Track `clippy.toml` and `Cargo.toml` in `file_depinfo`
Alex Macleod
-9
/
+0
2022-10-23
Generate lint categories and explanations with `declare_clippy_lint`
Alex Macleod
-223
/
+30
2022-10-23
Merge commit '4f142aa1058f14f153f8bfd2d82f04ddb9982388' into clippyup
flip1995
-19
/
+10
2022-10-11
Replace manual let else patterns with let else
est31
-17
/
+8
2022-10-07
Fix adjacent code
Samuel Moelius
-2
/
+2
2022-10-06
Merge commit 'ac0e10aa68325235069a842f47499852b2dee79e' into clippyup
Philipp Krones
-189
/
+144
2022-10-02
Auto merge of #9509 - schubart:fix_sorting, r=llogiq
bors
-3
/
+2
2022-09-28
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-186
/
+142
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2022-09-23
fallout2: rework clippy_dev & _lints fmt inlining
Yuri Astrakhan
-185
/
+141
2022-09-23
and a few more from other dirs
Yuri Astrakhan
-1
/
+1
2022-09-21
Actually use the sorted vector
Michael Schubart
-3
/
+2
2022-09-21
Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippy
David Koloski
-0
/
+1
2022-09-16
Add `#[allow(unused)]` to test in `cargo dev new_lint`
Alex Macleod
-0
/
+1
2022-09-15
Fix clippy
est31
-1
/
+1
2022-09-09
Merge commit 'b52fb5234cd7c11ecfae51897a6f7fa52e8777fc' into clippyup
Philipp Krones
-29
/
+165
2022-09-08
Merge remote-tracking branch 'upstream/auto' into rustup
Philipp Krones
-29
/
+165
2022-09-06
Allow lint passes to be bound by `TyCtxt`
Jason Newcomb
-2
/
+4
2022-09-02
add `--explain` subcommand
Andre Bogus
-28
/
+160
2022-09-01
Correctly handle unescape warnings
Jason Newcomb
-1
/
+5
2022-08-31
Merge commit 'f51aade56f93175dde89177a92e3669ebd8e7592' into clippyup
Jason Newcomb
-8
/
+8
2022-08-29
Revert let_chains stabilization
Nilstrieb
-0
/
+1
2022-08-19
Auto merge of #9295 - Guilherme-Vasconcelos:manual-empty-string-creation, r=d...
bors
-1
/
+1
2022-08-16
Fix adjacent code
Samuel E. Moelius III
-7
/
+7
2022-08-14
Update all tests to comply with clippy::manual_empty_string_creations
Guilherme-Vasconcelos
-1
/
+1
2022-08-12
Adjust cfgs
Mark Rousskov
-1
/
+0
[next]