Oli Scherer
|
3d88fae050
|
Update ui test crate
|
2023-08-11 14:02:28 +00:00 |
|
Oli Scherer
|
def1705a27
|
Update to a compiletest-rs version that requires //@ for commands
|
2023-04-20 14:44:03 +00:00 |
|
Alex Macleod
|
ecc201253e
|
Wrap transmutes_expressible_as_ptr_casts suggestions in parentheses
|
2023-03-23 18:58:10 +00:00 |
|
Jason Newcomb
|
b38848d8f7
|
Fix suggestion in transmutes_expressible_as_ptr_casts when the source type is a borrow.
|
2023-01-12 16:01:24 -05:00 |
|
lcnr
|
e5ce6d18df
|
rustc_typeck to rustc_hir_analysis
|
2022-09-27 10:37:23 +02:00 |
|
Philipp Krones
|
7d4daaa8fa
|
Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyup
|
2022-07-18 09:39:37 +02:00 |
|
flip1995
|
d1b087fdee
|
Merge commit 'dc5423ad448877e33cca28db2f1445c9c4473c75' into clippyup
|
2022-03-14 12:02:53 +01:00 |
|
flip1995
|
fb0142ae41
|
Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup
|
2022-01-13 13:18:19 +01:00 |
|
flip1995
|
027780ca2c
|
Merge commit '09bd400243ed6f7059fedc0c1623aae3792521d6' into clippyup
|
2020-08-11 17:50:45 +02:00 |
|
Ryan1729
|
873e5f5c19
|
add allow unused_unsafe and allow dead_code
|
2020-08-09 00:39:14 -06:00 |
|
Ryan1729
|
bc8d32d36b
|
fix unary minus on usize and unused variable errors in .fixed file
|
2020-08-09 00:28:56 -06:00 |
|
Ryan1729
|
84db238fa1
|
add a test example of where transmutes_expressible_as_ptr_casts should not suggest anything
|
2020-08-09 00:15:56 -06:00 |
|
Ryan Wiedemann
|
49c7e39d03
|
Apply suggestions from code review
Co-authored-by: Philipp Krones <hello@philkrones.com>
|
2020-08-06 07:57:31 -06:00 |
|
Ryan1729
|
b0c8c7af16
|
add newline to transmutes_expressible_as_ptr_casts.rs
|
2020-08-06 04:49:06 -06:00 |
|
Ryan1729
|
94340d6e17
|
add documentation to functions that call do_check and add a test against lint ordering changing
|
2020-08-06 04:24:25 -06:00 |
|
Ryan1729
|
ccc4747f46
|
get the expected number of errors by acknowledging that other lints are covering the same ground
|
2020-08-06 04:24:25 -06:00 |
|
Ryan1729
|
46ef4e8651
|
write currently failing test for transmutes_expressible_as_ptr_casts
There are 5 errors, when there should be 7.
|
2020-08-06 04:24:24 -06:00 |
|
Ryan1729
|
5e84b8c2fb
|
run cargo dev new_lint then move transmutes_expressible_as_ptr_casts into transmute module
|
2020-08-06 04:24:24 -06:00 |
|