]> git.lizzy.rs Git - rust.git/history - clippy_lints
Merge pull request #2963 from commandline/master
[rust.git] / clippy_lints /
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-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-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 Oliver SchneiderRemove use of ty_to_def_id
2018-07-14 Oliver SchneiderIgnore spans when comparing expressions
2018-07-09 Philipp KronesMerge pull request #2902 from mikerite/missing_inline_r...
2018-07-08 Michael WrightRemove duplication in missing_inline
2018-07-07 Manish GoregaokarBump to 0.0.212
2018-07-07 Manish GoregaokarMerge branch 'pr-2889'
2018-07-05 Oliver SchneiderRustup
2018-07-05 Oliver SchneiderMerge pull request #2895 from gnzlbg/lint_no_inline
2018-07-04 gnzlbgrefactor function
2018-07-04 gnzlbgdo not apply lint to executable crate type
2018-07-04 gnzlbgaddress reviews
2018-07-04 gnzlbgadd missing_inline lint
2018-07-03 Oliver SchneiderRustup
2018-07-02 Oliver SchneiderRustup
2018-07-01 Oliver SchneiderRustup
2018-07-01 llogiqMerge pull request #2888 from mikerite/refactor_lifetim...
2018-07-01 Michael WrightUse slightly neater check for static lifetimes
2018-06-29 Georg BrandlFix badly mangled lint message for neg-cmp-op-on-partia...
2018-06-29 Oliver SchneiderVersion bump
2018-06-29 Oliver SchneiderMerge pull request #2880 from mati865/rustup_hir
2018-06-29 Mateusz MikułaBump the version
2018-06-29 Mateusz MikułaRustup
2018-06-28 Mateusz MikułaFix warnings
2018-06-28 Oliver SchneiderMerge pull request #2832 from kennytm/non-copy-const
2018-06-27 Oliver SchneiderMerge pull request #2876 from AVerm/patch-1
2018-06-27 Alex VermillionRemoved placeholder doc-comments
2018-06-26 Manish GoregaokarMerge pull request #2872 from rust-lang-nursery/pedanti...
2018-06-26 Oliver SchneiderMerge pull request #2873 from mati865/edition2018_next_step
2018-06-26 Oliver SchneiderMerge pull request #2849 from mikerite/issue_2741
2018-06-26 Michael WrightMerge branch 'master' into issue_2741
2018-06-25 Philipp KronesMerge pull request #2867 from flip1995/ice-2865
2018-06-25 flip1995Use utils::opt_def_id() instead of def_id() to prevent ICE
2018-06-25 Mateusz MikułaFormat the code
2018-06-25 Mateusz MikułaFix clippy_lints doc-tests
2018-06-25 Mateusz MikułaEnable rust_2018_idioms warning
2018-06-25 Manish GoregaokarMove default_trait_access to pedantic
2018-06-25 Oliver SchneiderVersion bump
2018-06-25 Oliver SchneiderMerge pull request #2871 from flip1995/gen_gen_nightly
2018-06-25 flip1995resolve merge of NameAndSpan and ExpnInfo rust-lang...
2018-06-25 flip1995Fix the tests that got broken by the fixes
2018-06-25 flip1995Resolve conflicts produced by GenericArgs
2018-06-25 flip1995Resolve field, struct and function renaming
2018-06-22 kennytmLint against const items which are interior mutable...
2018-06-21 Oliver SchneiderMerge pull request #2864 from flip1995/issue-2862
2018-06-21 flip1995Check for arguments before accessing the first arg
2018-06-21 Oliver SchneiderMerge pull request #2790 from shnewto/vectors-to-indexi...
2018-06-20 Oliver SchneiderMerge pull request #2859 from 0ndorio/fix/false_positiv...
2018-06-20 Bruno KirschnerAllows neg_cmp_op_on_partial_ord for external macros...
2018-06-20 Philipp HanschMerge pull request #2858 from phansch/update_allowed_fa...
2018-06-19 Shea NewtonRemoving lint for constant `usize` array indexing
2018-06-19 Shea NewtonRevisiting indexing_slicing test cases
2018-06-19 Shea NewtonSecond pass at addressing changes requested
2018-06-19 Shea NewtonThis commit represents an attempt to address changes...
2018-06-19 Shea NewtonRename instances of `array_indexing`
2018-06-19 Shea Newton Extend `indexing_slicing` lint
2018-06-19 Oliver SchneiderMerge pull request #2855 from uHOOCCOOHu/impl-fn-lifetime
next