index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
ui
/
cast.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-05
Add widening tests for `cast_sign_loss` lint
Krishna Veera Reddy
-0
/
+20
2019-12-05
Fix false positive with cast_sign_loss lint
Krishna Veera Reddy
-0
/
+25
2019-10-02
Allow casts from the result of `abs` to unsigned
HMPerson1
-0
/
+5
2019-08-04
Split up cast.rs tests, run-rustfix for unnecessary_cast
Philipp Hansch
-28
/
+0
2019-04-25
Ignore unnecessary cast if inside macro
cemil
-0
/
+12
2019-04-18
Move two cast_lossless tests to their correct files
Philipp Hansch
-6
/
+1
2019-03-14
casting integer literal to float is unnecessary
rink1969
-6
/
+14
2019-01-31
Fix `cast_sign_loss` false positive
Michael Wright
-0
/
+8
2019-01-08
Remove all copyright license headers
Philipp Hansch
-9
/
+0
2018-12-11
tests: revert some changs and add further rustfmt::skip attributes.
Matthias Krüger
-1
/
+2
2018-12-09
rustfmt tests
Matthias Krüger
-6
/
+8
2018-10-11
Stabilize tool lints
Oliver Scherer
-1
/
+1
2018-10-06
Add license header to Rust files
Manish Goregaokar
-0
/
+10
2018-08-29
Adapt ui-tests to the tool_lints
flip1995
-9
/
+9
2018-01-06
Split up casting UI tests
Philipp Hansch
-49
/
+0
2017-10-03
Reduce the hackiness of cargo-clippy
Oliver Schneider
-2
/
+2
2017-09-05
Only strip parens for binary expressions.
Dan Gohman
-1
/
+0
2017-09-05
Add a testcase demonstrating how precedence interacts with the lossless-cast ...
Dan Gohman
-0
/
+1
2017-09-05
When suggesting `from(x)` for lossless casts, strip parens from `x`.
Dan Gohman
-0
/
+2
2017-08-28
Add a lint for lossless casts.
Dan Gohman
-4
/
+33
2017-08-01
Move all our tests back to ui tests
Oliver Schneider
-0
/
+64
2017-05-17
Make most tests an `example` so we can run them one by one
Oliver Schneider
-64
/
+0
2017-05-11
clean tests/ui/cast.rs
Luis de Bethencourt
-13
/
+0
2017-02-16
Suppress lint for unsuffixed number casts
Bood Qian
-3
/
+5
2017-02-15
Add lint for unnecessary casts (cast to same type)
Bood Qian
-0
/
+11
2017-02-08
remove all //~ from tests
Oliver Schneider
-42
/
+42
2017-02-07
rustup and compile-fail -> ui test move
Oliver Schneider
-0
/
+64