]> git.lizzy.rs Git - rust.git/history - clippy_lints
Changes cast-lossless to a pedantic lint
[rust.git] / clippy_lints /
2019-09-15 Jason OlsonChanges cast-lossless to a pedantic lint
2019-09-14 borsAuto merge of #4513 - matthiaskrgr:dogdood_incrcomp...
2019-09-14 borsAuto merge of #4540 - jolson88:fix-place-projection...
2019-09-14 Jason OlsonConvert to Place's new boxed slice projection
2019-09-11 borsAuto merge of #4478 - tsurai:master, r=flip1995
2019-09-11 borsAuto merge of #4534 - matthiaskrgr:fmt_, r=flip1995
2019-09-11 Matthias Krügerrun rustfmt
2019-09-10 borsAuto merge of #4532 - rust-lang:integer-const, r=oli-obk
2019-09-10 Andre BogusNew `is_integer_const` to check more const ints
2019-09-10 borsAuto merge of #4525 - mikerite:use-self-constructor...
2019-09-10 borsAuto merge of #4529 - lzutao:rm-feature-bind-by-move...
2019-09-10 Lzu TaoRemove feature gate bind-by-move
2019-09-09 borsAuto merge of #4527 - rust-lang:more-vec-diag-items...
2019-09-09 borsAuto merge of #4522 - mikerite:fix-4514, r=phansch
2019-09-09 Andre BogusChanged more Vec paths to diagnostic_items
2019-09-09 borsAuto merge of #4458 - flip1995:block_in_if_ext_macro...
2019-09-09 borsAuto merge of #4510 - lzutao:unsep-literals-regression...
2019-09-09 Lzu TaoFix regression in case of proc-macro attribute expansion
2019-09-09 Michael WrightExtend `use_self` to check constructor
2019-09-09 Michael WrightMerge branch 'master' into fix-4514
2019-09-09 borsAuto merge of #4519 - rust-lang:vec-diagnostic-item...
2019-09-09 Andre BogusUse diagnostic item for
2019-09-08 borsAuto merge of #4523 - matthewjasper:remove-cfg-usage...
2019-09-08 Matthew JasperUpdate non_expressive_names for or patterns
2019-09-08 Matthew JasperRemove use of the HIR CFG
2019-09-08 Michael WrightFix `or_fun_call` bad suggestion
2019-09-06 borsAuto merge of #4508 - rust-lang:reduced-symbolism,...
2019-09-06 borsAuto merge of #4512 - mati865:rustup, r=phansch
2019-09-06 Mateusz MikułaRustup to rust-lang/rust#64111
2019-09-06 borsAuto merge of #4500 - jeremystucki:refactoring, r=flip1995
2019-09-06 Andre BogusSimplify , removing a FIXME
2019-09-05 borsAuto merge of #4489 - JohnTitor:fix-redundant-pattern...
2019-09-05 borsAuto merge of #4502 - lzutao:rustup-64141, r=phansch
2019-09-05 Lzu TaoRustup "Minimize uses of `LocalInternedString`"
2019-09-04 borsAuto merge of #4501 - derivmug:update-lint-doc, r=phansch
2019-09-04 borsAuto merge of #4495 - JohnTitor:fix-map-entry-false...
2019-09-04 Yuki OkushiMake it auto fixable lint
2019-09-04 Yuki OkushiFix `redundant_pattern` false positive
2019-09-04 borsAuto merge of #4487 - JohnTitor:deref-addrof-external...
2019-09-04 Jeremy StuckiRefactor option handling
2019-09-04 borsAuto merge of #4418 - euclio:byte-lit-suggestion, r...
2019-09-04 Andy Russelluse a structured suggestion for char-lit-as-u8
2019-09-04 borsAuto merge of #4498 - sinkuu:checked_arithmetic_unwrap...
2019-09-04 Shotaro YamadaHide variables in doc-test
2019-09-04 Shotaro YamadaFix doctest and renaming src
2019-09-04 borsAuto merge of #4490 - mikerite:fix-4364, r=flip1995
2019-09-04 Shotaro YamadaAdd manual_saturating_arithmetic lint
2019-09-04 borsAuto merge of #4454 - BO41:search_is_some, r=flip1995
2019-09-03 BO41Try to fix .fixed
2019-09-03 borsAuto merge of #4479 - rust-lang:uninit_assume_init...
2019-09-03 Andre Boguslint against `MaybeUninit::uninit().assume_init()`
2019-09-03 borsAuto merge of #4486 - lzutao:fix-panic-unseparate-liter...
2019-09-03 Yuki OkushiFix `map_entry` false positive
2019-09-03 borsAuto merge of #4493 - JohnTitor:fix-build-bytes, r...
2019-09-03 Yuki OkushiRemove Allocation::bytes
2019-09-03 Michael WrightFix occurrences of `too_many_lines` violations
2019-09-03 Michael WrightFix `too_many_lines` false positive
2019-09-02 Yuki OkushiAllow deref_addrof in macros
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 Cristian KubisFix incorrect swap suggestion
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 flip1995Use the spans returned by utils::method_calls
2019-08-29 flip1995Also return the method spans in utils::method_calls
2019-08-29 BO41Dereference one less on search_is_some and make it...
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-27 flip1995Allow block_in_if_{stmt,expr} in external macro
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
next