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