]> git.lizzy.rs Git - rust.git/history - clippy_lints
Add an internal lint for FxHashMap/FxHashSet
[rust.git] / clippy_lints /
2018-08-12 Dale WijnandAdd an internal lint for FxHashMap/FxHashSet
2018-08-08 Oliver SchneiderUpdate to rustc master
2018-08-08 Oliver SchneiderMerge pull request #2823 from flip1995/thingies_things
2018-08-08 Nick CameronFix build
2018-08-07 Oliver SchneiderRustup
2018-08-07 Oliver SchneiderMerge pull request #3009 from dwijnand/option-map_or
2018-08-07 Oliver SchneiderMerge pull request #3008 from dwijnand/remove-workaround
2018-08-07 Oliver SchneiderMerge pull request #3010 from mikerite/issue2971
2018-08-07 Oliver SchneiderMerge pull request #3011 from scottmcm/fix-for-impl_hea...
2018-08-07 Scott McMurrayFix the build after https://github.com/rust-lang/rust...
2018-08-07 Michael WrightFix #2971
2018-08-06 Dale WijnandUse Option::map_or
2018-08-06 Dale WijnandRemove #[allow(rust_2018_idioms)] workaround
2018-08-06 Oliver SchneiderMerge pull request #3007 from mikerite/issue3000
2018-08-06 Michael WrightFix #3000
2018-08-06 Philipp HanschMerge pull request #2999 from flip1995/single_char_pattern
2018-08-05 Philipp HanschMerge pull request #2975 from aaudiber/lint-identity...
2018-08-05 Philipp HanschMerge pull request #2991 from mikerite/issue2979
2018-08-04 Manish GoregaokarMerge pull request #3003 from nrc/update
2018-08-04 Nick CameronFix error in `CrateType` in latest Rust
2018-08-03 Manish GoregaokarMerge pull request #3002 from rust-lang-nursery/rustup
2018-08-03 Manish GoregaokarRustup to 59fa6bd6c
2018-08-03 flip1995Fix single_char_pattern lint for escaped chars
2018-08-03 Alex CrichtonFix fallout from rust-lang/rust#52841
2018-08-02 flip1995Replace cfg_attr(rustfmt... thingies
2018-08-02 Philipp KronesMerge pull request #2992 from etaoins/allow-pass-by...
2018-08-02 Alex CrichtonFix breakage from rust-lang/rust#52949
2018-08-02 Manish GoregaokarMake indexing_slicing a restriction lint (fixes #2933)
2018-08-02 Manish GoregaokarMerge pull request #2995 from reujab/master
2018-08-02 reujabremoved colon
2018-08-02 Ryan CummingAllow pass by ref when returning ADT with ref
2018-08-02 Michael WrightFix #2979
2018-08-01 Philipp HanschMerge pull request #2987 from aaudiber/address-build...
2018-08-01 Andrew AudibertAddress build warning
2018-08-01 Philipp HanschMerge pull request #2966 from matthiaskrgr/moar_dogfood
2018-08-01 Philipp HanschMerge pull request #2968 from phansch/first_an_ICE_and_...
2018-08-01 Philipp HanschMerge pull request #2983 from mikerite/fix_warnings_201...
2018-08-01 Michael WrightFix E0502 warnings
2018-07-31 Philipp HanschMerge pull request #2984 from flip1995/single_char_pattern
2018-07-31 flip1995single_char_pattern: lint only on the argument span
2018-07-31 Michael WrightFix unused_mut warning
2018-07-30 Andrew AudibertLint using identity into_iter conversion
2018-07-29 Philipp KronesMerge pull request #2917 from mikerite/issue2894
2018-07-29 Philipp HanschMerge pull request #2959 from chrisduerr/master
2018-07-29 Philipp HanschFix ICE with 'while let (..) = x.iter()'
2018-07-28 Michael WrightAdd `use_self` comment
2018-07-28 Michael WrightMerge branch 'master' into issue2894
2018-07-26 Oliver SchneiderMerge pull request #2963 from commandline/master
2018-07-25 Thomas GideonFix regression in print_literal
2018-07-25 Philipp HanschMerge pull request #2960 from matthiaskrgr/typos
2018-07-25 Philipp HanschMerge pull request #2948 from Nemo157/patch-1
2018-07-25 Matthias Krügerfix a bunch of typos found by codespell
2018-07-25 Matthias KrügerMerge branch 'master' into typos
2018-07-25 Christian DuerrAdd known problem to `needless_borrow` lint
2018-07-25 Michael WrightFix warnings
2018-07-25 Michael WrightMerge branch 'master' into issue2894
2018-07-24 Manish GoregaokarMerge pull request #2952 from dwijnand/upstream-in_exte...
2018-07-24 Dale WijnandInline utils::in_external_macro
2018-07-24 Dale WijnandDelegate utils::in_external_macro to rustc::lint::in_ex...
2018-07-24 Philipp KronesMerge pull request #2951 from etaoins/allow-pass-by...
2018-07-24 Philipp KronesMerge pull request #2953 from dwijnand/misrefactored_as...
2018-07-24 Ryan CummingMerge branch 'master' into allow-pass-by-ref-on-ref...
2018-07-24 Dale WijnandTweak
2018-07-24 Oliver SchneiderMerge pull request #2949 from rust-lang-nursery/preexpa...
2018-07-24 Dale WijnandExpand on misrefactored_assign_op known problems
2018-07-23 Oliver SchneiderRustup
2018-07-23 Ryan CummingWrap comment at 80 columns
2018-07-23 Ryan CummingAdd Known Problem for multiple lifetimes
2018-07-23 Ryan CummingAllow pass by reference if we return a reference
2018-07-22 Oliver SchneiderRewrite the print/write macro checks as a PreExpansionPass
2018-07-21 WimAdd known problem for redundant_closure lint
2018-07-21 Oliver SchneiderDon't invent new magic keywords
2018-07-20 Oliver SchneiderRustup
2018-07-20 Manish GoregaokarMerge branch 'macro-use' into HEAD
2018-07-20 Manish GoregaokarMerge branch 'pr-2939' into HEAD
2018-07-20 Manish GoregaokarUpdate dependencies
2018-07-20 Manish GoregaokarRemove warning
2018-07-20 Manish GoregaokarRemove import of if_chain
2018-07-20 Alexander RegueiroUpdate to nightly
2018-07-19 Philipp KronesMerge pull request #2936 from flip1995/useless_lint_attr
2018-07-19 flip1995Skip useless_attribute lint on allow(unused_imports...
2018-07-19 Manish GoregaokarRemove import of matches
2018-07-19 Manish GoregaokarRemove import of rustc
2018-07-19 Manish GoregaokarRemove import of lazy_static
2018-07-19 Manish GoregaokarRemove import of serde
2018-07-19 Manish GoregaokarTemporarily allow macro_use_extern_crate
2018-07-18 Michael Wrightuse_self: Simplify spanning
2018-07-17 Michael WrightFix use_self regressions
2018-07-17 Michael WrightMerge branch 'master' into issue2894
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 csmoeDeclKind
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-15 Michael WrightFix #2894
2018-07-15 Oliver SchneiderRemove use of ty_to_def_id
2018-07-14 Oliver SchneiderIgnore spans when comparing expressions
next