]> git.lizzy.rs Git - rust.git/history - README.md
Support `ExprType` (type ascription) comparison
[rust.git] / README.md
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`
2016-06-30 Manish GoregaokarMerge pull request #1061 from Manishearth/double_neg
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
next