]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/trait_bounds.rs
Auto merge of #6278 - ThibsG:DerefAddrOf, r=llogiq
[rust.git] / clippy_lints / src / trait_bounds.rs
2020-08-16 borsAuto merge of #5725 - montrivo:should-impl-trait, r...
2020-08-12 borsAuto merge of #75405 - flip1995:clippyup, r=Manishearth
2020-08-11 flip1995Merge commit '09bd400243ed6f7059fedc0c1623aae3792521d6...
2020-08-11 borsAuto merge of #5891 - flip1995:rustup, r=flip1995
2020-08-10 borsAuto merge of #5883 - flip1995:rollup-x9mftxe, r=flip1995
2020-08-10 Philipp KronesRollup merge of #5874 - camelid:patch-1, r=flip1995
2020-08-10 Philipp KronesRollup merge of #5871 - wiomoc:feature/methodcall-minma...
2020-08-10 Philipp KronesRollup merge of #5870 - ebroto:5789_allow_unsafe_derive...
2020-08-10 Philipp KronesRollup merge of #5869 - wiomoc:feature/implicit-self...
2020-08-08 borsAuto merge of #5878 - flip1995:rustup, r=flip1995
2020-08-07 Christoph WalcherLint against `Self` as an arbitrary self type
2020-08-05 borsAuto merge of #5809 - JarredAllen:stable_sort_primitive...
2020-08-05 borsAuto merge of #5859 - ebroto:5765_manual_async_fn_fp...
2020-08-05 borsAuto merge of #5857 - tmiasko:try-err-poll, r=matthiaskrgr
2020-08-04 borsAuto merge of #5865 - camsteffen:unnecessary-fold-known...
2020-08-04 borsAuto merge of #5868 - flip1995:rollup-5g8vft5, r=flip1995
2020-08-04 Philipp KronesRollup merge of #5856 - phansch:remove-symbol-reexport...
2020-08-04 Philipp KronesRollup merge of #5852 - wiomoc:feature/lint-duplicate...
2020-08-03 Christoph Walcherearly return on empty parameters/where clause
2020-07-29 Christoph Walchertypo fix
2020-07-28 Christoph WalcherLint duplicate methods of trait bounds
2020-07-16 flip1995Merge remote-tracking branch 'upstream/rust-1.44.1...
2020-07-14 flip1995Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175...
2020-07-13 borsAuto merge of #5790 - flip1995:rustup, r=flip1995
2020-07-08 borsAuto merge of #5776 - flip1995:rustup, r=flip1995
2020-07-07 Manish GoregaokarRollup merge of #73870 - sexxi-goose:projection-ty...
2020-07-06 borsAuto merge of #73978 - Mark-Simulacrum:shrink-paramenv...
2020-07-03 borsAuto merge of #4841 - phaylon:pattern-type-mismatch...
2020-07-03 borsAuto merge of #5761 - ThibsG:TypeRepetitionThreshold...
2020-07-03 ThibsGDon't lint for predicates generated in macros
2020-07-03 ThibsGAdd configurable threshold for `type_repetition_in_boun...
2020-07-03 borsAuto merge of #5763 - flip1995:rustup, r=Manishearth
2020-07-03 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-07-02 Eduard-Mihai BurtescuUse 'tcx for references to AccessLevels wherever possible.
2020-07-02 Eduard-Mihai Burtescurustc_lint: avoid using TypeckTables::empty for LateCon...
2020-06-30 borsAuto merge of #5751 - flip1995:rustup, r=Manishearth...
2020-06-30 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-06-26 borsAuto merge of #73756 - Manishearth:rollup-aehswb2,...
2020-06-25 Eduard-Mihai Burtescurustc_lint: only query `typeck_tables_of` when a lint...
2020-06-05 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2020-04-19 borsAuto merge of #5141 - xiongmao86:issue5095, r=flip1995
2020-04-18 xiongmao86Add an Option<Span> argument to span_lint_and_help.
2020-04-15 Jane LusbyMerge remote-tracking branch 'upstream/master' into...
2020-03-30 borsAuto merge of #5365 - mgr-inz-rafal:issue4983_bool_upda...
2020-03-30 borsAuto merge of #5373 - flip1995:doc_release_backport...
2020-03-27 borsAuto merge of #5376 - flip1995:verbose_file_reads_restr...
2020-03-27 borsAuto merge of #5377 - matthiaskrgr:rustup_38, r=flip1995
2020-03-27 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/70344
2020-02-21 borsAuto merge of #5029 - flip1995:wildcard_imports, r...
2020-02-21 flip1995Fix fallout
2020-02-15 borsAuto merge of #4809 - iankronquist:patch-1, r=flip1995
2020-02-01 flip1995Merge remote-tracking branch 'upstream/rust-1.42.0...
2020-01-27 borsAuto merge of #5099 - JohnTitor:split-up-non-copy-const...
2020-01-27 borsAuto merge of #5098 - JohnTitor:rename-span-lints,...
2020-01-27 Yuki OkushiRename `span_help_and_lint` to `span_lint_and_help`
2020-01-24 borsAuto merge of #5027 - sinkuu:vectored_io, r=phansch
2020-01-21 borsAuto merge of #5028 - krishna-veerareddy:issue-5026...
2020-01-13 borsAuto merge of #4543 - xiongmao86:issue4503, r=flip1995
2020-01-13 borsAuto merge of #5033 - JohnTitor:split-use-self, r=flip1995
2020-01-13 borsAuto merge of #5042 - JohnTitor:rustup-0112, r=phansch
2020-01-13 Yuki OkushiRustup to rust-lang/rust#68045
2020-01-11 borsAuto merge of #5040 - JohnTitor:rustup-0111, r=flip1995
2020-01-11 Yuki OkushiRustup to rust-lang/rust#67806
2020-01-06 borsAuto merge of #5003 - JohnTitor:rustup, r=flip1995
2020-01-06 Yuki OkushiRustup to rust-lang/rust#67886
2019-12-30 borsAuto merge of #4634 - m-ober:feature/2320-map-or, r...
2019-12-30 borsAuto merge of #4972 - JohnTitor:rustup, r=llogiq
2019-12-30 Yuki OkushiRustup to rust-lang/rust#66942
2019-12-04 borsAuto merge of #4879 - matthiaskrgr:rustup_23, r=flip1995
2019-12-04 Matthias KrügerRustup to rust-lang/rust#66878
2019-10-28 flip1995Merge remote-tracking branch 'upstream/rust-1.38.0...
2019-10-28 flip1995Merge remote-tracking branch 'upstream/rust-1.36.0...
2019-08-23 borsAuto merge of #4409 - jeremystucki:export, r=phansch
2019-08-21 borsAuto merge of #4372 - phansch:changelog_update, r=flip1995
2019-08-20 borsAuto merge of #4401 - JJJollyjim:literal-separation...
2019-08-20 borsAuto merge of #4420 - phansch:disable_rls_integration_t...
2019-08-18 borsAuto merge of #4403 - xd009642:type_repetition_improvem...
2019-08-17 xd009642Made lint pedantic
2019-08-11 Jeremy StuckiMerge branch 'origin/master' into flat-map
2019-08-03 borsAuto merge of #4327 - phansch:doctests_perf, r=flip1995
2019-08-03 borsAuto merge of #4325 - phansch:doctests_complexity,...
2019-08-02 Philipp HanschDoctests: Fix all complexity lint docs
2019-08-01 borsAuto merge of #4314 - chansuke:add-negation-to-is_empty...
2019-08-01 Michael WrightMerge branch 'master' into dev-fmt-20190728
2019-07-30 borsAuto merge of #3766 - xd009642:issue-3764, r=flip1995
2019-07-27 xd009642Respond to review comments
2019-07-27 xd009642Added doc comment fixed type printout
2019-07-27 xd009642Respond to comments and improve printout
2019-07-26 xd009642Responded to comments and fixed compile bug
2019-07-24 xd009642Fixed more compile errors
2019-07-24 xd009642Fix some of the compile errors
2019-07-24 xd009642Lint for type repetition in trait bounds.