]> git.lizzy.rs Git - rust.git/history - clippy_lints
Initial support for Rust 2021.
[rust.git] / clippy_lints /
2021-01-01 Mara BosInitial support for Rust 2021.
2021-01-01 borsAuto merge of #6526 - matthiaskrgr:version, r=Manishearth
2020-12-31 Matthias Krügermake clippy version number correspond to rustc version...
2020-12-28 borsAuto merge of #6510 - alex-700:fix-ptr-arg-lint, r...
2020-12-27 Aleksei Latyshevdon't ignore expression after first not matched method...
2020-12-27 borsAuto merge of #6506 - alex-700:add-path-buf-to-ptr...
2020-12-27 borsAuto merge of #6375 - camsteffen:reassign-default-priva...
2020-12-27 borsAuto merge of #6495 - matthiaskrgr:FN_FP_issue_template...
2020-12-25 borsAuto merge of #6505 - giraffate:fix_style_of_texts_in_m...
2020-12-25 Aleksei Latyshevlint &PathBuf instead of &Path in PTR_ARG
2020-12-24 Takayuki NakataFix a style of texts in `map_err_ignore`
2020-12-23 borsAuto merge of #6483 - xFrednet:5386-github-ticket-searc...
2020-12-22 borsAuto merge of #6496 - matthiaskrgr:test_fix, r=Manishearth
2020-12-22 Cameron SteffenFix field_reassign_with_default for private fields
2020-12-22 Cameron SteffenRemove redundant shadow check
2020-12-22 Cameron SteffenFix default initialized fields in suggestion
2020-12-22 borsAuto merge of #6494 - matthiaskrgr:readme_, r=flip1995
2020-12-22 borsAuto merge of #6476 - 1c3t3a:1c3t3a-from-over-into...
2020-12-22 borsAuto merge of #6497 - matthiaskrgr:clone_1, r=flip1995
2020-12-22 Matthias Krügerremove clone in manual_async_fn lint
2020-12-21 borsAuto merge of #6485 - phansch:macro-check-large-enum...
2020-12-21 Philipp HanschDon't trigger large_enum_variant in external macros
2020-12-21 llogiqUpdate clippy_lints/src/from_over_into.rs
2020-12-20 Bastian KerstingFixed error messages
2020-12-20 borsAuto merge of #6482 - flip1995:rustup, r=flip1995
2020-12-20 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-12-20 Bastian KerstingAdded MSRV and fixed typo
2020-12-19 borsAuto merge of #6477 - xFrednet:0000-enable-search-with...
2020-12-19 borsAuto merge of #6316 - ThibsG:WrongSelfConventionTraitDe...
2020-12-19 Bastian KerstingAdded from_over_into lint
2020-12-19 borsAuto merge of #6471 - phansch:fix-bless, r=flip1995
2020-12-19 Jack HueyMore rebinds
2020-12-19 borsAuto merge of #6464 - ahouts:make-needless_update-ignor...
2020-12-19 Andrew Houtsremove example
2020-12-18 borsAuto merge of #6465 - Suyash458:master, r=flip1995
2020-12-18 borsAuto merge of #6458 - ebroto:6022_parse_doctest, r...
2020-12-18 Suyash458add more lints to msrv docs
2020-12-18 Andrew Houtsmake needless_update ignore non_exhaustive structs
2020-12-17 borsAuto merge of #79945 - jackh726:existential_trait_ref...
2020-12-17 Eduardo BrotoApply suggestion from PR review
2020-12-17 Yuki OkushiRollup merge of #79051 - LeSeulArtichaut:if-let-guard...
2020-12-17 borsAuto merge of #6461 - Dorumin:patch-1, r=Manishearth
2020-12-16 NaughtyTypo: std::fs::crate_dir -> std::fs::create_dir
2020-12-16 borsAuto merge of #6448 - mikerite:interning_defined_symbol...
2020-12-16 Michael WrightRemove unsafe code
2020-12-15 Eduardo Brotoneedless_doctest_main: add edition support
2020-12-15 Eduardo BrotoHandle fatal errors when parsing doctests
2020-12-15 borsAuto merge of #78399 - vn-ki:gsgdt-graphviz, r=oli-obk
2020-12-13 borsAuto merge of #6435 - xFrednet:5552-false-positive...
2020-12-13 xFrednetRemoving false positive for the match_single_binding...
2020-12-13 borsAuto merge of #6449 - matthiaskrgr:needless_borrow_ty...
2020-12-13 borsAuto merge of #6443 - matthiaskrgr:clone_on_copy_type...
2020-12-13 Matthias Krügerneedless_borrow: print the type in the lint message
2020-12-13 borsAuto merge of #6442 - matthiaskrgr:clone-double-ref...
2020-12-13 Michael WrightRun 'cargo dev update_lints'
2020-12-13 Michael WrightFix dogfood errors
2020-12-13 Michael WrightNew internal lint: interning_defined_symbol
2020-12-12 borsAuto merge of #6318 - camsteffen:article-description...
2020-12-12 borsAuto merge of #6382 - giraffate:fix_fp_in_manual_range_...
2020-12-12 Matthias Krügerclone_on_copy: show the type in the lint message
2020-12-12 Matthias Krügerclone_double_ref: print reference type in lint message
2020-12-11 Jack HueyMove binder for dyn to each list item
2020-12-11 borsAuto merge of #6401 - ebroto:pin_to_a_nightly, r=ebroto
2020-12-11 Takayuki NakataFix FP of `manual_range_contains` in `const fn`
2020-12-11 borsAuto merge of #6424 - Suyash458:master, r=flip1995
2020-12-11 suyash458add MSRV to more lints specified in #6097
2020-12-10 ThibsGCommon function to lint wrong self convention from...
2020-12-10 ThibsGLint wrong self convention in trait also
2020-12-09 borsAuto merge of #6218 - korrat:master, r=ebroto
2020-12-09 KorratAdd a lint for maps with zero-sized values
2020-12-09 borsAuto merge of #6188 - ebroto:primary_package, r=flip1995
2020-12-08 borsAuto merge of #6367 - justjosias:6348-print-stderr...
2020-12-08 Eduardo BrotoFactor out some code in write.rs
2020-12-08 borsAuto merge of #6432 - giraffate:sync-from-rust, r=flip1995
2020-12-08 Takayuki NakataMerge remote-tracking branch 'upstream/master' into...
2020-12-08 borsAuto merge of #6330 - camsteffen:redundant-else, r...
2020-12-07 borsAuto merge of #6280 - dp304:assert_in_result_fn, r...
2020-12-07 dp304Apply suggestions from code review
2020-12-07 Dobe Peterpanic_in_result_fn: Extend to also check usages of...
2020-12-07 JosiasAdd eprint! to print_with_newline lint
2020-12-07 JosiasAdd lint print_stderr
2020-12-07 borsAuto merge of #6370 - giraffate:fix_fp_in_unnecessary_l...
2020-12-07 Takayuki Nakatacargo dev fmt
2020-12-07 Takayuki NakataFix FP in `unnecessary_lazy_evaluations`
2020-12-06 Tomasz MiąskoRetain assembly operands span when lowering AST to HIR
2020-12-06 flip1995Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6...
2020-12-06 LeSeulArtichautHandle `Guard::IfLet` in clippy
2020-12-06 LeSeulArtichautImplement lowering of if-let guards to MIR
2020-12-06 borsAuto merge of #6421 - xFrednet:4176-unreadable-literal...
2020-12-05 xFrednetRenamed the configuraiton to unreadable-literal-lint...
2020-12-05 borsAuto merge of #6418 - flip1995:apple_wraps_mhm, r=llogiq
2020-12-04 xFrednetUpdated code for CI
2020-12-04 xFrednetAdded a lint-fraction-readability flag to the configuration
2020-12-04 borsAuto merge of #6419 - giraffate:fix_a_style_of_texts_in...
2020-12-04 Takayuki NakataFix a style of texts in `size_of_in_element_count`
2020-12-04 flip1995Turn unnecessary_wraps applicability to MaybeIncorrect
2020-12-04 borsAuto merge of #6416 - deg4uss3r:map_err_restricted...
2020-12-04 borsAuto merge of #6394 - nico-abram:unsafe_sizeof_count_co...
2020-12-04 unknownAdd more functions to size_of_in_element_count
2020-12-03 unknownRename unsafe_sizeof_count_copies to size_of_in_element...
next