]> git.lizzy.rs Git - rust.git/history - README.md
fixed doc nit
[rust.git] / README.md
2016-06-30 Andre Bogusfixed doc nit
2016-06-29 Andre Bogusnew lint: double_neg
2016-06-29 Oliver SchneiderMerge pull request #1057 from Manishearth/1055
2016-06-29 mcartonRevert "Automatically defines the `clippy` feature"
2016-06-28 Oliver SchneiderMerge pull request #1053 from oli-obk/char_float_transmute
2016-06-28 Oliver Schneiderlint on unnecessary and plain wrong transmutes
2016-06-27 Manish GoregaokarMerge pull request #1048 from Manishearth/Manishearth...
2016-06-27 Manish Goregaokarreadme formatting nit
2016-06-24 Manish GoregaokarMerge pull request #1036 from bestouff/patch-1
2016-06-24 Xavier Bestel*latest* nightly
2016-06-24 Xavier BestelSuggest Rust nightly
2016-06-22 Martin CartonMerge pull request #1031 from oli-obk/travis2pointOH
2016-06-22 llogiqMerge pull request #995 from oli-obk/oh_the_horror
2016-06-22 Oliver Schneiderupdate lint doc text
2016-06-22 Oliver Schneiderunify the lints
2016-06-21 Martin CartonMerge pull request #1012 from Manishearth/nohyg
2016-06-21 Oliver Schneiderupdate lints
2016-06-16 Martin CartonMerge pull request #1022 from devonhollowood/extend...
2016-06-16 Devon HollowoodExtend iter_nth lint to work with iter_mut() and VecDeque
2016-06-16 llogiqMerge pull request #994 from oli-obk/stuttter
2016-06-16 Oliver 'ker' Schneiderallow by default
2016-06-16 Martin CartonMerge pull request #1021 from Manishearth/issue1017
2016-06-16 Manish GoregaokarMerge pull request #1016 from devonhollowood/slice...
2016-06-16 Devon HollowoodMake iter_nth work for `Vec`s too
2016-06-16 Devon HollowoodAdd slice_iter_nth lint
2016-06-10 Manish GoregaokarMerge pull request #1002 from Manishearth/issues
2016-06-10 mcartonAdd a issue template and specify a *recent* nightly...
2016-06-09 llogiqMerge pull request #999 from Manishearth/whitelist
2016-06-09 Manish GoregaokarMerge pull request #996 from Manishearth/feature
2016-06-08 mcartonAutomatically defines the `clippy` feature
2016-06-05 Manish GoregaokarMerge pull request #986 from Manishearth/disable-wiki...
2016-06-05 mcartonAdd environment variable to deactivate wiki links
2016-06-04 llogiqMerge pull request #962 from Manishearth/fix-doc
2016-05-29 Manish GoregaokarMerge pull request #814 from Manishearth/let_mut_if
2016-05-29 mcartonAdd a `USELESS_LET_IF_SEQ` lint
2016-05-25 mcartonFix documentation
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-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 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 Oliver Schneidersuggest `a op= b` over `a = a op b`
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 Schneideradd needless_borrow lint
2016-05-08 Manish GoregaokarMerge pull request #906 from Manishearth/birkenfeld...
2016-05-06 llogiqMerge pull request #903 from oli-obk/master
2016-05-06 Oliver Schneiderfix markdown
2016-05-02 Manish GoregaokarMerge branch 'pr-890'
2016-04-30 Manish GoregaokarMerge pull request #889 from Manishearth/fix-887
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-22 Georg BrandlFix grammar.
2016-04-21 Manish GoregaokarMerge pull request #868 from cramertj/master
2016-04-21 Taylor CramerRan script to update README.md
2016-04-21 Taylor CramerChanged std::mem::forget errors to mem::forget
2016-04-20 Taylor CramerTicks around std::mem::forget
2016-04-20 Taylor CramerRan update_lints and updated CHANGELOG.md to reflect...
2016-04-20 Martin CartonMerge pull request #866 from cramertj/master
2016-04-19 Taylor CramerRan update_lints script
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-02 Martin CartonMerge pull request #802 (through #828)
2016-04-02 Taylor CramerInvalid upcast comparison cleanup
2016-04-02 Taylor CramerUpdated lints with script
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 mcartonAddress nits in DOC_MARKDOWN
2016-03-28 mcartonImprove the DOC_MARKDOWN lint
2016-03-28 mcartonAdd a lint for bad documentation formatting
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 CramerRan python lint updater
2016-03-24 Manish GoregaokarMerge pull request #796 from TimNN/patch-1
2016-03-24 Tim NeumannMention running optional clippy dependency with `cargo...
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 Schneiderrefactoring and bugfix
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-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 mcartonDocument the configuration file
next