]> git.lizzy.rs Git - rust.git/history - tests/ui/suspicious_arithmetic_impl.rs
Merge pull request #2574 from mark-i-m/i128
[rust.git] / tests / ui / suspicious_arithmetic_impl.rs
2018-03-26 Oliver SchneiderMerge pull request #2574 from mark-i-m/i128
2018-03-20 Oliver SchneiderMerge pull request #2539 from Baelyk/master
2018-03-17 Oliver SchneiderMerge pull request #2545 from flip1995/sus_arith
2018-03-17 flip1995Don't lint comparison operators in arithmetic impls
2018-03-07 Oliver SchneiderMerge pull request #2483 from kimsnj/infinite_loop
2018-03-06 Oliver SchneiderMerge pull request #2511 from flip1995/sus_impl
2018-03-06 flip1995UnNeg and UnNot count as additional operations now
2018-02-23 Manish GoregaokarMerge branch 'rustup'
2018-02-23 Oliver SchneiderMerge pull request #2471 from bootandy/fix_span2
2018-02-21 Oliver SchneiderMerge pull request #2473 from phansch/handle_multiline_...
2018-02-20 Oliver SchneiderMerge pull request #2459 from phansch/mention_how_to_ru...
2018-02-20 Oliver SchneiderMerge pull request #2458 from flip1995/suspicious_impl
2018-02-19 Philipp KronesMerge branch 'master' into suspicious_impl
2018-02-13 flip1995Lint for suspicious implementations of arithmetic std...