]> git.lizzy.rs Git - rust.git/history - tests/ui
Auto merge of #5820 - ThibsG:FixSuspiciousArithmeticImpl, r=flip1995
[rust.git] / tests / ui /
2020-07-26 borsAuto merge of #5820 - ThibsG:FixSuspiciousArithmeticImp...
2020-07-26 borsAuto merge of #5845 - giraffate:fix_fp_useless_conversi...
2020-07-25 Takayuki NakataFix FP `useless_conversion`
2020-07-21 borsAuto merge of #5830 - flip1995:rustup, r=flip1995
2020-07-20 borsAuto merge of #5824 - tmiasko:manually-drop-clone,...
2020-07-19 Tomasz MiąskoIgnore not really redundant clones of ManuallyDrop
2020-07-19 borsAuto merge of #5800 - montrivo:bugfix/redundant_closure...
2020-07-19 Tim Nielensredundant_closure_call - pr review
2020-07-19 Tim Nielensredundant_closure_call - add support for shadowed closures
2020-07-19 Tim Nielensredundant_closure_call - extract lint from misc_early...
2020-07-19 Tim Nielensredundant_closure_call - don't lint when used more...
2020-07-18 ThibsGFix FP for `suspicious_arithmetic_impl` from `suspiciou...
2020-07-18 borsAuto merge of #5815 - JarredAllen:redundant_pattern_bug...
2020-07-18 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-07-17 borsAuto merge of #5817 - flip1995:rustup, r=flip1995
2020-07-17 JarredAllenAdd test for correct behavior
2020-07-17 borsAuto merge of #5811 - JarredAllen:panic_multiple_args...
2020-07-17 borsAuto merge of #5810 - matthiaskrgr:typos_2, r=Manishearth
2020-07-16 Matthias Krügerfix typos (found by codespell)
2020-07-16 JarredAllenEnable detecting multiple-argument panics
2020-07-16 flip1995Merge remote-tracking branch 'upstream/rust-1.44.1...
2020-07-15 borsAuto merge of #5788 - Leulz:shadow-unrelated-fix-rhs...
2020-07-15 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-07-15 Leo Meira VitalRemoving snippet from SHADOW_UNRELATED message.
2020-07-14 borsAuto merge of #5798 - mikerite:fix-2277-2, r=yaahc
2020-07-14 borsAuto merge of #5793 - warner:5783-nth-zero-next, r...
2020-07-14 borsAuto merge of #5737 - Uriopass:unit-for-ord, r=flip1995
2020-07-14 Brian Warnerformatting nits
2020-07-14 Matthias Krügernew lint: Returning unit from closures expecting Ord
2020-07-14 flip1995Merge commit '2ca58e7dda4a9eb142599638c59dc04d15961175...
2020-07-14 borsAuto merge of #5732 - bjorn3:patch-1, r=flip1995
2020-07-14 borsAuto merge of #5773 - giraffate:repeat_once, r=flip1995
2020-07-14 Michael WrightAdd test for `needless_range_loop` issue
2020-07-13 Brian Warnerimprove advice in iter_nth_zero
2020-07-13 bjorn3Rename collapsable_if fix suggestion to "collapse neste...
2020-07-13 borsAuto merge of #5792 - flip1995:rollup-torc1we, r=flip1995
2020-07-13 Philipp KronesRollup merge of #5786 - matthiaskrgr:new_lint_issue_tem...
2020-07-13 Philipp KronesRollup merge of #5784 - matthiaskrgr:ice_5780, r=phansch
2020-07-13 Philipp KronesRollup merge of #5756 - ebroto:5754_sort_by, r=flip1995
2020-07-13 Philipp KronesRollup merge of #5752 - chrisduerr:pedantic_ranges...
2020-07-13 Philipp KronesRollup merge of #5443 - thiagoarrais:issue-2040, r...
2020-07-13 borsAuto merge of #5790 - flip1995:rustup, r=flip1995
2020-07-11 Manish GoregaokarRollup merge of #72920 - oli-obk:const_transmute, r...
2020-07-11 Oliver SchererStabilize `transmute` in constants and statics but...
2020-07-10 borsAuto merge of #5769 - robojumper:match_like_matches_mac...
2020-07-10 Christian DuerrFix tests a bit more
2020-07-10 Christian DuerrFix test failures
2020-07-10 Tamir DubersteinAvoid "whitelist"
2020-07-09 borsAuto merge of #5781 - giraffate:fix_a_broken_link,...
2020-07-09 borsAuto merge of #5771 - montrivo:bugfix/single-match...
2020-07-09 Tim Nielenssingle_match_else - single expr/stmt else block corner...
2020-07-08 Eduardo Brotounnecessary_sort_by: avoid linting if key borrows
2020-07-08 robojumpermake match_like_matches_macro only apply to matches...
2020-07-08 borsAuto merge of #5776 - flip1995:rustup, r=flip1995
2020-07-07 Takayuki NakataAdd a lint for `.repeat(1)`
2020-07-07 Manish GoregaokarRollup merge of #73870 - sexxi-goose:projection-ty...
2020-07-06 borsAuto merge of #73978 - Mark-Simulacrum:shrink-paramenv...
2020-07-06 Thiago ArraisReclassify powi(2) lint under suboptimal_flops
2020-07-06 Thiago ArraisIncludes TODO comment for hypot lint
2020-07-06 Thiago ArraisPlace radian lints under suboptimal_flops
2020-07-06 Thiago ArraisBetter copy for lint message
2020-07-06 Thiago ArraisLint for to_radians and to_degrees
2020-07-06 Thiago ArraisLint x.log(b) / y.log(b) => x.log(y)
2020-07-06 robojumpernew lint: match_like_matches_macro
2020-07-06 Thiago ArraisLint (x * x + y * y).sqrt() => x.hypot(y)
2020-07-06 Thiago ArraisLint for x.powi(2) => x * x
2020-07-06 borsAuto merge of #5301 - JarredAllen:option_if_let_else...
2020-07-03 JarredAllenRefactoring
2020-07-03 JarredAllenHandle ref, mut, &, and &mut on the option
2020-07-03 JarredAllenProperly parenthesize to avoid operator precedence...
2020-07-03 JarredAllenStop linting on macros and correctly use braces for...
2020-07-03 JarredAllenLint for if let Some(x) = ... instead of Option::map_or
2020-07-03 borsAuto merge of #4841 - phaylon:pattern-type-mismatch...
2020-07-03 borsAuto merge of #5761 - ThibsG:TypeRepetitionThreshold...
2020-07-03 Robert SedlacekAdjusted expected STDERR
2020-07-03 Robert SedlacekAdded restriction lint: pattern-type-mismatch
2020-07-03 ThibsGDon't lint for predicates generated in macros
2020-07-03 ThibsGTake generic args into account for bounded type
2020-07-03 ThibsGAdd configurable threshold for `type_repetition_in_boun...
2020-07-03 borsAuto merge of #5763 - flip1995:rustup, r=Manishearth
2020-07-03 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-07-02 Eduard-Mihai BurtescuUse 'tcx for references to AccessLevels wherever possible.
2020-07-01 borsAuto merge of #5760 - phansch:deprecate-regex-macro...
2020-07-01 Philipp HanschDeprecate regex_macro lint
2020-06-30 borsAuto merge of #5758 - ebroto:5704_unnested_or_pats...
2020-06-30 Eduardo BrotoRequire `or_patterns` to suggest nesting them
2020-06-30 borsAuto merge of #5750 - ebroto:blanket_clippy_restriction...
2020-06-30 Eduardo BrotoMove blanket_clippy_restriction_lints to "style"
2020-06-30 Eduardo BrotoLint enabling the whole restriction group
2020-06-30 borsAuto merge of #5751 - flip1995:rustup, r=Manishearth...
2020-06-30 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-06-28 Dylan MacKenzieUpdate tests
2020-06-26 Manish GoregaokarRollup merge of #73597 - ayazhafiz:i/const-span, r...
2020-06-24 borsAuto merge of #5701 - ebroto:4874_cmp_owned_fp, r=flip1995
2020-06-24 borsAuto merge of #5745 - montrivo:copy_on_clone, r=phansch
2020-06-23 Tim Nielenscopy_on_clone - add machine applicability
2020-06-23 Eduardo Brotocmp_owned: reverse operands if necessary
2020-06-23 Eduardo Brotocmp_owned: avoid FP when PartialEq is not implemented...
2020-06-23 borsAuto merge of #5694 - wangtheo:issue-5626, r=matthiaskrgr
2020-06-23 flip1995Merge commit 'c2c07fa9d095931eb5684a42942a7b573a0c5238...
next