about summary refs log tree commit diff
path: root/tests/ui/cast.stderr
AgeCommit message (Expand)AuthorLines
2020-01-08Normalize lint messages in cast_precision_lossYuki Okushi-6/+6
2020-01-07Update stderrsYuki Okushi-16/+16
2019-08-04Split up cast.rs tests, run-rustfix for unnecessary_castPhilipp Hansch-39/+1
2019-04-25Ignore unnecessary cast if inside macrocemil-3/+3
2019-04-18Move two cast_lossless tests to their correct filesPhilipp Hansch-43/+29
2019-03-14casting integer literal to float is unnecessaryrink1969-40/+58
2019-01-31Fix `cast_sign_loss` false positiveMichael Wright-16/+10
2019-01-08Remove all copyright license headersPhilipp Hansch-28/+28
2018-12-28Update *.stderr filesflip1995-28/+28
2018-12-10update test stderrMatthias Krüger-56/+56
2018-10-06Add license header to Rust filesManish Goregaokar-62/+62
2018-08-29Adapt the *.stderr files of the ui-tests to the tool_lintsflip1995-6/+6
2018-01-17Update changed ui testsOliver Schneider-0/+2
2018-01-06Split up casting UI testsPhilipp Hansch-297/+15
2017-10-03Reduce the hackiness of cargo-clippyOliver Schneider-2/+0
2017-09-05Only strip parens for binary expressions.Dan Gohman-55/+49
2017-09-05Add a testcase demonstrating how precedence interacts with the lossless-cast ...Dan Gohman-49/+55
2017-09-05When suggesting `from(x)` for lossless casts, strip parens from `x`.Dan Gohman-49/+55
2017-08-28Add a lint for lossless casts.Dan Gohman-79/+255
2017-08-01Move all our tests back to ui testsOliver Schneider-0/+282
2017-05-17Make most tests an `example` so we can run them one by oneOliver Schneider-302/+0
2017-05-11clean tests/ui/cast.rsLuis de Bethencourt-78/+78
2017-02-16Suppress lint for unsuffixed number castsBood Qian-14/+6
2017-02-15Add lint for unnecessary casts (cast to same type)Bood Qian-0/+32
2017-02-08remove all //~ from testsOliver Schneider-42/+42
2017-02-07rustup and compile-fail -> ui test moveOliver Schneider-0/+278