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_lints
/
src
Age
Commit message (
Expand
)
Author
Lines
2019-01-29
Add match_wild lint (#3649).
Alex Hamilton
-1
/
+38
2019-01-29
Auto merge of #3648 - phansch:const_fn_lint, r=oli-obk
bors
-1
/
+135
2019-01-29
cargo fmt
Philipp Hansch
-4
/
+3
2019-01-29
Update various docs
Philipp Hansch
-3
/
+3
2019-01-29
Use built-in entry_fn detection over self-built
Philipp Hansch
-29
/
+21
2019-01-29
cargo fmt
Philipp Hansch
-21
/
+23
2019-01-29
Reorganize conditionals: Run faster checks first
Philipp Hansch
-17
/
+23
2019-01-29
Maybe fix ICE?
Philipp Hansch
-1
/
+3
2019-01-29
Add initial version of const_fn lint
Philipp Hansch
-0
/
+133
2019-01-29
Fix `unit_arg` false positive
Michael Wright
-24
/
+31
2019-01-28
Auto merge of #3700 - phansch:would_you_like_some_help_with_this_const_fn, r=...
bors
-0
/
+4
2019-01-28
Rustfmt
Oliver Scherer
-1
/
+1
2019-01-28
Check hypothetically failing conversion
Oliver Scherer
-1
/
+2
2019-01-28
Update more changed iterator paths
Oliver Scherer
-1
/
+1
2019-01-28
Atomics constants are now handled by the deprecation lint
Oliver Scherer
-15
/
+0
2019-01-28
Update changed iterator paths
Oliver Scherer
-1
/
+1
2019-01-28
Update const slice processing
Oliver Scherer
-1
/
+1
2019-01-27
Auto merge of #3706 - robamler:patch-1, r=phansch
bors
-2
/
+2
2019-01-27
run cargo fmt
Matthias Krüger
-18
/
+3
2019-01-27
rustup https://github.com/rust-lang/rust/pull/57907/
Matthias Krüger
-88
/
+88
2019-01-26
Fix documentation for `slow_vector_initialization`
Robert Bamler
-2
/
+2
2019-01-27
rustup https://github.com/rust-lang/rust/pull/57726
Matthias Krüger
-3
/
+583
2019-01-26
Auto merge of #3690 - mikerite:fix-3630-expect-fun-call, r=phansch
bors
-90
/
+99
2019-01-26
Prevent incorrect cast_lossless suggestion in const_fn
Philipp Hansch
-0
/
+4
2019-01-26
Incorporate review suggestions
Michael Wright
-35
/
+44
2019-01-25
chore(cargo/dependencies/cargo-metadata): Upgrade to 0.7.1
Sorin Davidoi
-3
/
+3
2019-01-24
Rustup
Philipp Hansch
-1
/
+1
2019-01-24
Fix `expect_fun_call` lint suggestions
Michael Wright
-93
/
+93
2019-01-23
allow assertions_on_constants for collapsible_if and missing_test_files
A.A.Abroskin
-9
/
+0
2019-01-23
Merge branch 'master' into add-lints-aseert-checks
A.A.Abroskin
-1582
/
+380
2019-01-22
Auto merge of #3684 - g-bartoszek:sugg-snippet-modifications, r=phansch
bors
-8
/
+35
2019-01-22
Auto merge of #3679 - daxpedda:use_self, r=phansch
bors
-1
/
+6
2019-01-22
Rustfmt all the things
Oliver Scherer
-5
/
+16
2019-01-22
Don't make decisions on values that don't represent the decision
Oliver Scherer
-3
/
+8
2019-01-22
Improving comments.
daxpedda
-2
/
+1
2019-01-22
Rustup
Oliver Scherer
-2
/
+2
2019-01-22
Improve span shortening.
Philipp Krones
-1
/
+1
2019-01-22
Added "make_return" and "blockify" convenience methods in Sugg and used them ...
Grzegorz Bartoszek
-8
/
+35
2019-01-21
Auto merge of #3677 - daxpedda:integer_arithmetic, r=oli-obk
bors
-2
/
+5
2019-01-21
Actually check for constants.
daxpedda
-1
/
+8
2019-01-21
Auto merge of #3676 - daxpedda:implicit_return, r=oli-obk
bors
-6
/
+22
2019-01-21
Fixed potential mistakes with nesting. Added tests.
daxpedda
-5
/
+11
2019-01-21
Auto merge of #3680 - g-bartoszek:needless-bool-else-if-brackets, r=oli-obk
bors
-1
/
+18
2019-01-21
formatting fix
Grzegorz Bartoszek
-1
/
+0
2019-01-21
Update clippy_lints/src/needless_bool.rs
Oliver Scherer
-1
/
+1
2019-01-21
formatting fix
Grzegorz Bartoszek
-1
/
+1
2019-01-20
Fix breakage due to rust-lang/rust#57651
Michael Wright
-0
/
+8
2019-01-20
needless bool lint suggestion is wrapped in brackets if it is an "else" claus...
Grzegorz Bartoszek
-1
/
+19
2019-01-20
Fix automatic suggestion on `use_self`.
daxpedda
-6
/
+6
2019-01-20
Remove negative integer literal checks.
daxpedda
-5
/
+1
[prev]
[next]