]> git.lizzy.rs Git - rust.git/history - clippy_lints/src/transmute.rs
Improve docs
[rust.git] / clippy_lints / src / transmute.rs
2016-07-15 mcartonImprove docs
2016-07-09 llogiqMerge pull request #1060 from Manishearth/sugg
2016-07-06 mcartonAddress PR's comments
2016-07-06 mcartonMerge remote-tracking branch 'origin/master' into sugg
2016-07-04 mcartonUse `sugg::Sugg` in transmute links
2016-07-03 mcartonMerge branch 'master' into sugg
2016-07-01 mcartonUse `utils::sugg` in `FOR_KV_MAP`
2016-07-01 mcartonMerge remote-tracking branch 'origin/rustup' into sugg
2016-07-01 mcartonUse `util::sugg` in `TRANSMUTE_PTR_TO_REF`
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-28 Oliver SchneiderMerge pull request #1050 from Manishearth/fx-1049
2016-06-28 Manish GoregaokarAdd parentheses when necessary in transmute suggestion...
2016-06-27 llogiqMerge pull request #1046 from oli-obk/unify_span_lint_usage
2016-06-27 llogiqMerge pull request #1045 from oli-obk/more_transmutes
2016-06-27 Oliver Schneiderlint transmuting references to pointers
2016-06-27 Oliver Schneiderrefactor transmute lints into a single match
2016-06-10 Martin CartonMerge pull request #1004 from Manishearth/rustup
2016-06-10 mcartonRustup to *1.11.0-nightly (7d2f75a95 2016-06-09)*
2016-05-27 Manish GoregaokarMerge pull request #950 from oli-obk/split3
2016-05-27 Oliver Schneidersplit clippy into lints, plugin and cargo-clippy