]> git.lizzy.rs Git - rust.git/history - tests/compile-fail/eq_op.rs
add a companion lint to `no_effect` with suggestions for partially effective statements
[rust.git] / tests / compile-fail / eq_op.rs
2016-05-13 Oliver Schneideradd a companion lint to `no_effect` with suggestions...
2016-03-30 llogiqMerge pull request #790 from oli-obk/bool_opt
2016-03-29 Oliver Schneidermake sure `a < b` and `a >= b` are considered equal...
2016-03-29 Oliver Schneiderfallout and tests
2016-03-29 Oliver Schneiderbetter simplification
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
2016-02-09 Manish GoregaokarMerge branch 'pr-613'
2016-02-08 llogiqMerge remote-tracking branch 'origin/master' into regex...
2016-02-07 llogiqMerge pull request #603 from mcarton/copies
2016-02-07 mcartonAdd `-` and `/` to EQ_OP
2016-02-07 mcartonImprove is_exp_equal
2015-11-14 llogiqMerge pull request #452 from fhartwig/lifetime-false...
2015-11-09 Manish GoregaokarTests shouldn't be executable (fixes #444)
2015-08-27 Manish GoregaokarMerge branch 'pr-228'
2015-08-27 Manish GoregaokarMerge branch 'pr-228'
2015-08-25 Manish GoregaokarMerge pull request #237 from birkenfeld/iter_fix
2015-08-25 Manish GoregaokarMerge pull request #238 from birkenfeld/to_string_fix
2015-08-25 llogiqMerge branch 'master' of https://github.com/Manishearth...
2015-08-25 llogiqMerge pull request #230 from birkenfeld/eq_op_fix
2015-08-25 Manish GoregaokarMerge branch 'master' of github.com:Manishearth/rust...
2015-08-25 Georg Brandleq_op: cut back to expressions that are guaranteed...
2015-08-21 llogiqMerge pull request #212 from Manishearth/eq_op_const
2015-08-21 llogiqconst folding for eq_op
2015-08-17 Manish GoregaokarMerge pull request #184 from Manishearth/identity_op
2015-08-14 llogiqMerge branch 'eta-reduction' of https://github.com...
2015-08-13 Manish GoregaokarMerge pull request #151 from birkenfeld/needless_bool_msg
2015-08-13 Georg Brandlspelling fix, rework needless_bool with snippet (fixes...
2015-08-13 llogiqMerge
2015-08-13 llogiqMerge branch 'const' of https://github.com/Manishearth...
2015-08-13 Manish GoregaokarMerge branch 'pr-149'
2015-08-13 Georg Brandltests: use fragment of lint text for error checking
2015-08-11 Manish GoregaokarMerge pull request #127 from birkenfeld/better-helptext...
2015-08-11 Manish GoregaokarMerge pull request #128 from birkenfeld/whitespace...
2015-08-11 Georg Brandlall: whitespace cleanup
2015-05-15 llogiqMerge pull request #56 from Manishearth/identity_op
2015-05-15 llogiqnew lint: identity_op, refactored bit_masks a bit
2015-04-30 Manish GoregaokarMerge pull request #34 from llogiq/master
2015-04-30 llogiqAdded eq_op and bad_bit_mask from the extra_lints proje...