]> git.lizzy.rs Git - rust.git/history - clippy_lints
Rollup merge of #5248 - ThibsG:ConstValues, r=flip1995
[rust.git] / clippy_lints /
2020-04-15 Philipp KronesRollup merge of #5248 - ThibsG:ConstValues, r=flip1995
2020-04-15 Philipp KronesRollup merge of #5226 - ThibsG:DerefExplicit1566, r...
2020-04-15 borsAuto merge of #5467 - matthiaskrgr:rustup_43, r=flip1995
2020-04-15 Philipp KronesRename dummy_hir_id -> parent_hir_id
2020-04-15 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/71116
2020-04-15 ThibsGBetter precedence case management + more tests
2020-04-15 ThibsGUse only check_expr with parent expr and precedence
2020-04-15 ThibsGCheck for Deref trait impl + add fixed version
2020-04-15 ThibsGReport using stmts and expr + tests
2020-04-15 ThibsGGlobal rework + fix imports
2020-04-15 Tom MilliganWorking basic dereference clip
2020-04-15 borsAuto merge of #5464 - matthiaskrgr:dep_compiletest...
2020-04-15 borsAuto merge of #5345 - Toxyxer:add-lint-for-float-in...
2020-04-15 borsAuto merge of #5452 - phansch:match_def_path_refactor...
2020-04-15 Philipp HanschRefactor: Use rustc's `match_def_path`
2020-04-14 borsAuto merge of #5449 - phansch:diagnostic-items, r=matth...
2020-04-14 borsAuto merge of #5460 - phansch:fix_incorrect_tests,...
2020-04-14 borsAuto merge of #5457 - phansch:sym, r=matthiaskrgr
2020-04-14 borsAuto merge of #5463 - matthiaskrgr:rustup_42, r=phansch
2020-04-14 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/70643
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 rustc's is_proc_macro_attr
2020-04-13 Philipp HanschCleanup: Use our `sym!` macro more
2020-04-13 Rabi GuhaFixes #5405: redundant clone false positive with arrays
2020-04-12 Philipp Hanschcargo dev fmt
2020-04-12 Philipp HanschMake use of Option/Result diagnostic items
2020-04-12 borsAuto merge of #5454 - spl:patch-1, r=phansch
2020-04-12 Philipp HanschMake use of some existing diagnostic items
2020-04-12 Philipp HanschSay that diagnostic items are preferred over paths
2020-04-12 Sean Leatherverbose_bit_mask: fix bit mask used in docs
2020-04-12 borsAuto merge of #5451 - xyzd:allow-uuid-format-digit...
2020-04-12 Dan BAllow UUID style formatting for `inconsistent_digit_gro...
2020-04-11 borsAuto merge of #5450 - matthiaskrgr:rustup_41, r=phansch
2020-04-11 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/70986
2020-04-10 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/69745
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-10 Andre Boguscompare with the second largest instead of the smallest...
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-09 ThibsGUpdate doc generation script
2020-04-09 ThibsGAdd lint on large const arrays
2020-04-09 Marcin SerwinMake the epsilon note spanless
2020-04-09 Marcin SerwinSplit check_fn function
2020-04-09 Marcin SerwinIndicate when arrays are compared in error message
2020-04-09 Marcin SerwinMake epsilon note spanless when comparing arrays
2020-04-09 Marcin SerwinHandle constant arrays with single value
2020-04-09 Marcin SerwinDon't show comparison suggestion for arrays
2020-04-09 Marcin SerwinAllow for const arrays of zeros
2020-04-09 Marcin SerwinHandle evaluating constant index expression
2020-04-09 Marcin SerwinAdd handling of float arrays to miri_to_const
2020-04-09 Marcin SerwinUpdate field names in is_float
2020-04-09 briankabiroAdd lint when comparing floats in an array
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 TolnayDowngrade implicit_hasher to pedantic
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 Linus FärnstrandUse int assoc consts in checked_conversions lint
2020-04-07 Linus FärnstrandUse integer assoc consts in more lint example code
2020-04-07 Linus FärnstrandDon't import primitive type modules
2020-04-07 Linus FärnstrandUse assoc const NAN for zero_div_zero lint
2020-04-07 Linus FärnstrandFix float cmp to use assoc fxx::EPSILON
2020-04-07 Linus FärnstrandFix NAN comparison lint to use assoc NAN
2020-04-07 Philipp KronesMerge pull request #5434 from eddyb/rustup
2020-04-07 Philipp KronesFormat clippy_lints/src/let_underscore.rs
2020-04-07 Eduard Burtescurustup: update for the new Ty::walk interface.
2020-04-07 Eduard Burtescuuse_self: switch to hir_ty_to_ty.
2020-04-07 xiongmao86Refine lint message.
2020-04-06 xiongmao86Lint on opt.as_ref().map(|x| &**x).
2020-04-05 Jacek PospychalaInclude OpAssign in suspicious_op_assign_impl
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
next