]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/utils/mod.rs
Merge branch 'master' into fix-4727
[rust.git] / clippy_lints / src / utils / mod.rs
2019-11-07 borsAuto merge of #4758 - mikerite:dec_lit_20191031, r...
2019-11-07 borsAuto merge of #4757 - evanjs:issue/4748, r=phansch
2019-11-06 borsAuto merge of #4772 - HMPerson1:tastier_ice_cream,...
2019-11-06 borsAuto merge of #4714 - msizanoen1:remove-plugin, r=Manis...
2019-11-05 borsAuto merge of #4773 - lzutao:rls/print-something, r...
2019-11-05 Lzu Taochore: remove unnecessary parentheses around type
2019-10-28 borsAuto merge of #4744 - phansch:split_up_some_derive_test...
2019-10-28 flip1995Merge remote-tracking branch 'upstream/rust-1.39.0...
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-10-28 borsAuto merge of #4747 - matthiaskrgr:rustup_19, r=flip1995
2019-10-28 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/65792/
2019-10-18 borsAuto merge of #4687 - lzutao:before-cache-appveyor...
2019-10-18 borsAuto merge of #4685 - HMPerson1:patch-1, r=Manishearth
2019-10-18 borsAuto merge of #4686 - lzutao:fix-travis-windows-stuck...
2019-10-17 borsAuto merge of #4683 - HMPerson1:inefficient_to_string...
2019-10-17 borsAuto merge of #4689 - Manishearth:rustup, r=Yaahc
2019-10-17 Manish Goregaokarsyntax::ext -> syntax_expand
2019-10-14 borsAuto merge of #4560 - rust-lang:must-use-pure, r=phansch
2019-10-14 Andre Bogusnew lints around `#[must_use]` fns
2019-10-12 borsAuto merge of #4649 - Lythenas:use_match_function_call...
2019-10-10 Matthias SeiffertUse match_function_call wherever possible
2019-10-10 Matthias SeiffertMove match_function_call to utils
2019-10-09 borsAuto merge of #4616 - mati865:license, r=Manishearth
2019-10-09 borsAuto merge of #4635 - Lythenas:suggestions-for-assert...
2019-10-08 borsAuto merge of #4641 - sinkuu:revert_workaround, r=phansch
2019-10-08 borsAuto merge of #4627 - kerhong:fix-typo-in-inherent...
2019-10-08 borsAuto merge of #4611 - rust-lang:doc-visibility, r=flip1995
2019-10-08 borsAuto merge of #4595 - rust-lang:rustbot, r=flip1995
2019-10-08 borsAuto merge of #4592 - rust-lang:transmute-collection...
2019-10-08 borsAuto merge of #4628 - flip1995:rustup, r=phansch
2019-10-05 flip1995Run util/dev fmt
2019-10-05 flip1995Get rid of rvalue_promotable_map method call
2019-10-04 Phil HanschRollup merge of #4614 - HMPerson1:abs_cast_unsigned...
2019-10-02 borsAuto merge of #4599 - lzutao:zero-ptr-suggestion, r...
2019-10-02 Lzu TaoAdd suggestion for zero-ptr lint
2019-09-29 borsAuto merge of #4593 - james9909:fix-multiple-inherent...
2019-09-28 borsAuto merge of #4594 - matthiaskrgr:rustup_18, r=phansch
2019-09-28 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/64781/
2019-09-27 borsAuto merge of #4591 - flip1995:rustup, r=flip1995
2019-09-27 flip1995Rustup to rust-lang/rust#64813
2019-09-26 borsAuto merge of #4582 - matthiaskrgr:rustup_17, r=Manishearth
2019-09-26 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/64515
2019-09-26 borsAuto merge of #4580 - lzutao:rustup, r=flip1995
2019-09-26 Lzu TaoRustup https://github.com/rust-lang/rust/pull/64513
2019-09-26 borsAuto merge of #4568 - mikerite:fix-4548, r=flip1995
2019-09-26 borsAuto merge of #4569 - james9909:add-comparison-chain...
2019-09-25 borsAuto merge of #4574 - Manishearth:rustup, r=yaahc,centril
2019-09-25 Manish Goregaokararm.pats -> arm.pat
2019-09-24 James WangAdd a new lint for comparison chains
2019-09-22 Michael WrightMerge branch 'master' into unneeded_wildcard_pattern
2019-09-19 borsAuto merge of #4544 - JoshMcguigan:issue-4542, r=flip1995
2019-09-19 borsAuto merge of #4539 - jolson88:cast-lossless-pedantic...
2019-09-19 borsAuto merge of #4551 - mikerite:fix-ice-reporting, r...
2019-09-18 Michael WrightWork around qpath_res issue
2019-09-11 borsAuto merge of #4478 - tsurai:master, r=flip1995
2019-09-11 borsAuto merge of #4534 - matthiaskrgr:fmt_, r=flip1995
2019-09-11 Matthias Krügerrun rustfmt
2019-09-10 borsAuto merge of #4532 - rust-lang:integer-const, r=oli-obk
2019-09-10 Andre BogusNew `is_integer_const` to check more const ints
2019-09-10 borsAuto merge of #4525 - mikerite:use-self-constructor...
2019-09-09 borsAuto merge of #4522 - mikerite:fix-4514, r=phansch
2019-09-09 borsAuto merge of #4458 - flip1995:block_in_if_ext_macro...
2019-09-09 borsAuto merge of #4519 - rust-lang:vec-diagnostic-item...
2019-09-09 Andre BogusUse diagnostic item for
2019-09-06 borsAuto merge of #4508 - rust-lang:reduced-symbolism,...
2019-09-06 borsAuto merge of #4500 - jeremystucki:refactoring, r=flip1995
2019-09-06 Andre BogusSimplify , removing a FIXME
2019-09-04 borsAuto merge of #4495 - JohnTitor:fix-map-entry-false...
2019-09-04 borsAuto merge of #4487 - JohnTitor:deref-addrof-external...
2019-09-04 Jeremy StuckiRefactor option handling
2019-09-04 borsAuto merge of #4418 - euclio:byte-lit-suggestion, r...
2019-09-04 borsAuto merge of #4498 - sinkuu:checked_arithmetic_unwrap...
2019-09-04 borsAuto merge of #4490 - mikerite:fix-4364, r=flip1995
2019-09-04 borsAuto merge of #4454 - BO41:search_is_some, r=flip1995
2019-09-03 BO41Try to fix .fixed
2019-09-03 borsAuto merge of #4479 - rust-lang:uninit_assume_init...
2019-08-30 borsAuto merge of #4473 - phansch:fix_cast_lossless_fp...
2019-08-30 Philipp HanschFix cast_lossless false positive in impl const fn
2019-08-29 flip1995Also return the method spans in utils::method_calls
2019-08-29 borsAuto merge of #4408 - phansch:more_rustfix_tests, r...
2019-08-29 Michael WrightMerge branch 'master' into fix-4437
2019-08-28 Philipp KronesRollup merge of #4460 - JohnTitor:fix-inherent-to-strin...
2019-08-28 Philipp KronesRollup merge of #4459 - JohnTitor:update-testing-notes...
2019-08-28 borsAuto merge of #4462 - JohnTitor:fix-build-arg, r=flip1995
2019-08-28 Yuki OkushiReplace `Arg` with `Param`
2019-08-26 borsAuto merge of #4444 - phansch:split_up_cmp_owned2,...
2019-08-26 borsAuto merge of #4445 - phansch:fix_unused_unit_sugg...
2019-08-26 borsAuto merge of #4430 - lzutao:defid_trait_alias, r=flip1995
2019-08-25 Lzu TaoAccount for trait alias when looking for defid
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-20 Philipp HanschMerge pull request #4416 from SimonSapin/plugin
2019-08-19 borsAuto merge of #4417 - kraai:remove-in_macro_or_desugar...
2019-08-19 KRAAI, MATTHEW ... Remove in_macro_or_desugar
2019-08-18 borsAuto merge of #4403 - xd009642:type_repetition_improvem...
2019-08-18 borsAuto merge of #4404 - BO41:patch-1, r=flip1995
2019-08-18 Jeremy StuckiMerge branch 'origin/master' into suspicious_map
next