]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/checked_conversions.rs
Doctests: Enable running doc tests for pedantic lints
[rust.git] / clippy_lints / src / checked_conversions.rs
2019-08-03 Philipp HanschDoctests: Enable running doc tests for pedantic lints
2019-08-01 borsAuto merge of #4314 - chansuke:add-negation-to-is_empty...
2019-08-01 Michael WrightMerge branch 'master' into dev-fmt-20190728
2019-07-31 borsAuto merge of #4313 - Manishearth:owl, r=yaahallo
2019-07-31 borsAuto merge of #4308 - jakubadamw:use-self-variant-scope...
2019-07-31 Jakub WieczorekUpdate all the code to pass the updated `use_self`...
2019-05-27 Philipp KronesRollup merge of #4102 - Urriel:fix/4096_match_same_arms...
2019-05-20 borsAuto merge of #4088 - pJunger:check1, r=oli-obk
2019-05-18 pJungerRemoved symbols again.
2019-05-18 pJungerRemoved unused lifetime.
2019-05-18 pJungerChanged impl to use symbols.
2019-05-18 pJungerAdded suggestion for conversion with is_ok.
2019-05-18 pJungerFixed more lint findings.
2019-05-18 pJungerFixed clippy lints in checked_conversions.rs.
2019-05-18 pJungerAdded lint for TryFrom for checked integer conversion...