flip1995
|
71131351de
|
Merge commit '984330a6ee3c4d15626685d6dc8b7b759ff630bd' into clippyup
|
2022-04-08 10:06:10 +01:00 |
|
flip1995
|
fb0142ae41
|
Merge commit '97a5daa65908e59744e2bc625b14849352231c75' into clippyup
|
2022-01-13 13:18:19 +01:00 |
|
flip1995
|
488153ff2f
|
Merge commit '953f024793dab92745fee9cd2c4dee6a60451771' into clippyup
|
2021-01-15 10:56:44 +01:00 |
|
Florian Gilcher
|
aa72cac87a
|
Improve cast_ptr_alignment lint
* print alignment in bytes in the lint message
* ignore ZST left-hand types
|
2019-07-09 17:02:26 +02:00 |
|
Philipp Hansch
|
38d4ac7cea
|
Remove all copyright license headers
Discussion previously happened in https://github.com/rust-lang/rust/pull/43498
|
2019-01-08 21:46:39 +01:00 |
|
flip1995
|
d2dbd0b8a5
|
Update *.stderr files
|
2018-12-28 12:41:12 +01:00 |
|
Matthias Krüger
|
38fabcbdf2
|
tests: fix formatting and update test output
fix script one last time™
|
2018-12-27 17:03:53 +01:00 |
|
Matthias Krüger
|
7bcc2cd9c8
|
update test stderr
|
2018-12-10 08:22:07 +01:00 |
|
Manish Goregaokar
|
e9c025ea70
|
Add license header to Rust files
|
2018-10-06 09:43:08 -07:00 |
|
flip1995
|
e9af09c274
|
Adapt the *.stderr files of the ui-tests to the tool_lints
|
2018-08-29 11:08:29 -07:00 |
|
Devon Hollowood
|
f0e09d43c9
|
Make cast_ptr_alignment ignore c_void
|
2018-04-24 11:37:51 -07:00 |
|
Brad Gibson
|
1969d423a7
|
Corrected messaging to warn against less- to more-strictly align types, rather than the other way around. No logic changes required.
|
2018-04-23 10:59:53 -07:00 |
|
Devon Hollowood
|
c6bc682325
|
Fix misaligned_transmute lint
This is done by adding two new lints: cast_ptr_alignment and
transmute_ptr_to_ptr. These will replace misaligned_transmute.
|
2018-04-11 02:17:59 -07:00 |
|