]> git.lizzy.rs Git - rust.git/history - clippy_lints
Fix index out of bound in case of empty snippet
[rust.git] / clippy_lints /
2019-09-02 Lzu TaoFix index out of bound in case of empty snippet
2019-09-02 borsAuto merge of #4482 - awoimbee:doc_explicit_counter_loo...
2019-09-02 borsAuto merge of #4477 - mikerite:fix-4291, r=flip1995
2019-09-01 Arthur Woiméefix misleading doc for explicit_counter_loop lint
2019-09-01 Michael WrightFix `needless_lifetimes` false positive
2019-08-31 Michael WrightFix `extra_unused_lifetimes` false positive
2019-08-30 borsAuto merge of #4473 - phansch:fix_cast_lossless_fp...
2019-08-30 borsAuto merge of #4475 - flip1995:rustup, r=phansch
2019-08-30 flip1995Rustup to rust-lang/rust#60966
2019-08-30 borsAuto merge of #4446 - mikerite:fix-4437, r=phansch
2019-08-30 Philipp HanschFix cast_lossless false positive in impl const fn
2019-08-29 borsAuto merge of #4450 - phansch:fix_const_fn_fp, r=flip1995
2019-08-29 borsAuto merge of #4408 - phansch:more_rustfix_tests, r...
2019-08-29 borsAuto merge of #4469 - vityafx:master, r=flip1995
2019-08-29 Victor PolevoyImprove cognitive_complexity lint's warning.
2019-08-29 Michael WrightMerge branch 'master' into fix-4437
2019-08-29 Philipp HanschFix missing_const_for_fn false positive
2019-08-28 Philipp HanschMake useless_attribute suggestion MaybeIncorrect
2019-08-28 borsAuto merge of #4463 - flip1995:rollup-240kr2c, r=flip1995
2019-08-28 Philipp KronesRollup merge of #4460 - JohnTitor:fix-inherent-to-strin...
2019-08-28 Philipp KronesRollup merge of #4459 - JohnTitor:update-testing-notes...
2019-08-28 borsAuto merge of #4462 - JohnTitor:fix-build-arg, r=flip1995
2019-08-28 Yuki OkushiReplace `Arg` with `Param`
2019-08-28 Philipp HanschUpdate int_plus_one suggestion text
2019-08-28 Philipp HanschChange float_cmp Applicability to `HasPlaceholders`
2019-08-27 Yuki OkushiFix `inherent_to_string` false positive
2019-08-26 borsAuto merge of #4444 - phansch:split_up_cmp_owned2,...
2019-08-26 borsAuto merge of #4445 - phansch:fix_unused_unit_sugg...
2019-08-26 borsAuto merge of #4430 - lzutao:defid_trait_alias, r=flip1995
2019-08-26 borsAuto merge of #4436 - BO41:written_as, r=phansch
2019-08-26 borsAuto merge of #4421 - lzutao:unsep_literal, r=flip1995
2019-08-26 borsAuto merge of #4431 - phansch:more_rustfix, r=flip1995
2019-08-26 Lzu TaoCleaner code for unsep literals
2019-08-25 Lzu TaoAccount for trait alias when looking for defid
2019-08-25 borsAuto merge of #4447 - phansch:fix_build, r=matthiaskrgr
2019-08-25 Philipp HanschRustup to https://github.com/rust-lang/rust/pull/63854
2019-08-25 Michael WrightFix `match_as_ref` bad suggestion
2019-08-24 Philipp HanschFix unused_unit false positive
2019-08-24 BO41Fix lint doc
2019-08-24 borsAuto merge of #4443 - jeremystucki:methods-refactoring...
2019-08-23 Jeremy StuckiRefactor some minor things
2019-08-23 Jeremy StuckiUse more if-chains
2019-08-23 Jeremy StuckiRefactor 'lint_or_fun_call'
2019-08-23 Jeremy StuckiRefactor 'check_unwrap_or_default'
2019-08-23 Jeremy StuckiRefactor 'check_impl_item'
2019-08-23 borsAuto merge of #4409 - jeremystucki:export, r=phansch
2019-08-23 borsAuto merge of #4438 - lzutao:author-litstr-missing...
2019-08-23 Lzu TaoAdd missing field to LitKind::Str
2019-08-23 borsAuto merge of #4439 - lzutao:fix-format, r=phansch
2019-08-23 Lzu TaoRe-add false positive check
2019-08-23 Lzu TaoAdd raw string regression test for useless_format lint
2019-08-23 Lzu TaoRe-factor useless_format lint
2019-08-23 Philipp HanschMerge pull request #4440 from lzutao/fix-unicode
2019-08-23 Lzu TaoUpdate Unicode lint tests
2019-08-22 BO41Add examples to some complexity lints
2019-08-22 BO41Add example to a perf lint
2019-08-22 BO41Add examples to some correctness lints
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-21 Philipp HanschFix suggestions for redundant_pattern_matching
2019-08-20 borsAuto merge of #4419 - lzutao:ifchain-link, r=phansch
2019-08-20 borsAuto merge of #4401 - JJJollyjim:literal-separation...
2019-08-20 borsAuto merge of #4420 - phansch:disable_rls_integration_t...
2019-08-20 Philipp HanschMerge pull request #4416 from SimonSapin/plugin
2019-08-19 borsAuto merge of #4417 - kraai:remove-in_macro_or_desugar...
2019-08-19 KRAAI, MATTHEW ... Restore en dashes
2019-08-19 KRAAI, MATTHEW ... Remove in_macro_or_desugar
2019-08-19 Simon SapinImport rustc_plugin from its new location
2019-08-19 borsAuto merge of #4414 - chansuke:fix-contributing-doc...
2019-08-19 borsAuto merge of #4411 - mikerite:fix-4384, r=flip1995
2019-08-19 borsAuto merge of #4386 - lzutao:lint-option-and_then-some...
2019-08-19 borsAuto merge of #4410 - matthiaskrgr:url_serde_feat,...
2019-08-19 Michael WrightFix `clone_on_copy` false positives
2019-08-19 Matthias Krügertry to fix build in rustc repo
2019-08-19 Lzu TaoAdd option_and_then_some lint
2019-08-19 Jamie McClymontRequested changes
2019-08-18 borsAuto merge of #4403 - xd009642:type_repetition_improvem...
2019-08-18 borsAuto merge of #4404 - BO41:patch-1, r=flip1995
2019-08-18 xd009642Run update_lints
2019-08-18 borsAuto merge of #4394 - jeremystucki:suspicious_map,...
2019-08-18 Jeremy StuckiChange lint type to 'complexity'
2019-08-18 Jamie McClymontAdd autofixable suggestion for unseparated integer...
2019-08-18 Jeremy StuckiMerge branch 'origin/master' into suspicious_map
2019-08-18 borsAuto merge of #4407 - mikerite:fix-breakage-20190818...
2019-08-18 Michael WrightFix breakage due to rust-lang/rust#61708
2019-08-17 Lzu TaoFix assertions_on_constants lint
2019-08-17 Lzu TaoMake code cleaner and more readable
2019-08-17 BO41Add "could be written as" example to MANUAL_MEMCPY
2019-08-17 xd009642Made lint pedantic
2019-08-16 borsAuto merge of #4397 - kraai:remove-a, r=flip1995
2019-08-16 borsAuto merge of #4392 - phansch:cleanups, r=flip1995
2019-08-16 borsAuto merge of #4398 - kraai:outer_expn_data, r=flip1995
2019-08-16 flip1995Run rustfmt
2019-08-16 KRAAI, MATTHEW ... Use outer_expn_data instead of outer_expn_info
2019-08-16 KRAAI, MATTHEW ... Remove "a" from single_match_else description
2019-08-16 borsAuto merge of #4395 - lzutao:rustup-63586, r=phansch
2019-08-16 Lzu TaoRustup "Remove `Spanned` from `{ast,hir}::FieldPat`"
2019-08-15 Jeremy StuckiImplement lint 'suspicious_map'
next