]> git.lizzy.rs Git - rust.git/history - src/lib.rs
fallout
[rust.git] / src / lib.rs
2016-08-17 Oliver Schneiderfallout
2016-08-17 Oliver Schneiderplugin mode still needs to work
2016-08-17 Oliver Schneiderrunning cargo clippy on a crate that has the clippy...
2016-06-09 Martin CartonMerge pull request #1000 from Manishearth/doc_whitelist
2016-06-09 llogiqMerge pull request #990 from Manishearth/rustfmt
2016-06-09 mcartonCleanup dependencies and features
2016-05-27 Manish GoregaokarMerge pull request #950 from oli-obk/split3
2016-05-27 Oliver Schneidersplit clippy into lints, plugin and cargo-clippy
2016-05-24 llogiqMerge pull request #938 from Manishearth/fix-876
2016-05-24 Andre BogusSplit `new_without_default` and `new_without_default_de...
2016-05-24 Manish GoregaokarMerge pull request #948 from BenoitZugmeyer/cargo-clipp...
2016-05-23 Benoît ZugmeyerLet cargo-clippy exit with a code > 0 if some error...
2016-05-23 Martin CartonMerge pull request #944 from Manishearth/rustup
2016-05-23 mcartonRustup to *1.10.0-nightly (9c6904ca1 2016-05-18)*
2016-05-18 Manish GoregaokarMerge branch 'pr-942'
2016-05-16 Manish GoregaokarDon't panic if cargo rustc fails
2016-05-16 Martin CartonMerge pull request #934 from Manishearth/allow-upcast
2016-05-16 Manish GoregaokarAllow invalid upcast comparisons
2016-05-13 Martin CartonMerge pull request #928 from oli-obk/unnecessary_operation
2016-05-13 Oliver Schneideradd a companion lint to `no_effect` with suggestions...
2016-05-11 llogiqMerge pull request #913 from oli-obk/assign_ops
2016-05-11 llogiqMerge pull request #915 from Manishearth/sysroot
2016-05-11 llogiqMerge pull request #914 from oli-obk/non_expressive_names
2016-05-11 Manish GoregaokarUse rustc --print sysroot, bump to v66
2016-05-11 Oliver Schneidersuggest `a op= b` over `a = a op b`
2016-05-10 llogiqMerge pull request #911 from cuviper/rustup
2016-05-10 Josh StoneSupport either rustup or multirust environment variables
2016-05-10 Manish GoregaokarMerge pull request #681 from oli-obk/split
2016-05-09 Oliver Schneider`cargo clippy` subcommand
2016-05-09 Martin CartonMerge pull request #884 from oli-obk/needless_ref2
2016-05-09 Oliver Schneiderneedless borrows found in clippy
2016-05-09 Oliver Schneideradd needless_borrow lint
2016-05-02 Manish GoregaokarMerge branch 'pr-890'
2016-04-30 Manish GoregaokarMerge pull request #889 from Manishearth/fix-887
2016-04-30 Andre Bogusfixed tests, added clippy_restrictions lint group
2016-04-30 Andre Bogusfix #887: New lints for integer/floating-point arithmetic
2016-04-23 llogiqMerge pull request #867 from Manishearth/#830
2016-04-23 Manish GoregaokarMerge pull request #870 from Manishearth/fix-722
2016-04-23 Andre Bogusallow items_after_statements by default
2016-04-21 Manish GoregaokarMerge pull request #868 from cramertj/master
2016-04-20 Taylor CramerRan update_lints and updated CHANGELOG.md to reflect...
2016-04-20 Taylor CramerAdded lint for mem_forget
2016-04-20 Martin CartonMerge pull request #866 from cramertj/master
2016-04-19 Taylor CramerRan update_lints script
2016-04-19 Taylor CramerAdded lint for use imports which remove unsafe from...
2016-04-17 llogiqadd neg_multiply lint (#862)
2016-04-17 Martin CartonMerge pull request #861 from birkenfeld/issue859
2016-04-17 Georg BrandlMake if_not_else lint Allow by default (fixes #859)
2016-04-15 Manish GoregaokarMerge pull request #856 from Manishearth/stuffs
2016-04-14 mcartonAdd a `TEMPORARY_CSTRING_AS_PTR` lint
2016-04-08 mcartonRustup to 1.9.0-nightly (bf5da36f1 2016-04-06)
2016-04-04 llogiqMerge pull request #836 from Manishearth/doc
2016-04-04 mcartonFix false positive with `DOC_MARKDOWN` and `32MiB`
2016-04-02 Martin CartonMerge pull request #802 (through #828)
2016-04-02 Taylor CramerUpdated lints with script
2016-04-02 Taylor CramerInitial attempt at linting invalid upcast comparisons
2016-03-31 Martin CartonMerge pull request #821 from mcarton/rustup
2016-03-31 mcartonRustup to 1.9.0-nightly (30a3849f2 2016-03-30)
2016-03-30 llogiqMerge pull request #790 from oli-obk/bool_opt
2016-03-30 Oliver Schneidermake `nonminimal_bool` allow-by-default
2016-03-29 Oliver Schneiderupdate lints
2016-03-29 Oliver Schneiderbetter simplification
2016-03-28 llogiqMerge pull request #780 from mcarton/doc
2016-03-28 mcartonAdd a lint for bad documentation formatting
2016-03-28 mcartonFix some spelling mistakes here and there
2016-03-28 llogiqMerge pull request #801 from mcarton/transmute
2016-03-28 mcartonLint transmute from ptr to ref
2016-03-24 llogiqMerge pull request #797 from cramertj/master
2016-03-24 Taylor CramerAdded crosspointer transmute error and tests
2016-03-24 Manish GoregaokarMerge pull request #795 from mcarton/deprecated
2016-03-24 mcartonDeprecates 4 lints
2016-03-21 Manish GoregaokarMerge pull request #727 from oli-obk/similar_names
2016-03-18 Oliver Schneiderimprove needless_bool to catch odd construct in non_exp...
2016-03-18 Oliver Schneidermake single char names threshold configurable
2016-03-18 Oliver Schneiderrefactor for speed
2016-03-18 Oliver Schneiderlint on too many single character bindings
2016-03-18 Oliver Schneiderlint on binding-names that are too similar
2016-03-15 Martin CartonMerge pull request #769 from oli-obk/rustup
2016-03-15 Manish GoregaokarUpdate to rustc 1.9.0-nightly (6d215fe04 2016-03-14)
2016-03-13 Manish GoregaokarMerge pull request #698 from mcarton/conf
2016-03-12 mcartons/Clippy.toml/clippy.toml
2016-03-12 mcartonLint function with too many arguments
2016-03-12 mcartonDon’t make conf errors fatal errors
2016-03-12 mcartonmv src/conf.rs src/utils
2016-03-12 mcartonAdd a `BLACKLISTED_NAME` lint
2016-03-12 mcartonAdd configuration variables to wiki
2016-03-12 mcartonUse configuration in the `TYPE_COMPLEXITY` lint
2016-03-12 mcartonStart implementing a configuration file
2016-03-11 mcartonMerge branch 'aochagavia-indexing_slicing'
2016-03-11 mcartonSmall nits on INDEXING_SLICING
2016-03-11 Adolfo OchagavíaLint against indexing and slicing
2016-03-11 Manish GoregaokarMerge pull request #742 from ctjhoa/master
2016-03-09 Manish GoregaokarMerge pull request #730 from mcarton/unused-labels
2016-03-08 mcartonLint types with `fn new() -> Self` and no `Default...
2016-03-08 mcartonLint unused labels
2016-03-08 llogiqMerge pull request #741 from martiansideofthemoon/blastoise
2016-03-07 KALPESH KRISHNALinting classical overflow checks.
2016-03-05 Manish GoregaokarMerge branch 'pr-737'
2016-03-05 KALPESH KRISHNAWarn about calling a closure in the same expression...
2016-02-29 Manish GoregaokarMerge pull request #725 from oli-obk/swap_if_arms
next