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
/
trait_bounds.rs
Age
Commit message (
Expand
)
Author
Lines
2022-05-05
HACK: Move buggy lints to nursery
flip1995
-2
/
+2
2022-05-05
Merge remote-tracking branch 'upstream/master' into rustup
flip1995
-5
/
+6
2022-04-30
Store all generic bounds as where predicates.
Camille GILLOT
-18
/
+9
2022-04-30
Inline WhereClause into Generics.
Camille GILLOT
-5
/
+4
2022-04-13
New lint `format_add_strings`
Peter Jaszkowiak
-4
/
+5
2022-03-16
resolve the conflict in compiler/rustc_session/src/parse.rs
codehorseman
-1
/
+1
2022-02-26
Merge commit 'e329249b6a3a98830d860c74c8234a8dd9407436' into clippyup
flip1995
-2
/
+3
2022-02-12
change to a struct variant
Ellen
-1
/
+1
2022-01-27
Merge commit 'a98e7ab8b94485be6bd03e0c6b8682ecab5b52e6' into clippyup
flip1995
-28
/
+30
2022-01-13
Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup
flip1995
-12
/
+80
2021-12-06
Merge commit 'a5d597637dcb78dc73f93561ce474f23d4177c35' into clippyup
flip1995
-5
/
+7
2021-07-29
Merge commit '0cce3f643bfcbb92d5a1bb71858c9cbaff749d6b' into clippyup
flip1995
-10
/
+10
2021-06-03
Merge commit '3ae8faff4d46ad92f194c2a4b941c3152a701b31' into clippyup
flip1995
-1
/
+2
2021-04-08
Merge commit 'b40ea209e7f14c8193ddfc98143967b6a2f4f5c9' into clippyup
flip1995
-2
/
+2
2021-03-25
Merge commit '0e87918536b9833bbc6c683d1f9d51ee2bf03ef1' into clippyup
flip1995
-1
/
+3
2020-12-06
Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyup
flip1995
-2
/
+1
2020-08-11
Merge commit '09bd400243ed6f7059fedc0c1623aae3792521d6' into clippyup
flip1995
-2
/
+92
2020-07-14
Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175' into clippyup
flip1995
-5
/
+22
2020-07-03
Use 'tcx for references to AccessLevels wherever possible.
Eduard-Mihai Burtescu
-2
/
+2
2020-07-02
rustc_lint: avoid using TypeckTables::empty for LateContext.
Eduard-Mihai Burtescu
-1
/
+1
2020-06-26
rustc_lint: only query `typeck_tables_of` when a lint needs it.
Eduard-Mihai Burtescu
-1
/
+1
2020-04-18
Add an Option<Span> argument to span_lint_and_help.
xiongmao86
-0
/
+1
2020-03-27
rustup https://github.com/rust-lang/rust/pull/70344
Matthias Krüger
-3
/
+11
2020-02-21
Fix fallout
flip1995
-1
/
+1
2020-01-27
Rename `span_help_and_lint` to `span_lint_and_help`
Yuki Okushi
-2
/
+2
2020-01-13
Rustup to rust-lang/rust#68045
Yuki Okushi
-1
/
+1
2020-01-11
Rustup to rust-lang/rust#67806
Yuki Okushi
-3
/
+2
2020-01-07
Rustup to rust-lang/rust#67886
Yuki Okushi
-1
/
+1
2019-12-30
Rustup to rust-lang/rust#66942
Yuki Okushi
-2
/
+2
2019-12-04
Rustup to rust-lang/rust#66878
Matthias Krüger
-1
/
+2
2019-08-17
Made lint pedantic
xd009642
-1
/
+1
2019-08-02
Doctests: Fix all complexity lint docs
Philipp Hansch
-2
/
+2
2019-07-27
Respond to review comments
xd009642
-7
/
+11
2019-07-27
Added doc comment fixed type printout
xd009642
-2
/
+16
2019-07-27
Respond to comments and improve printout
xd009642
-2
/
+8
2019-07-26
Responded to comments and fixed compile bug
xd009642
-2
/
+2
2019-07-24
Fixed more compile errors
xd009642
-3
/
+3
2019-07-24
Fix some of the compile errors
xd009642
-16
/
+6
2019-07-24
Lint for type repetition in trait bounds.
xd009642
-0
/
+63