]> git.lizzy.rs Git - rust.git/history - CHANGELOG.md
Support `ExprType` (type ascription) comparison
[rust.git] / CHANGELOG.md
2016-09-30 Martin CartonMerge pull request #1248 from Manishearth/rustup2
2016-09-30 mcartonBump to 0.0.92
2016-09-27 Martin CartonMerge pull request #1237 from Manishearth/rustup
2016-09-27 mcartonBump to 0.0.91
2016-09-19 Oliver SchneiderMerge remote-tracking branch 'origin/master' into examples
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-10 mcartonUpdate CHANGELOG
2016-09-10 Martin CartonMerge pull request #1221 from Manishearth/rustup
2016-09-10 mcartonBump to 0.0.90
2016-09-06 Martin CartonMerge pull request #1217 from Manishearth/rustup
2016-09-06 mcartonBump to 0.0.89
2016-09-04 Martin CartonMerge pull request #1215 from Manishearth/rustup
2016-09-04 mcartonBump to 0.0.88
2016-09-02 llogiqMerge pull request #1210 from Manishearth/len_without_i...
2016-09-01 mcartonFix CHANGELOG misdescription of #1207
2016-09-01 mcartonFix typo in CHANGELOG
2016-09-01 mcartonUpdate CHANGELOG
2016-08-31 Martin CartonMerge pull request #1204 from Manishearth/rustup
2016-08-31 mcartonBump to 0.0.87
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-28 Martin CartonMerge pull request #1203 from Manishearth/octal
2016-08-28 mcartonFix FP in `ZERO_PREFIXED_LITERAL` and `0b`/`Oo`
2016-08-28 Martin CartonMerge pull request #1201 from Manishearth/rustup
2016-08-28 mcartonBump to 0.0.86
2016-08-24 llogiqMerge pull request #1189 from Manishearth/easy
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-19 mcartonBump to 0.0.85
2016-08-18 mcartonBump to 0.0.84
2016-08-17 Oliver SchneiderMerge pull request #1173 from oli-obk/never_rustup
2016-08-17 Oliver Schneiderversion bump and changelog update
2016-08-17 llogiqMerge pull request #1170 from Manishearth/travis-gh...
2016-08-17 Manish GoregaokarMerge pull request #1172 from Manishearth/changelog
2016-08-17 mcartonAdd missing lints to CHANGELOG
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-17 Manish GoregaokarMerge pull request #1167 from Manishearth/rustup
2016-08-17 Manish GoregaokarBump to 0.0.82
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-14 Manish GoregaokarBump to 0.0.81
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-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-08-01 Oliver SchneiderMerge pull request #1126 from Manishearth/rustup
2016-07-31 mcartonBump to 0.0.80
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-15 mcartonFix markdown in CHANGELOG
2016-07-12 Oliver Schneiderlint on implementing `visit_string` without also implem...
2016-07-10 Martin CartonMerge pull request #1084 from Manishearth/rustup
2016-07-10 mcartonBump to 0.0.79
2016-07-09 llogiqMerge pull request #1060 from Manishearth/sugg
2016-07-06 mcartonMerge remote-tracking branch 'origin/master' into sugg
2016-07-06 mcartonMention the major sugg. refactoring in CHANGELOG
2016-07-03 mcartonMerge branch 'master' into sugg
2016-07-03 Manish GoregaokarMerge pull request #1067 from Manishearth/pr-991
2016-07-03 mcartonAdd a new `not_unsafe_ptr_arg_deref` lint
2016-07-02 Martin CartonMerge pull request #1054 from Manishearth/rustup
2016-07-02 mcartonBump to 0.0.78
2016-07-01 mcartonMerge remote-tracking branch 'origin/rustup' into sugg
2016-06-30 Manish GoregaokarMerge pull request #1061 from Manishearth/double_neg
2016-06-29 Andre Bogusnew lint: double_neg
2016-06-29 llogiqMerge pull request #1032 from Manishearth/mut_mut
2016-06-29 mcartonUpdate CHANGELOG
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-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 Schneiderunify the lints
2016-06-21 Martin CartonMerge pull request #1012 from Manishearth/nohyg
2016-06-21 mcartonBump to 0.0.77
2016-06-21 Oliver Schneiderupdate lints
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 Martin CartonMerge pull request #1004 from Manishearth/rustup
2016-06-10 mcartonBump to 0.0.76
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-08 llogiqMerge pull request #993 from Manishearth/rustup
next