Files
rust/compiler
Erik Desjardins 8cb0b6ca5b Apply noundef attribute to &T, &mut T, Box<T>, bool
This doesn't handle `char` because it's a bit awkward to distinguish it
from u32 at this point in codegen.

Note that for some types (like `&Struct` and `&mut Struct`),
we already apply `dereferenceable`, which implies `noundef`,
so the IR does not change.
2022-02-05 01:09:52 -05:00
..
2022-01-28 16:56:05 +01:00
2021-12-14 18:50:31 -04:00
2022-02-02 17:11:01 +01:00
2022-02-03 21:45:51 +01:00
2022-02-03 21:45:51 +01:00
2022-02-01 11:21:26 +01:00
2022-01-15 01:16:55 +00:00