Ben Kimock
|
5a93a59fd5
|
Distinguish between library and lang UB in assert_unsafe_precondition
|
2024-03-08 18:53:58 -05:00 |
|
Gurinder Singh
|
beac5b12aa
|
Fix typo in comment
|
2024-03-01 08:14:42 +05:30 |
|
Gurinder Singh
|
633c92cd6d
|
Do not const pop unions
as they can made to produce values whose types don't
match their underlying layout types which can lead to
ICEs on eval
|
2024-02-26 15:22:22 +05:30 |
|
Gurinder Singh
|
42c4df01a8
|
Rename ConstPropLint to KnownPanicsLint
It is a clearer name because it communicates what the lint does
instead of the underlying mechanism it uses (const propagation).
|
2024-02-20 07:41:48 +05:30 |
|