]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/checked_conversions.rs
rustup https://github.com/rust-lang/rust/pull/67455
[rust.git] / clippy_lints / src / checked_conversions.rs
2019-12-04 borsAuto merge of #4879 - matthiaskrgr:rustup_23, r=flip1995
2019-12-04 Matthias KrügerRustup to rust-lang/rust#66878
2019-10-28 flip1995Merge remote-tracking branch 'upstream/rust-1.39.0...
2019-10-28 flip1995Merge remote-tracking branch 'upstream/rust-1.38.0...
2019-10-28 flip1995Merge remote-tracking branch 'upstream/rust-1.36.0...
2019-10-14 borsAuto merge of #4560 - rust-lang:must-use-pure, r=phansch
2019-10-14 Andre Bogusnew lints around `#[must_use]` fns
2019-09-27 borsAuto merge of #4591 - flip1995:rustup, r=flip1995
2019-09-27 flip1995Rustup to rust-lang/rust#64813
2019-08-11 Jeremy StuckiMerge branch 'origin/master' into flat-map
2019-08-05 borsAuto merge of #4338 - flip1995:rollup-9cm4jbr, r=flip1995
2019-08-05 Philipp KronesRollup merge of #4332 - phansch:rustfix_unnecessary_cas...
2019-08-05 Philipp KronesRollup merge of #4331 - phansch:doctests_restriction...
2019-08-05 Philipp KronesRollup merge of #4330 - phansch:doctests_nursery, r...
2019-08-05 Philipp KronesRollup merge of #4329 - phansch:doctests_pedantic,...
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...