]> git.lizzy.rs Git - rust.git/history - clippy_lints
Auto merge of #5818 - flip1995:rustup, r=flip1995
[rust.git] / clippy_lints /
2020-07-18 borsAuto merge of #5818 - flip1995:rustup, r=flip1995
2020-07-18 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-07-17 borsAuto merge of #5817 - flip1995:rustup, r=flip1995
2020-07-17 flip1995Fix sync fallout (fmt)
2020-07-17 borsAuto merge of #5814 - giraffate:fix_typo, r=flip1995
2020-07-17 Takayuki NakataFix typo
2020-07-17 Valentin LazureanuRename TypeckTables to TypeckResults.
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 JarredAllenClean up dogfood fallout
2020-07-16 JarredAllenEnable detecting multiple-argument panics
2020-07-16 Nicholas NethercoteAvoid storing `SymbolStr` in a struct.
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 borsAuto merge of #5802 - flip1995:rustup, r=flip1995
2020-07-15 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-07-15 Leo Meira VitalRemoving snippet from SHADOW_UNRELATED message.
2020-07-15 Bastian KauschkeWithOptConstParam::dummy -> WithOptConstParam::unknown
2020-07-15 Bastian Kauschkeimprove naming
2020-07-15 Bastian Kauschkeconst_eval_resolve
2020-07-14 Nicholas NethercoteRemove lots of `Symbol::as_str()` calls.
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-13 Takayuki NakataUse `.is_some()` not `Some(_)`
2020-07-13 Brian Warnerimprove advice in iter_nth_zero
2020-07-13 bjorn3Rename collapsable_if fix suggestion to "collapse neste...
2020-07-13 Takayuki NakataRefactoring to use `constant_context
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 Matthias KrügerFix out of bounds access by checking length equality...
2020-07-10 borsAuto merge of #5769 - robojumper:match_like_matches_mac...
2020-07-10 Takayuki NakataFix typo
2020-07-10 Christian DuerrRun update_lints
2020-07-10 Christian DuerrMove range_minus_one to pedantic
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 borsAuto merge of #74117 - Manishearth:rollup-ds7z0kx,...
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 ArraisIncludes TODO for constants equivalent to π/180
2020-07-06 Thiago ArraisReclassify powi(2) lint under suboptimal_flops
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 robojumperfix match_like_matches_macro in clippy
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-05 Mark RousskovShrink ParamEnv to 16 bytes
2020-07-04 JarredAllenFixed compile errors
2020-07-03 JarredAllenFormatted updates to lints
2020-07-03 JarredAllenClean existing lint code to match new lint
2020-07-03 JarredAllenFix compile error from library change
2020-07-03 JarredAllenLast few tweaks
2020-07-03 JarredAllenUsed clippy to clean itself
2020-07-03 JarredAllenDon't lint if contains a macro
2020-07-03 JarredAllenRefactoring pt. 2
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 Robert Sedlacekfmt fix
2020-07-03 Robert SedlacekLateContext has only one lifetime parameter now
2020-07-03 borsAuto merge of #5761 - ThibsG:TypeRepetitionThreshold...
2020-07-03 Robert SedlacekExpanded lint documentation
2020-07-03 Robert SedlacekCatching up with rustc changes
2020-07-03 flip1995Fix rebase fallout
2020-07-03 Robert Sedlacekspan_help_and_lint -> span_lint_and_help
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-02 Eduard-Mihai Burtescurustc_lint: avoid using TypeckTables::empty for LateCon...
2020-07-01 borsAuto merge of #5760 - phansch:deprecate-regex-macro...
next