]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/methods/mod.rs
Merge remote-tracking branch 'upstream/master' into rustup
[rust.git] / clippy_lints / src / methods / mod.rs
2020-04-14 borsAuto merge of #5453 - rabisg0:fix/redundant_clone,...
2020-04-14 borsAuto merge of #5458 - phansch:is-proc-macro-attr, r...
2020-04-13 borsAuto merge of #5448 - Emerentius:update_new_ret_no_self...
2020-04-13 Philipp HanschCleanup: Use our `sym!` macro more
2020-04-12 Philipp Hanschcargo dev fmt
2020-04-12 Philipp HanschMake use of Option/Result diagnostic items
2020-04-12 Philipp HanschMake use of some existing diagnostic items
2020-04-10 borsAuto merge of #5441 - rabisg0:fix/clone-on-copy, r...
2020-04-10 borsAuto merge of #5446 - rust-lang:gimme-a-second, r=flip1995
2020-04-10 borsAuto merge of #5447 - phansch:rustuppp, r=matthiaskrgr
2020-04-10 EmerentiusUpdate documentation for new_ret_no_self
2020-04-10 Philipp HanschRustup to https://github.com/rust-lang/rust/pull/70913
2020-04-09 borsAuto merge of #5442 - rust-lang:revert-5420-newret...
2020-04-09 Philipp KronesRevert "Downgrade new_ret_no_self to pedantic"
2020-04-09 Rabi GuhaCheck for clone-on-copy in argument positions
2020-04-08 borsAuto merge of #5411 - dtolnay:hasher, r=flip1995
2020-04-08 borsAuto merge of #5437 - rabisg0:should-impl-trait, r...
2020-04-08 borsAuto merge of #5428 - dtolnay:cognitive, r=flip1995
2020-04-08 Rabi GuhaCheck fn header along with decl when suggesting to...
2020-04-08 David TolnayMove cognitive_complexity to nursery
2020-04-08 borsAuto merge of #5438 - flip1995:rollup-pi762oy, r=flip1995
2020-04-08 Philipp KronesRollup merge of #5425 - xiongmao86:issue5367, r=flip1995
2020-04-08 Philipp KronesRollup merge of #5424 - jpospychala:suspicious_op_assig...
2020-04-08 Philipp KronesRollup merge of #5422 - nickrtorres:contributing-triage...
2020-04-08 Philipp KronesRollup merge of #5420 - dtolnay:newret, r=flip1995
2020-04-08 Philipp KronesRollup merge of #5419 - dtolnay:unreadable, r=flip1995
2020-04-08 Philipp KronesRollup merge of #5417 - flip1995:doc_update, r=flip1995
2020-04-08 Philipp KronesRollup merge of #5415 - nickrtorres:master, r=flip1995
2020-04-08 Philipp KronesRollup merge of #5412 - dtolnay:tostring, r=flip1995
2020-04-08 Philipp KronesRollup merge of #5410 - dtolnay:trivially, r=flip1995
2020-04-08 Philipp KronesRollup merge of #5409 - dtolnay:letunit, r=flip1995
2020-04-08 Philipp KronesRollup merge of #5406 - flip1995:update_lints_fix,...
2020-04-08 borsAuto merge of #5429 - faern:use-assoc-int-float-consts...
2020-04-07 Linus FärnstrandUse int assoc consts in MANUAL_SATURATING_ARITHMETIC
2020-04-07 Philipp KronesMerge pull request #5434 from eddyb/rustup
2020-04-07 Eduard Burtescurustup: update for the new Ty::walk interface.
2020-04-07 xiongmao86Refine lint message.
2020-04-06 xiongmao86Lint on opt.as_ref().map(|x| &**x).
2020-04-05 Nick Torresresult_map_or_into_option: fix syntax error in example
2020-04-04 Nick Torresresult_map_or_into: fix dogfood_clippy error => {h...
2020-04-04 Nick Torresresult_map_or_into_option: fix `cargo dev fmt --check...
2020-04-04 Nick Torresresult_map_or_into_option: move arg checks into tuple...
2020-04-04 Nick Torresresult_map_or_into_option: destructure lint tuple or...
2020-04-04 Nick Torresresult_map_or_into_option: add good and bad examples
2020-04-04 Nick Torresresult_map_or_into_option: explicitly note absence...
2020-04-04 David TolnayDowngrade new_ret_no_self to pedantic
2020-04-04 Nick Torresresult_map_or_into_option: add lint to catch manually...
2020-04-03 David TolnayDowngrade inefficient_to_string to pedantic
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-30 borsAuto merge of #5387 - jpospychala:useless_self_fp,...
2020-03-30 borsAuto merge of #5392 - matthiaskrgr:rustup_40, r=phansch
2020-03-30 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/70536
2020-03-25 borsAuto merge of #5334 - flip1995:backport_remerge, r...
2020-03-25 borsAuto merge of #5370 - phansch:matches, r=matthiaskrgr
2020-03-25 Philipp HanschRemove dependency on `matches` crate
2020-03-23 borsAuto merge of #5319 - 1tgr:master, r=flip1995
2020-03-18 flip1995Merge remote-tracking branch 'upstream/rust-1.43.0...
2020-03-16 borsAuto merge of #5324 - matthiaskrgr:rustup_32, r=flip1995
2020-03-16 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/69738
2020-03-16 borsAuto merge of #5322 - phansch:or_patterns, r=matthiaskrgr
2020-03-16 borsAuto merge of #5321 - matthiaskrgr:rustup_31, r=phansch
2020-03-16 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/68944
2020-03-16 Philipp HanschMake use of `or_patterns` feature
2020-03-13 borsAuto merge of #5308 - flip1995:changelog, r=Manishearth
2020-03-12 borsAuto merge of #5304 - sinkuu:redundant_clone_not_consum...
2020-03-12 borsAuto merge of #5307 - JohnTitor:rename-method, r=flip1995
2020-03-12 Yuki OkushiRustup to rust-lang/rust#69674
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 #5256 - JohnTitor:try-eval-usize, r=phansch
2020-03-03 Yuki OkushiUse `try_eval_usize` over `eval_usize`
2020-03-02 borsAuto merge of #5242 - matthiaskrgr:5238_test, r=flip1995
2020-03-01 JarredAllenMerge branch 'master' of github.com:rust-lang/rust...
2020-03-01 borsAuto merge of #5247 - JohnTitor:syntax, r=flip1995
2020-03-01 Yuki OkushiRustup to rust-lang/rust#69592
2020-02-17 borsAuto merge of #5186 - JohnTitor:rename-fnretty, r=flip1995
2020-02-17 Yuki OkushiRename `FunctionRetTy` to `FnRetTy`
2020-02-15 borsAuto merge of #5177 - matthewjasper:own-infer, r=flip1995
2020-02-15 Matthew JasperAvoid using regions from `TypeckTables`
2020-02-15 borsAuto merge of #4809 - iankronquist:patch-1, r=flip1995
2020-02-13 borsAuto merge of #5168 - lily-commure:chars_next_style...
2020-02-13 Lily Chungchange in the right place, run update_lints
2020-02-04 borsAuto merge of #5124 - flip1995:backport_back_merge...
2020-02-03 borsAuto merge of #5130 - JohnTitor:split-up-index-slice...
2020-02-03 borsAuto merge of #5129 - JohnTitor:use-checked-sub, r...
2020-02-03 borsAuto merge of #5127 - Areredify:issue-5115, r=flip1995
2020-02-03 Areredifyimprove 'iter_nth_zero' documentation
2020-02-01 flip1995Merge remote-tracking branch 'upstream/rust-1.42.0...
2020-01-31 borsAuto merge of #5111 - flip1995:changelog, r=phansch
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 Ludwig StecherUn-ignore most code blocks to render correctly on websi...
2020-01-30 Ludwig StecherFix code formatting for more lints
2020-01-30 Ludwig StecherFix syntax highlighting of code fence
2020-01-29 borsAuto merge of #5058 - xiongmao86:issue4903, r=flip1995
2020-01-29 xiongmao86Reformat code.
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_note_and_lint` to `span_lint_and_note`
next