]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/methods.rs
Merge branch 'macro-use' into HEAD
[rust.git] / clippy_lints / src / methods.rs
2018-07-20 Manish GoregaokarMerge branch 'macro-use' into HEAD
2018-07-20 Manish GoregaokarRemove import of if_chain
2018-07-19 Manish GoregaokarRemove import of matches
2018-07-19 Manish GoregaokarRemove import of rustc
2018-07-16 Manish GoregaokarMerge pull request #2923 from rust-lang-nursery/kind
2018-07-16 Oliver SchneiderUpdate for hir renamings in rustc
2018-07-16 csmoeStmtKind
2018-07-16 csmoeTyKind
2018-07-16 csmoeBinOpKind
2018-07-16 csmoeExprKind
2018-07-16 Oliver SchneiderMerge pull request #2920 from rust-lang-nursery/rustup
2018-07-14 Oliver SchneiderIgnore spans when comparing expressions
2018-07-07 Manish GoregaokarMerge branch 'pr-2889'
2018-07-02 Oliver SchneiderRustup
2018-06-29 Oliver SchneiderMerge pull request #2880 from mati865/rustup_hir
2018-06-29 Mateusz MikułaRustup
2018-06-28 Oliver SchneiderMerge pull request #2832 from kennytm/non-copy-const
2018-06-26 Michael WrightMerge branch 'master' into issue_2741
2018-06-25 Oliver SchneiderMerge pull request #2871 from flip1995/gen_gen_nightly
2018-06-25 flip1995Resolve conflicts produced by GenericArgs
2018-06-25 flip1995Resolve field, struct and function renaming
2018-06-20 Philipp HanschMerge pull request #2858 from phansch/update_allowed_fa...
2018-06-19 Oliver SchneiderMerge pull request #2837 from fanzier/panicking_unwrap
2018-06-19 Oliver SchneiderMerge pull request #2844 from illicitonion/default_trai...
2018-06-15 Philipp KronesMerge pull request #2803 from Nemo157/trivially_copy_pa...
2018-06-15 Wim LoomanDogfood new trivially_copy_pass_by_ref lint
2018-06-12 Oliver SchneiderMerge pull request #2839 from mikerite/duration_subsec_pr_2
2018-06-11 Oliver SchneiderMerge pull request #2815 from darArch/master
2018-06-11 Donald RobertsonUpdating docs to reflect more recent changes to expect_...
2018-06-06 Donald RobertsonCombining if statements per lint warnings on build
2018-06-06 Donald RobertsonAmending use of Some with discarded value to use is_some
2018-06-06 Donald RobertsonAdded check to ensure format macro only being handled...
2018-06-06 Oliver SchneiderMerge pull request #2804 from utaal/expr-call-author
2018-06-05 Donald RobertsonExtracting arguments to format to pass directly to...
2018-06-05 Oliver SchneiderMerge pull request #2814 from VKlayd/fn_to_int
2018-06-04 Donald RobertsonReplacing match block with if block as conditional...
2018-06-04 Donald RobertsonAdding handling and tests for custom type with implemen...
2018-06-04 Donald RobertsonEnsuring correct lint message is output for Option...
2018-06-04 Donald RobertsonRemoving unnecessary allow
2018-06-04 Donald RobertsonWarn if non-trivial work is done inside .expect
2018-06-03 Oliver SchneiderMerge pull request #2813 from terry90/master
2018-05-31 Oliver SchneiderMerge pull request #2816 from mockersf/multiple-impl
2018-05-31 Oliver SchneiderMerge pull request #2819 from zayenz/no-op-ref-in-macro
2018-05-30 Oliver SchneiderMerge pull request #2821 from mati865/rust-2018-migration
2018-05-30 Mateusz MikułaRun rustfix
2018-05-18 Oliver SchneiderMerge pull request #2763 from phansch/tasty_ice_cream
2018-05-17 Philipp HanschFix ICE for issue 2594
2018-05-13 Philipp HanschMerge pull request #2754 from phansch/rustup20180513
2018-05-13 Philipp HanschRustup to 2018-05-13
2018-05-12 Philipp HanschMerge pull request #2748 from phansch/explain_how_to_fi...
2018-05-11 Oliver SchneiderMerge pull request #2743 from phansch/rustup20180510
2018-05-11 Philipp HanschRustup to 2018-05-11
2018-04-02 Oliver SchneiderMerge pull request #2608 from mrecachinas/feature/print...
2018-04-02 Oliver SchneiderMerge pull request #2611 from phansch/improve_readme
2018-04-02 Oliver SchneiderMerge pull request #2605 from mikerite/dogfood_target_dir
2018-04-02 Michael WrightMerge branch 'master' into dogfood_target_dir
2018-04-02 Michael WrightFix clippy warning
2018-04-02 Michael WrightFix clippy warning
2018-03-29 Manish GoregaokarMerge pull request #2589 from rust-lang-nursery/rangearg
2018-03-29 Oliver SchneiderMerge pull request #2579 from rust-lang-nursery/lint_au...
2018-03-29 Oliver SchneiderAddress review comments
2018-03-28 Oliver SchneiderCategorize all the lints!
2018-03-26 Oliver SchneiderMerge pull request #2574 from mark-i-m/i128
2018-03-21 llogiqMerge pull request #2561 from mikerite/walk_ptrs_ty_dep...
2018-03-21 Michael WrightMinor refactoring (walk_ptrs_ty_depth)
2018-03-16 Oliver SchneiderMerge pull request #2533 from mati865/dogfood
2018-03-16 Mateusz MikułaApply clippy suggestions
2018-03-15 Oliver SchneiderMerge pull request #2531 from mati865/master
2018-03-15 Mateusz MikułaMerge branch 'miri'
2018-03-13 Oliver SchneiderUpdate to rustc master
2018-03-07 Oliver SchneiderMerge pull request #2483 from kimsnj/infinite_loop
2018-03-05 Oliver SchneiderMerge pull request #2509 from ordovicia/redundant_field...
2018-03-05 Oliver SchneiderMerge pull request #2507 from ordovicia/redundant_field...
2018-03-05 Oliver SchneiderMerge pull request #2493 from bootandy/fix_cow
2018-03-05 Oliver SchneiderMerge pull request #2497 from waywardmonkeys/single...
2018-03-02 Bruce MitchenerFix single_char_pattern for \n, \t, etc.
2018-02-23 Manish GoregaokarMerge branch 'rustup'
2018-02-23 Oliver SchneiderMerge pull request #2471 from bootandy/fix_span2
2018-02-22 bootandyDo not pass Span by reference
2018-02-21 bootandyStop unwanted newlines being applied on unwrap_or
2018-02-20 bootandySimplify creation of span_replace_word
2018-02-19 bootandyFix: point to correct problem part of code
2018-01-29 Manish GoregaokarMerge pull request #2408 from rust-lang-nursery/rustup
2018-01-28 Seiichi UchidaRustup to rustc 1.25.0-nightly (7d6e5b9da 2018-01-27)
2018-01-23 Oliver SchneiderMerge pull request #2362 from flip1995/master
2018-01-22 Oliver SchneiderMerge pull request #2392 from theotherphil/bugfix
2018-01-22 Phil EllisonUse existing match_var function
2018-01-22 Phil EllisonFix unnecessary_fold bug
2018-01-19 Oliver SchneiderMerge pull request #2350 from theotherphil/fold_any
2018-01-19 Oliver SchneiderMerge branch 'master' of github.com:Manishearth/rust...
2018-01-17 Phil EllisonFix typos
2018-01-17 Phil EllisonAdd some reviewer comments
2018-01-17 Phil EllisonRename lint, improve documentation
2018-01-17 Phil EllisonLint on folds implementing .all, .sum and .product
2018-01-17 Oliver SchneiderMerge pull request #2298 from goodmanjonathan/else_if_w...
2018-01-17 Michael WrightMerge branch 'master' into option_option_pr
2018-01-16 Phil EllisonFix error span to play nicely with rustfix
2018-01-16 Oliver SchneiderMerge pull request #2355 from alusch/clone_on_ref_ptr_r...
2018-01-15 Adam LuschAdds the missing turbofish
2018-01-15 Adam LuschMoves `clone_on_ref_ptr` to be a restriction lint
next