]> git.lizzy.rs Git - rust.git/history - tests/compile-fail/cast.rs
add a companion lint to `no_effect` with suggestions for partially effective statements
[rust.git] / tests / compile-fail / cast.rs
2016-05-13 Oliver Schneideradd a companion lint to `no_effect` with suggestions...
2016-02-12 llogiqMerge pull request #637 from mcarton/debug
2016-02-11 Manish GoregaokarMerge pull request #651 from oli-obk/improve_no_effect
2016-02-11 Oliver Schneiderimprove the `no_effect` lint
2015-11-14 llogiqMerge pull request #452 from fhartwig/lifetime-false...
2015-11-09 Manish GoregaokarTests shouldn't be executable (fixes #444)
2015-09-30 Manish GoregaokarMerge pull request #351 from Wafflespeanut/while_let
2015-09-28 Georg Brandlall: remove trailing spaces
2015-08-25 Manish GoregaokarMerge branch 'master' of github.com:Manishearth/rust...
2015-08-24 llogiqMerge pull request #226 from birkenfeld/fixes
2015-08-24 llogiqMerge pull request #220 from Robzz/cast_iusize_improvements
2015-08-22 R.ChavignatMerge branch 'master' into cast_iusize_improvements
2015-08-22 R.ChavignatCompleted the implementation of *size handling.
2015-08-22 R.ChavignatUpdated test case for cast lints.
2015-08-22 R.ChavignatCasts : work in progress handling *size separately
2015-08-21 llogiqMerge pull request #212 from Manishearth/eq_op_const
2015-08-21 llogiqMerge pull request #208 from Robzz/iss114
2015-08-21 R.ChavignatAdded support for isize/usize in the CastPass lint...
2015-08-20 R.ChavignatReworked the error messages for more heplfulness.
2015-08-19 R.ChavignatInitial implementation of lossy cast lints.