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-08-11
Update ui test crate
Oli Scherer
-1
/
+0
2023-07-31
New lint `ignored_unit_patterns`
Samuel "Sam" Tardieu
-2
/
+2
2023-07-21
New lint `absolute_paths`
Catherine
-1
/
+1
2023-07-18
Remove `#![allow(unused)]` and `--crate-name` from new_lint tests
Alex Macleod
-13
/
+5
2023-07-16
don't hide lifetimes for `LateContext`
y21
-2
/
+6
2023-07-14
Merge remote-tracking branch 'upstream/master' into rustup
Philipp Krones
-2
/
+5
2023-07-02
Merge commit '37f4c1725d3fd7e9c3ffd8783246bc5589debc53' into clippyup
Philipp Krones
-69
/
+24
2023-06-26
Port clippy away from compiletest to ui_test
Oli Scherer
-65
/
+4
2023-06-14
address or allow clippy::missing_panics_doc in clippy-dev
Kisaragi Marine
-0
/
+8
2023-06-08
Direct towards late passes in `cargo dev new_lint`
Alex Macleod
-4
/
+12
2023-06-02
Merge commit '30448e8cf98d4754350db0c959644564f317bc0f' into clippyup
Philipp Krones
-1
/
+3
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
Merge commit '371120bdbf58a331db5dcfb2d9cddc040f486de8' into clippyup
Philipp Krones
-73
/
+19
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-23
Merge commit 'a3ed905928a03b6e433d0b429190bf3a847128b3' into clippyup
Philipp Krones
-1
/
+1
2023-04-20
Update to a compiletest-rs version that requires `//@` for commands
Oli Scherer
-1
/
+1
2023-04-11
Merge commit '83e42a2337dadac915c956d125f1d69132f36425' into clippyup
Philipp Krones
-15
/
+8
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
[next]