]> git.lizzy.rs Git - rust.git/history - README.md
formatting
[rust.git] / README.md
2017-01-14 Martin CartonMerge pull request #1443 from Manishearth/deprecate_efs
2017-01-14 Andre Bogusdeprecate extend_from_slice lint
2017-01-10 Oliver SchneiderMerge pull request #1433 from sinkuu/ref
2017-01-09 Martin CartonMerge pull request #1425 from Manishearth/fix-travis
2017-01-09 Oliver SchneiderMerge pull request #1424 from sinkuu/unused_io_amount
2017-01-08 llogiqMerge pull request #1423 from Manishearth/ci
2017-01-07 sinkuuImplement `unused_io_amount` lint
2017-01-06 Oliver SchneiderMerge pull request #1411 from theemathas/forget_ref
2017-01-06 Theemathas Chirana... Update lint documentation using util/update_lints.py
2017-01-05 Andre BogusAdd appveyor badge
2017-01-05 Oliver SchneiderMerge pull request #1414 from samueltardieu/no-short...
2016-12-31 Samuel TardieuAdd a new "short_circuit_statement" lint (fixes #1194)
2016-12-28 Manish GoregaokarMerge pull request #1406 from theemathas/double-parens
2016-12-28 Theemathas Chirana... Update lint documentation using util/update_lints.py
2016-12-21 Oliver SchneiderMerge branch 'master' into allow_deprecated
2016-12-21 Oliver SchneiderMerge pull request #1206 from Manishearth/pub_enum_vari...
2016-12-21 Oliver Schneidersplit pub_enum_variant_names to new lint
2016-12-19 Manish GoregaokarMerge pull request #1345 from EpocSquadron/epocsquadron...
2016-12-19 Manish GoregaokarMerge pull request #1355 from philipturnbull/deref...
2016-11-29 Manish GoregaokarMerge pull request #1369 from durka/no-service
2016-11-28 Alex Burkadon't advertise clippy.bashy.io
2016-11-23 Phil TurnbullLint usage of `*&` and `*&mut`
2016-11-22 Martin CartonMerge pull request #1349 from philipturnbull/extend...
2016-11-20 Daniel S PoulinFurther clarify recommended usage
2016-11-19 Phil TurnbullAdd lint for `string.extend(string.chars())`
2016-11-19 Phil TurnbullAdd lint for `string.extend("str".chars())`
2016-11-19 Daniel S PoulinClarify recco to install as a soft dependency
2016-11-09 Oliver SchneiderMerge pull request #1328 from Machtan/master
2016-11-09 Oliver SchneiderMerge pull request #1312 from devonhollowood/get-unwrap
2016-11-01 Devon HollowoodRun update_lints.py
2016-10-31 Oliver SchneiderMerge pull request #1307 from Kha/partialeq_ne
2016-10-30 Sebastian Ullrichimplement 'Re-implementing `PartialEq::ne`' lint
2016-10-30 Oliver SchneiderMerge pull request #1299 from Manishearth/clippy-toml
2016-10-30 Oliver SchneiderMerge pull request #1296 from Manishearth/features
2016-10-30 Oliver SchneiderMerge pull request #1305 from d-dorazio/1289-lint-for...
2016-10-30 d-dorazioAdd lint for redundant pattern matching in iflet for...
2016-10-24 mcartonRevert "Revert "Automatically defines the `clippy`...
2016-10-14 Manish GoregaokarMerge pull request #1278 from d-dorazio/1112
2016-10-14 d-dorazioSuggest `nth(X)` instead of `skip(X).next()`
2016-10-04 Martin CartonMerge pull request #1257 from KitFreddura/master
2016-10-03 Manish GoregaokarMerge pull request #1255 from Manishearth/cov
2016-10-03 Martin CartonMerge pull request #1256 from Manishearth/allow_map_or
2016-10-02 Kit Fredduraran update
2016-10-02 Kit Fredduraran update
2016-10-02 Andre BogusAllow option_map_unwrap_or(_else)
2016-10-01 Martin CartonMerge pull request #1250 from elliottneilclark/explicit...
2016-10-01 Elliott ClarkRun util/update_lints.py after adding explicit_into_ite...
2016-09-19 Oliver SchneiderMerge remote-tracking branch 'origin/master' into examples
2016-09-15 Manish GoregaokarMerge pull request #1227 from Manishearth/readme_improv...
2016-09-15 Oliver SchneiderList lints at the end of the readme
2016-09-13 Martin CartonMerge pull request #1224 from oli-obk/divergence
2016-09-12 Oliver Schneiderlint diverging expressions that are sub-expressions...
2016-09-02 llogiqMerge pull request #1210 from Manishearth/len_without_i...
2016-09-02 mcartonRestrict `len_without_is_empty` to exported items
2016-08-29 Martin CartonMerge pull request #1200 from killercup/feature/gh...
2016-08-28 llogiqMerge pull request #1199 from Manishearth/shadow-builtin
2016-08-28 mcartonAdd a `builtin_type_shadow` lint
2016-08-24 llogiqMerge pull request #1189 from Manishearth/easy
2016-08-23 mcarton./utils/update_lints.py
2016-08-23 mcartonAdd a `MISSING_DOCS_IN_PRIVATE_ITEMS` lint
2016-08-23 mcartonAdd `zero_prefixed_literal` lint
2016-08-22 llogiqNew cmp_null lint (fixes #1184) (#1186)
2016-08-17 llogiqMerge pull request #1170 from Manishearth/travis-gh...
2016-08-17 Oliver SchneiderMerge pull request #1168 from oli-obk/useless_lint_attr...
2016-08-17 Oliver Schneiderdisallow lint attributes on `use` and `extern crate...
2016-08-17 Oliver SchneiderMerge pull request #1143 from birkenfeld/issue-455
2016-08-16 Georg BrandlLint print!("...\n") (closes #455)
2016-08-16 llogiqMerge pull request #1164 from oli-obk/module_inception
2016-08-16 Oliver Schneiderlint modules that have the same name as their parent...
2016-08-11 Oliver SchneiderMerge pull request #1158 from scurest/evalorder
2016-08-11 scurestAdd lint for reads and writes that depend on evaluation...
2016-08-08 llogiqMerge pull request #1146 from birkenfeld/housekeeping
2016-08-07 Georg BrandlMake lint descriptions short and to the point; always...
2016-08-07 Manish GoregaokarMerge pull request #1145 from birkenfeld/issue-703-2
2016-08-05 Georg BrandlLint literal suffixes not separated by underscores...
2016-08-05 Georg BrandlLint inconsistent casing in hex literals (closes #703)
2016-07-25 Manish GoregaokarMerge pull request #1118 from Manishearth/Manishearth...
2016-07-25 Manish Goregaokarmultirust -> rustup (fixes #1117)
2016-07-20 llogiqMerge pull request #1113 from oli-obk/assign_op
2016-07-20 Oliver Schneiderupdate lints
2016-07-19 Martin CartonMerge pull request #1109 from Manishearth/setup-gh...
2016-07-19 Martin CartonMerge pull request #1108 from Manishearth/setup-gh...
2016-07-19 Martin CartonMerge pull request #1107 from Manishearth/setup-gh...
2016-07-19 mcartonMerge branch 'feature/gh-pages-docs' of https://github...
2016-07-18 llogiqMerge pull request #1093 from oli-obk/serde_specific_lint
2016-07-17 mcartonUpdate README
2016-07-15 mcartonRun `./util/update_lints.py`
2016-07-12 Oliver Schneiderlint on implementing `visit_string` without also implem...
2016-07-09 llogiqMerge pull request #1060 from Manishearth/sugg
2016-07-09 Martin CartonMerge pull request #1080 from sourcefrog/patch-2
2016-07-09 Martin PoolFix Markdown syntax in description of collapsible_if
2016-07-08 Manish GoregaokarMerge pull request #1072 from dashed/patch-1
2016-07-08 Alberto LealAdd note on how to enable the optional dependency
2016-07-06 mcartonMerge remote-tracking branch 'origin/master' into sugg
2016-07-03 mcartonMerge branch 'master' into sugg
2016-07-03 Manish GoregaokarMerge pull request #1067 from Manishearth/pr-991
2016-07-03 mcartonImprove `NOT_UNSAFE_PTR_ARG_DEREF` with functions
2016-07-03 mcartonAdd a new `not_unsafe_ptr_arg_deref` lint
2016-07-01 mcartonMerge remote-tracking branch 'origin/rustup' into sugg
2016-07-01 mcartonUse `utils::sugg` in `ASSIGN_OPS`
next