]> git.lizzy.rs Git - rust.git/history - clippy_lints/src
Merge remote-tracking branch 'upstream/master' into rustup
[rust.git] / clippy_lints / src /
2020-06-07 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-06-06 Ralf JungRollup merge of #72508 - ecstatic-morse:poly-self-ty...
2020-06-06 borsAuto merge of #5674 - ThibsG:DocTypeDefinesMethod,...
2020-06-06 borsAuto merge of #5528 - phansch:same-tys, r=flip1995
2020-06-06 Philipp HanschCleanup: Use rustc's `same_types` instead of our `same_tys`
2020-06-06 borsAuto merge of #72927 - petrochenkov:rustc, r=Mark-Simul...
2020-06-05 borsAuto merge of #5688 - ebroto:fix_cargo_tests_in_rustc...
2020-06-05 Eduardo BrotoAdd error info when cargo metadata fails to run
2020-06-05 borsAuto merge of #5671 - ebroto:changelog_144_145, r=flip1995
2020-06-05 flip1995Merge remote-tracking branch 'upstream/beta' into backp...
2020-06-04 borsAuto merge of #5681 - matthiaskrgr:empty_line, r=phansch
2020-06-04 Matthias Krügermatch_wildcard_for_single_variants: remove empty line...
2020-06-03 Mark RousskovBump to 1.46
2020-06-03 borsAuto merge of #5677 - lzutao:checked_conv, r=matthiaskrgr
2020-06-03 Lzu TaoFix false negative of checked_conversion lint
2020-06-02 Vadim PetrochenkovUpdate fulldeps tests and clippy
2020-06-02 Vadim PetrochenkovRename the crates in source code
2020-06-02 borsAuto merge of #5678 - lzutao:slice, r=flip1995
2020-06-02 Lzu TaoMake use of slice pattern
2020-06-02 borsAuto merge of #5672 - phansch:regression-test-env,...
2020-06-02 borsAuto merge of #5664 - ThibsG:GiveCorrectedCode, r=flip1995
2020-06-02 borsAuto merge of #5597 - esamudera:slice_iter_next, r...
2020-06-01 Dylan MacKenzieCall `skip_binder` or `no_bound_vars` before `self_ty`
2020-06-01 borsAuto merge of #5673 - phansch:endless-loop, r=Manishearth
2020-06-01 ThibsGCorrected doc PR fixes
2020-06-01 ThibsGAdd more corrected code for doc
2020-06-01 ThibsGGive more corrected code examples in doc
2020-06-01 ThibsGFix more code examples
2020-06-01 ThibsGFix some code examples in doc
2020-06-01 borsAuto merge of #5623 - JarredAllen:sort_by_key_reverse...
2020-05-31 JarredAllenRan update_lints
2020-05-31 JarredAllenImplement suggestions from phansch
2020-05-31 Ericko SamuderaNew lint: iter_next_slice
2020-05-31 borsAuto merge of #5662 - ebroto:cargo_tests_invalid_crate...
2020-05-31 JarredAllenUpdated test cases and formatted
2020-05-31 JarredAllenRenamed to
2020-05-31 JarredAllenDetect also when works
2020-05-31 JarredAllenDetect also a non-reversed comparison
2020-05-31 JarredAllenAdded negative test cases and ran cargo dev fmt
2020-05-31 JarredAllenPasses all tests now!
2020-05-31 JarredAllenMore progress towards sort_by_key_reverse lint
2020-05-31 JarredAllenAttempted start at sort_by_key_reverse lint
2020-05-31 JarredAllenCreated lint
2020-05-31 borsAuto merge of #4455 - flip1995:unit_arg_appl, r=phansch
2020-05-31 flip1995Don't suggest to move empty blocks
2020-05-31 flip1995Move linting out in its own function
2020-05-31 flip1995Suggest to remove the semicolon of the last stmt in...
2020-05-31 flip1995Rework suggestion generation and use multipart_suggesti...
2020-05-31 flip1995Use multiple span_suggestions instead of multipart_sugg...
2020-05-31 flip1995Rework suggestion generation of `unit_arg` lint
2020-05-31 borsAuto merge of #5667 - djugei:master, r=flip1995
2020-05-31 djugeiran update_lints
2020-05-31 borsAuto merge of #5666 - flip1995:rollup-yjyvvbg, r=flip1995
2020-05-31 djugeimoved cast_ptr_alignment to pedantic and expanded docum...
2020-05-31 Philipp KronesRollup merge of #5663 - matthiaskrgr:crash_test_3969...
2020-05-31 Philipp KronesRollup merge of #5656 - ebroto:len_zero_ranges, r=matth...
2020-05-31 Philipp KronesRollup merge of #5637 - montrivo:feature/vec_resize_to_...
2020-05-31 borsAuto merge of #5655 - matthiaskrgr:source_mod, r=flip1995
2020-05-31 borsAuto merge of #5665 - flip1995:rustup, r=matthiaskrgr
2020-05-31 flip1995Fix sync fallout
2020-05-31 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-05-30 Tim Nielensnew lint: vec_resize_to_zero
2020-05-30 Yuki OkushiReturn early to avoid ICE
2020-05-29 borsAuto merge of #72671 - flip1995:clippyup, r=Xanewok
2020-05-29 Dylan DPCRollup merge of #72466 - lzutao:stabilize_str-strip...
2020-05-28 flip1995Merge commit '7ea7cd165ad6705603852771bf82cc2fd6560db5...
2020-05-27 Eduardo Brotolen_zero: skip ranges if feature `range_is_empty` is...
2020-05-27 borsAuto merge of #5652 - rust-lang:flip1995-patch-1, r...
2020-05-27 borsAuto merge of #5631 - ThibsG:ExtendUselessConversion...
2020-05-26 borsAuto merge of #5651 - ebroto:names_as_early_passes...
2020-05-26 Eduardo BrotoAvoid triggering similar names on code from expansion
2020-05-26 flip1995Fix fallout in similar_names
2020-05-26 flip1995Fix fallout in redundant_field_names
2020-05-26 flip1995Register redundant_field_names and non_expressive_names...
2020-05-26 ThibsGAdd test cases for broader coverage
2020-05-26 borsAuto merge of #5648 - returntrip:master, r=matthiaskrgr
2020-05-26 borsAuto merge of #5609 - phansch:empty-line-after-outer...
2020-05-26 Philipp HanschMake empty_line_after_outer_attr an early lint
2020-05-26 borsAuto merge of #5638 - ebroto:issue_5628_add_suggestion_...
2020-05-26 borsAuto merge of #5562 - flip1995:clippyup_up, r=phansch
2020-05-26 borsAuto merge of #5636 - ebroto:issue_5041, r=phansch
2020-05-25 borsAuto merge of #5647 - ebroto:5644_allow_ptr_arg_in_arg_...
2020-05-25 Eduardo Brotoptr_arg: honor `allow` attr on arguments
2020-05-25 borsAuto merge of #4429 - jeremystucki:or_fun_call, r=flip1995
2020-05-25 Jeremy StuckiFix build
2020-05-25 Jeremy StuckiIgnore calls to 'len'
2020-05-25 borsAuto merge of #5635 - montrivo:bugfix/option_option_tes...
2020-05-25 Eduardo Brotoreversed_empty_ranges: add suggestion for &slice[N..N]
2020-05-25 ThibsGExtend `useless_conversion` lint with TryInto
2020-05-25 ThibsGExtend `useless_conversion` lint with TryFrom
2020-05-25 Eduardo BrotoUse find_map instead of find() + map()
2020-05-25 Eduardo Brotomultiple_crate_versions: skip dev and build deps
2020-05-25 borsAuto merge of #5616 - euclio:no-derive-suggestion,...
2020-05-25 borsAuto merge of #5639 - nickrtorres:unnecessary-mut-passe...
2020-05-25 borsAuto merge of #5646 - flip1995:rustup, r=matthiaskrgr
2020-05-23 Nick TorresClarify the documentation of the `unnecessary_mut_passe...
2020-05-23 Bastian Kauschkeiterate List by value
2020-05-22 Dylan MacKenzieUse `OnceCell` instead of `Once`
2020-05-22 Andy Russellnew_without_default: do not suggest deriving
2020-05-22 borsAuto merge of #5632 - flip1995:rustup, r=phansch
next