]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/utils/paths.rs
Lint unnamed address comparisons
[rust.git] / clippy_lints / src / utils / paths.rs
2020-03-30 Tomasz MiąskoLint unnamed address comparisons
2020-03-18 flip1995Merge remote-tracking branch 'upstream/rust-1.43.0...
2020-03-10 borsAuto merge of #5272 - jmeyers35:file_read_lint, r=flip1995
2020-03-06 Jacob Meyersadd lint on File::read_to_string and File::read_to_end
2020-03-05 borsAuto merge of #5235 - flip1995:tag_deploy_fix, r=phansch
2020-03-04 borsAuto merge of #5246 - JarredAllen:master, r=flip1995
2020-03-03 borsAuto merge of #5259 - flip1995:lang_items, r=phansch
2020-03-03 flip1995Add path for display trait
2020-03-03 flip1995Use lang items instead of get_trait_def_id where possible
2020-02-17 borsAuto merge of #5181 - daxpedda:future-missing-errors...
2020-02-17 daxpeddaAdd tests and improve checks.
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-31 borsAuto merge of #5109 - phansch:ciao_util_dev, r=flip1995
2020-01-30 borsAuto merge of #5110 - Aloso:patch-1, r=flip1995
2020-01-30 borsAuto merge of #5108 - JohnTitor:split-up-0130, r=flip1995
2020-01-30 borsAuto merge of #5101 - Areredify:let_underscore_lock...
2020-01-30 Areredifylint all guard types, not just lock functions
2020-01-30 Mikhail Babenkoadd lint
2020-01-25 borsAuto merge of #5081 - Areredify:vec_box_threshold,...
2020-01-24 borsAuto merge of #5027 - sinkuu:vectored_io, r=phansch
2020-01-23 borsAuto merge of #5082 - Areredify:issue-4980, r=flip1995
2020-01-23 borsAuto merge of #4945 - Areredify:as_deref, r=flip1995
2020-01-23 Areredifyadd `option_as_ref_deref` lint
2020-01-21 borsAuto merge of #5028 - krishna-veerareddy:issue-5026...
2020-01-18 borsAuto merge of #5046 - JohnTitor:order-nonminimal-bool...
2020-01-15 borsAuto merge of #5034 - ThibsG:MatchWildErrArmImprove5024...
2020-01-13 borsAuto merge of #4543 - xiongmao86:issue4503, r=flip1995
2020-01-12 xiongmao86Add lint logic.
2019-12-31 borsAuto merge of #4973 - JohnTitor:rustup-1231, r=phansch
2019-12-31 Yuki OkushiRustup to rust-lang/rust#67707
2019-12-04 borsAuto merge of #4879 - matthiaskrgr:rustup_23, r=flip1995
2019-12-04 Matthias KrügerRustup to rust-lang/rust#66878
2019-11-23 Philipp KronesRollup merge of #4820 - guanqun:comment-fix, r=flip1995
2019-11-11 borsAuto merge of #4780 - flip1995:ice_4775, r=phansch
2019-11-08 borsAuto merge of #4791 - lzutao:osx2bors, r=matthiaskrgr
2019-11-08 borsAuto merge of #4786 - msizanoen1:target-libs, r=Manishearth
2019-11-08 Michael WrightMerge branch 'master' into fix-4727
2019-11-07 borsAuto merge of #4697 - Licenser:no-exit, r=flip1995
2019-11-07 Heinz N. GiesAdd lint for exit
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-24 borsAuto merge of #4721 - phansch:fix_try_err_in_ext_macro...
2019-10-24 borsAuto merge of #4650 - Mark-Simulacrum:clippy-up-lintsto...
2019-10-24 flip1995Fix lint_without_lint_pass lint
2019-09-22 Michael WrightMerge branch 'master' into unneeded_wildcard_pattern
2019-09-21 borsAuto merge of #4558 - Manishearth:suggestions, r=phansch
2019-09-20 borsAuto merge of #4511 - rust-lang:replace_uninitialized...
2019-09-19 Andre Bogusnew lint: mem-replace-with-uninit
2019-09-11 borsAuto merge of #4478 - tsurai:master, r=flip1995
2019-09-09 borsAuto merge of #4458 - flip1995:block_in_if_ext_macro...
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 borsAuto merge of #4418 - euclio:byte-lit-suggestion, r...
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 borsAuto merge of #4479 - rust-lang:uninit_assume_init...
2019-09-03 Lzu TaoRe-factor useless_format lint
2019-09-03 Andre Boguslint against `MaybeUninit::uninit().assume_init()`
2019-08-26 borsAuto merge of #4444 - phansch:split_up_cmp_owned2,...
2019-08-26 borsAuto merge of #4436 - BO41:written_as, r=phansch
2019-08-26 borsAuto merge of #4431 - phansch:more_rustfix, r=flip1995
2019-08-23 borsAuto merge of #4409 - jeremystucki:export, r=phansch
2019-08-23 borsAuto merge of #4439 - lzutao:fix-format, r=phansch
2019-08-23 Lzu TaoRe-factor useless_format lint
2019-08-21 borsAuto merge of #4372 - phansch:changelog_update, r=flip1995
2019-08-21 borsAuto merge of #4352 - phansch:fix_redundant_pattern_mat...
2019-08-21 borsAuto merge of #4425 - mikerite:4375, r=flip1995
2019-08-21 Michael WrightFix `temporary_cstring_as_ptr` false negative
2019-08-14 borsAuto merge of #4379 - matthiaskrgr:url_dep, r=phansch
2019-08-14 borsAuto merge of #4363 - phansch:fix_lint_deprecation...
2019-08-14 borsAuto merge of #4369 - mikerite:fix-4293, r=flip1995
2019-08-14 borsAuto merge of #4231 - jeremystucki:flat-map, r=flip1995
2019-08-14 Jeremy StuckiMerge branch 'origin/master' into flat-map
2019-08-12 borsAuto merge of #4365 - lukas-code:async_new_ret_no_self...
2019-08-12 borsAuto merge of #4367 - flip1995:doc_edition_2018_tests...
2019-08-11 Jeremy StuckiHandle calls with 'std::convert::identity'
2019-08-11 Jeremy StuckiMerge branch 'origin/master' into flat-map
2019-08-11 borsAuto merge of #4368 - RalfJung:invalid_ref, r=oli-obk
2019-08-11 Ralf Jungdeprecate invalid_ref lint
2019-07-13 borsAuto merge of #4229 - euclio:lint-doc-generation-fix...
2019-07-01 borsAuto merge of #4243 - mikerite:fix-4058, r=flip1995
2019-07-01 borsAuto merge of #4222 - jfrikker:try_err, r=flip1995
2019-06-23 Joe FrikkerPR comments
2019-06-08 borsAuto merge of #4185 - mikerite:outer_expn_info, r=Manis...
2019-06-08 Michael WrightAdd OUTER_EXPN_INFO lint
2019-05-27 Philipp KronesRollup merge of #4102 - Urriel:fix/4096_match_same_arms...
2019-05-19 borsAuto merge of #4109 - Manishearth:backport-merge, r...
2019-05-19 borsAuto merge of #4099 - flip1995:ul_4094, r=oli-obk
2019-05-19 borsAuto merge of #4100 - phansch:add_stderr_length_check...
2019-05-17 borsAuto merge of #4110 - rust-lang:symbolic_wasteland...
2019-05-17 Oliver SchererDogfood
2019-05-17 Oliver SchererPrevent symbocalypse
2019-05-17 Manish GoregaokarMerge remote-tracking branch 'origin/beta1.35' into...
2019-05-17 Manish GoregaokarMerge remote-tracking branch 'origin/rust-1.34.1' into...
2019-05-17 Manish GoregaokarMerge remote-tracking branch 'origin/rust-1.31.0' into...
2019-05-17 Manish GoregaokarMerge remote-tracking branch 'origin/beta_backport...
2019-05-14 borsAuto merge of #4084 - mikerite:fix-4019, r=oli-obk
2019-05-14 borsAuto merge of #4093 - rust-lang:rustup, r=oli-obk
next