]> git.lizzy.rs Git - rust.git/history - clippy_lints
Bump to 0.0.137
[rust.git] / clippy_lints /
2017-04-08 Yati SagadeFix lint warnings from dogfooding tests.
2017-04-08 Yati SagadeNeedless continue: This is a complete rewrite of this...
2017-04-07 Oliver SchneiderBump the version
2017-04-07 Oliver SchneiderReintroduce #768 so we can publish
2017-04-07 Oliver SchneiderMerge pull request #1649 from ensch/master
2017-04-06 Oliver SchneiderFix fallout
2017-04-06 Oliver Schneiderfix various rustup failures
2017-04-01 Martin CartonMerge pull request #1652 from pgerber/with
2017-04-01 Peter Gerbercorrect error message for `option_map_unwrap_or_else...
2017-03-31 Enrico SchmitzRemove unused cs parameter for is_macro and friends
2017-03-31 Enrico SchmitzFix src/needless_bool.rs by using ExprBlock(block)...
2017-03-31 Enrico SchmitzFixing src/copies.rs and src/entries.rs by using ExprBl...
2017-03-31 Enrico SchmitzFirst try for a fix for rustc 1.18.0-nightly (5c94997b6...
2017-03-30 Oliver SchneiderMerge pull request #1613 from Manishearth/dont_ref_oper...
2017-03-30 Oliver SchneiderDo some additional cleanup around `InternedString`...
2017-03-30 Oliver SchneiderFix fallout
2017-03-30 Oliver SchneiderDon't create additional references when invoking binary...
2017-03-24 Oliver SchneiderMerge pull request #1575 from tristianc/1537-drop_copy
2017-03-24 Oliver SchneiderFix accidental newline in diagnostic and missing entrie...
2017-03-24 Oliver SchneiderMerge remote-tracking branch 'origin/master' into 1537...
2017-03-24 Oliver SchneiderMerge pull request #1617 from sinkuu/proc_macro_pass_by...
2017-03-24 Oliver SchneiderMerge pull request #1627 from Manishearth/dont-panic
2017-03-21 sinkuuFilter out proc_macro_derive functions (fixes #1615)
2017-03-21 Oliver SchneiderRun rustfmt
2017-03-21 Oliver SchneiderBump the version
2017-03-21 Oliver SchneiderMerge pull request #1634 from ensch/master
2017-03-20 Enrico SchmitzSimplify attr_is_cfg in returns.rs
2017-03-20 Enrico SchmitzFix for rustc 1.17.0-nightly (6eb9960d3 2017-03-19)
2017-03-17 Manish GoregaokarMerge pull request #1629 from Manishearth/typos
2017-03-17 Andre Bogusfix typos
2017-03-17 Oliver SchneiderRun rustfmt
2017-03-17 Oliver SchneiderBump the version
2017-03-16 Andre BogusDon't panic if traits not found
2017-03-16 llogiqMerge pull request #1625 from Manishearth/rustup_catch
2017-03-15 Andre BogusRustup: Add ExprKind::Catch
2017-03-13 Oliver SchneiderRun rustfmt
2017-03-13 Oliver SchneiderBump the version
2017-03-13 Oliver SchneiderMerge pull request #1619 from Techcable/fix/mir_passes
2017-03-13 Oliver Schneiderdon't lint macro_rules! in items_after_statements
2017-03-07 Martin CartonMerge pull request #1610 from Manishearth/no_const_warnings
2017-03-07 Oliver SchneiderDon't lint `nan_cmp` and `zero_ptr` in constants
2017-03-05 Oliver SchneiderMerge pull request #1603 from Manishearth/publish
2017-03-05 Oliver SchneiderMostly apply rustfmt
2017-03-05 Oliver SchneiderBump the version
2017-03-05 Oliver SchneiderMerge pull request #1601 from ensch/master
2017-03-05 Enrico SchmitzCFG::new now wants Body instead of Expr
2017-03-03 Martin CartonMerge pull request #1592 from Manishearth/node_id_to_type
2017-03-03 Oliver SchneiderSimplify `snippet` body by forwarding to `snippet_opt`
2017-03-03 Oliver SchneiderFix single-match-else in the presence of macros express...
2017-03-03 Oliver Schneiderdeduplicate `single_match_else` reporting
2017-03-03 Oliver SchneiderFix ice
2017-03-03 Oliver SchneiderMerge pull request #1589 from sanmai-NL/patch-1
2017-03-03 Sander MaijersAdd ECMAScript to default `doc-valid-idents`
2017-03-02 Oliver SchneiderMerge branch 'master' of github.com:Manishearth/rust...
2017-03-02 Oliver SchneiderBump the version
2017-03-02 Oliver SchneiderMerge pull request #1584 from ensch/master
2017-03-02 Oliver SchneiderFix invalid_upcast_comparisons lint for same size sign...
2017-03-01 Oliver SchneiderAlmost there
2017-03-01 Enrico SchmitzHandle all types in to_const_range
2017-03-01 Enrico SchmitzUse expect instead of unwrap to make clippy happy
2017-03-01 Enrico SchmitzAlso handle ConstFloat::F32 in is_allowed
2017-03-01 Enrico SchmitzUsing to_u128_unchecked and int_type instead of creatin...
2017-03-01 Enrico SchmitzHandle signed types in node_as_const_fullint
2017-03-01 Enrico SchmitzUsing f.unsafety() instead of f.skip_binder().unsafety
2017-03-01 Enrico SchmitzFix wrong life time for all_ranges
2017-03-01 Enrico SchmitzArray lengths are usize, so you need ConstInt::Usize...
2017-03-01 Oliver SchneiderRemove unused import
2017-03-01 Enrico SchmitzFix for rustc 1.17.0-nightly (be760566c 2017-02-28)
2017-02-28 Oliver SchneiderMerge pull request #1581 from Manishearth/cargofix
2017-02-28 Oliver SchneiderBump the version
2017-02-27 Oliver SchneiderMerge branch 'master' into 1537-drop_copy
2017-02-27 Oliver SchneiderMerge pull request #1578 from Manishearth/rustup
2017-02-27 Oliver SchneiderRun rustfmt
2017-02-27 Oliver SchneiderBump the version
2017-02-27 Oliver Schneiderrustup
2017-02-27 Tristian CelestinAdd space between colon and type annotation
2017-02-27 Tristian CelestinMerged drop_forget_ref.rs with drop_forget_copy.rs.
2017-02-26 Tristian CelestinStored linter messages in constants.
2017-02-26 Tristian CelestinMerge branch 'master' into 1537-drop_copy
2017-02-26 Tristian CelestinWarn on calls to `std::mem::drop` or `std::mem::forget...
2017-02-25 llogiqMerge pull request #1573 from sinkuu/len_zero_slice
2017-02-25 sinkuuEnable `len_zero` for slices
2017-02-23 Manish GoregaokarMerge pull request #1572 from steveklabnik/patch-1
2017-02-22 Steve Klabnikupdate semver version
2017-02-22 Oliver SchneiderMerge pull request #1561 from Manishearth/zero_ptr
2017-02-22 Oliver SchneiderMerge pull request #1571 from sinkuu/assert_ne
2017-02-22 sinkuuSuggest `assert_ne` for `assert!(x != y)`
2017-02-21 Andre Bogusfix German keyboard fail
2017-02-21 Oliver SchneiderMerge pull request #1564 from Manishearth/cleanup
2017-02-21 Oliver SchneiderMerge pull request #1491 from Manishearth/into_iter_on_ref
2017-02-21 Oliver SchneiderMerge pull request #1556 from sinkuu/take_by_value
2017-02-21 Oliver Schneiderupdate help message to match the suggestion
2017-02-21 Oliver Schneideradjust messages in tests
2017-02-21 Oliver Schneiderrustfmt
2017-02-21 Oliver Schneidercleanup and create another helper function that we...
2017-02-21 Oliver Schneiderfix explicit_into_iter_loop on references
2017-02-21 sinkuuEnsure deref_span is empty for Vec and String
2017-02-21 sinkuuIntegrate suggestion spans
2017-02-21 sinkuuUse `multispan_sugg`
2017-02-21 Oliver SchneiderMerge pull request #1543 from Manishearth/fix-windows...
next