]> git.lizzy.rs Git - rust.git/history - clippy_lints
Update Readme for (arguably) better readability
[rust.git] / clippy_lints /
2019-01-12 borsAuto merge of #3654 - matthiaskrgr:rustup, r=phansch
2019-01-12 Matthias Krügerrustup: the features if_while_or_patterns has been...
2019-01-11 borsAuto merge of #3646 - matthiaskrgr:travis, r=phansch
2019-01-09 borsAuto merge of #3645 - phansch:remove_copyright_headers...
2019-01-08 Philipp HanschRemove all copyright license headers
2019-01-07 borsAuto merge of #3640 - detrumi:nested_use_self, r=flip1995
2019-01-07 borsAuto merge of #3600 - xfix:cast-ref-to-mut, r=flip1995
2019-01-07 borsAuto merge of #3641 - hellow554:patch-1, r=flip1995
2019-01-07 Konrad BorowskiMove cast_ref_to_mut list to correctness group
2019-01-07 Konrad BorowskiDon't import ty::Ref in cast_ref_to_mut lint
2019-01-07 Konrad BorowskiMove a hint to an error message in cast_ref_to_mut...
2019-01-07 Konrad BorowskiAdd a note to cast_ref_to_mut lint
2019-01-07 Konrad BorowskiUse ty::Ref instead of ty::TyKind::Ref
2019-01-07 Konrad Borowskicast_ref_to_mut lint
2019-01-07 Marcel HellwigAdd missing ` in default lint
2019-01-07 Wilco KuseeImprove tests and exclude nested impls
2019-01-07 borsAuto merge of #3638 - mikerite:fix-3625, r=oli-obk
2019-01-07 Michael WrightUpdate `unwrap_get` code review suggestions
2019-01-06 Wilco KuseeUpdate known problems
2019-01-06 Wilco KuseeRestrict use_self on nested items
2019-01-06 Michael WrightImprove `get_unwrap` suggestion
2019-01-05 borsAuto merge of #3635 - matthiaskrgr:revert_random_state_...
2019-01-05 borsAuto merge of #3626 - phansch:rustfix_works, r=oli-obk
2019-01-05 Matthias KrügerRevert "Auto merge of #3603 - xfix:random-state-lint...
2019-01-05 borsAuto merge of #3627 - detrumi:use_self_local_macro...
2019-01-05 borsAuto merge of #3610 - phansch:method_rs_cleanup, r...
2019-01-05 borsAuto merge of #3633 - matthiaskrgr:rustup, r=phansch
2019-01-05 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/56837
2019-01-05 Matthias Krügerrustup (don't know the exact PR unfortunately)
2019-01-04 borsAuto merge of #3631 - phansch:add_itertools_to_integrat...
2019-01-04 borsAuto merge of #3601 - xfix:move-constant-write-lint...
2019-01-04 Wilco KuseeTrigger `use_self` lint in local macros
2019-01-03 borsAuto merge of #3623 - phansch:rustup, r=flip1995
2019-01-03 Philipp Hanschrustup: https://github.com/rust-lang/rust/pull/55517
2019-01-03 borsAuto merge of #3622 - m-cat:master, r=phansch
2019-01-03 borsAuto merge of #3621 - Zoxc:parallel, r=phansch
2019-01-03 John Kåre AlsakerMake clippy work with parallel rustc
2019-01-03 borsAuto merge of #3519 - phansch:brave_newer_ui_tests...
2019-01-03 borsAuto merge of #3617 - matthiaskrgr:3462_test, r=phansch
2019-01-03 borsAuto merge of #3615 - matthiaskrgr:rtuVbump, r=phansch
2019-01-03 borsAuto merge of #3603 - xfix:random-state-lint, r=phansch
2019-01-03 borsAuto merge of #3614 - matthiaskrgr:rustc_tool_utils...
2019-01-03 borsAuto merge of #3607 - detrumi:limit_infinite_iter_to_kn...
2019-01-02 borsAuto merge of #3609 - codeworm96:fix_test, r=phansch
2018-12-31 Wilco KuseeLimit infinite_iter collect() check to known types
2018-12-31 borsAuto merge of #3608 - phansch:improve_util_docs, r...
2018-12-31 Philipp HanschSome improvements to util documentation
2018-12-31 borsAuto merge of #3606 - detrumi:blacklisted_name_hashset...
2018-12-31 Wilco KuseeUse hashset for name blacklist
2018-12-31 borsAuto merge of #3590 - jorpic:i3559-if_same_then_else...
2018-12-30 borsAuto merge of #3599 - xfix:use-hash-set-for-valid-ident...
2018-12-30 Konrad BorowskiUse node_id_to_type_opt instead of node_it_to_type...
2018-12-30 borsAuto merge of #3593 - mikerite:readme-syspath-2, r...
2018-12-30 borsAuto merge of #3588 - detrumi:tuple_struct_use_self...
2018-12-30 Max TaldykinCheck pattern equality while checking declaration equality
2018-12-30 Konrad BorowskiMerge branch 'master' of https://github.com/rust-lang...
2018-12-30 borsAuto merge of #3597 - xfix:match-ergonomics, r=phansch
2018-12-30 borsAuto merge of #3602 - matthiaskrgr:rustup, r=phansch
2018-12-30 Wilco KuseeRemove false negatives from known problems
2018-12-30 Wilco KuseeImplement use_self for tuple structs
2018-12-30 Wilco KuseeDocument known problems
2018-12-30 Konrad Borowskirandom_state lint
2018-12-30 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/56225/
2018-12-29 Konrad BorowskiMove constant write checks to temporary_assignment...
2018-12-29 borsAuto merge of #3598 - xfix:apply-cargo-fix-edition...
2018-12-29 borsAuto merge of #3558 - russelltg:new_without_default_mer...
2018-12-29 Konrad BorowskiUse an FxHashSet for valid idents in documentation...
2018-12-29 Konrad BorowskiUse match ergonomics for booleans lint
2018-12-29 Konrad BorowskiUse match ergonomics for block_in_if_condition lint
2018-12-29 Konrad BorowskiUse match ergonomics for bit_mask lint
2018-12-29 Konrad BorowskiUse match ergonomics for attrs lint
2018-12-29 Konrad BorowskiUse match ergonomics for assign_ops lint
2018-12-29 Konrad BorowskiUse match ergonomics for artithmetic lint
2018-12-29 Konrad BorowskiUse match ergonomics for approx_const lint
2018-12-29 borsAuto merge of #3596 - xfix:remove-crate-from-paths...
2018-12-29 borsAuto merge of #3595 - xfix:mark-writes-to-constant...
2018-12-29 Konrad BorowskiRemove crate:: prefixes from crate paths
2018-12-29 Konrad BorowskiSupport array indexing expressions in unused write...
2018-12-29 Konrad BorowskiMark writes to constants as side-effect-less
2018-12-29 borsAuto merge of #3592 - xfix:remove-unsafe-from-consts...
2018-12-28 Konrad BorowskiRemove unsafe from consts clippy lints
2018-12-28 borsAuto merge of #3561 - fuerstenau:master, r=oli-obk
2018-12-28 Philipp HanschFix suggestion for unnecessary_ref lint
2018-12-28 Peter FürstenauMerge remote-tracking branch 'upstream/master'
2018-12-28 Russell GreeneMerge new_without_default_derive into new_without_default
2018-12-28 borsAuto merge of #3587 - flip1995:ui-testing, r=phansch
2018-12-28 borsAuto merge of #3591 - flip1995:rustup, r=phansch
2018-12-28 flip1995Match on ast/hir::ExprKind::Err
2018-12-27 borsAuto merge of #3589 - flip1995:contrib_inactive_prs...
2018-12-27 borsAuto merge of #3577 - daxpedda:master, r=flip1995
2018-12-27 borsAuto merge of #3578 - matthiaskrgr:rustc_tools_util...
2018-12-27 borsAuto merge of #3585 - matthiaskrgr:rustup, r=phansch
2018-12-27 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/57069
2018-12-26 borsAuto merge of #3579 - matthiaskrgr:tool_lints, r=flip1995
2018-12-26 daxpeddaRustfmt.
2018-12-26 borsAuto merge of #3580 - matthiaskrgr:trivial_typos, r...
2018-12-25 Matthias Krügerfix a couple of ftrivial typos (NFC).
2018-12-25 Philipp KronesFix macro detection in `empty_loop`.
2018-12-25 daxpeddaChanged `macro_backtrace()` to `in_macro()`.
2018-12-24 daxpeddaFix lint detection on macro expansion.
next