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
/
src
/
tools
/
clippy
/
tests
Age
Commit message (
Expand
)
Author
Lines
2020-11-19
Remove the clippy::panic-params lint.
Mara Bos
-89
/
+0
2020-11-05
Merge commit 'b20d4c155d2fe3a8391f86dcf9a8c49e17188703' into clippyup
flip1995
-342
/
+1688
2020-10-28
Merge commit '645ef505da378b6f810b1567806d1bcc2856395f' into clippyup
Eduardo Broto
-98
/
+1452
2020-10-26
Remove lint from clippy
Nathan Whitaker
-70
/
+0
2020-10-23
Merge commit 'bf1c6f9871f430e284b17aa44059e0d0395e28a6' into clippyup
Eduardo Broto
-132
/
+956
2020-10-22
Fix clippy tests
varkor
-0
/
+3
2020-11-17
Fix handling of panic calls
Camelid
-13
/
+48
2020-11-14
Auto merge of #78809 - vn-ki:fix-issue-76064, r=oli-obk
bors
-16
/
+2
2020-11-13
update clippy test ouput
Vishnunarayan K I
-16
/
+2
2020-11-11
Implement destructuring assignment for structs and slices
Fabian Zaiser
-7
/
+22
2020-10-16
Rollup merge of #77493 - hosseind88:ICEs_should_always_print_the_top_of_the_q...
Dylan DPC
-0
/
+2
2020-10-14
fix stderr file of clippy/custom_ice_message test
hosseind88
-1
/
+1
2020-10-09
add new line
hosseind75
-1
/
+1
2020-10-09
fix clippy custom_ice_message test
hosseind75
-0
/
+2
2020-10-09
Merge commit '2f6439ae6a6803d030cceb3ee14c9150e91b328b' into clippyup
flip1995
-236
/
+660
2020-10-04
Prevent forbid from being ignored if overriden at the same level.
Felix S. Klock II
-13
/
+4
2020-10-02
Deprecate clippy lint
Michael Howell
-25
/
+8
2020-09-24
Merge commit 'e636b88aa180e8cab9e28802aac90adbc984234d' into clippyup
flip1995
-657
/
+2089
2020-09-20
Update Clippy testcases
Christiaan Dirkx
-65
/
+91
2020-09-20
Auto merge of #76136 - CDirkx:const-result, r=dtolnay
bors
-183
/
+93
2020-09-20
Update Clippy testcases
Christiaan Dirkx
-183
/
+93
2020-09-10
Merge commit '5034d47f721ff4c3a3ff2aca9ef2ef3e1d067f9f' into clippyup
flip1995
-229
/
+805
2020-09-08
Adjust Clippy for CONST_ITEM_MUTATION lint
Aaron Hill
-45
/
+23
2020-09-02
Improve recovery on malformed format call
Sasha
-3
/
+3
2020-08-28
Merge commit '3d0b0e66afdfaa519d8855b338b35b4605775945' into clippyup
flip1995
-321
/
+2318
2020-08-24
Unbreak the clippy test
Scott McMurray
-1
/
+3
2020-08-17
clippy: support `QPath::LangItem`
David Wood
-7
/
+9
2020-08-11
Merge commit '09bd400243ed6f7059fedc0c1623aae3792521d6' into clippyup
flip1995
-364
/
+1363
2020-08-11
Rollup merge of #75098 - Ryan1729:clippy-pointer-cast-lint-experiment, r=oli-obk
Dylan DPC
-0
/
+236
2020-08-09
add allow unused_unsafe and allow dead_code
Ryan1729
-10
/
+12
2020-08-09
fix unary minus on usize and unused variable errors in .fixed file
Ryan1729
-32
/
+32
2020-08-09
add a test example of where transmutes_expressible_as_ptr_casts should not su...
Ryan1729
-2
/
+26
2020-08-08
update stderr for transmutes_expressible_as_ptr_casts
Ryan1729
-8
/
+8
2020-08-07
Auto merge of #74821 - oli-obk:const_eval_read_uninit_fast_path, r=wesleywiser
bors
-21
/
+1
2020-08-06
copy over *.fixed file
Ryan1729
-0
/
+77
2020-08-06
Apply suggestions from code review
Ryan Wiedemann
-0
/
+1
2020-08-06
add newline to transmutes_expressible_as_ptr_casts.rs
Ryan1729
-1
/
+1
2020-08-06
add extra error message to the expected stderr for transmutes_expressible_as_...
Ryan1729
-1
/
+7
2020-08-06
add documentation to functions that call `do_check` and add a test against li...
Ryan1729
-0
/
+11
2020-08-06
get the expected number of errors by acknowledging that other lints are cover...
Ryan1729
-4
/
+61
2020-08-06
try putting the can_be_expressed_as_pointer_cast at the top and find that we ...
Ryan1729
-2
/
+2
2020-08-06
write currently failing test for transmutes_expressible_as_ptr_casts
Ryan1729
-1
/
+54
2020-08-06
run cargo dev new_lint then move transmutes_expressible_as_ptr_casts into tra...
Ryan1729
-0
/
+5
2020-08-02
fix typos
liuzhenyu
-1
/
+1
2020-07-29
Update clippy ui test.
Oliver Scherer
-21
/
+1
2020-07-26
Merge commit 'da5a6fb1b65ec6581a67e942a3850f6bc15a552c' into clippyup
flip1995
-104
/
+344
2020-07-14
Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175' into clippyup
flip1995
-191
/
+2315
2020-07-11
Rollup merge of #72920 - oli-obk:const_transmute, r=RalfJung
Manish Goregaokar
-9
/
+1
2020-07-11
Stabilize `transmute` in constants and statics but not const fn
Oliver Scherer
-9
/
+1
2020-07-10
Avoid "whitelist"
Tamir Duberstein
-2
/
+2
[prev]
[next]