This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
clippy_lints
/
src
/
transmute
History
Alex Macleod
4f049f5a69
Refactor
FormatArgsExpn
2022-08-19 15:35:26 +00:00
..
crosspointer_transmute.rs
…
mod.rs
Move
TransmutingNull
into
Transmute
lint pass
2022-08-19 10:54:55 -04:00
transmute_float_to_int.rs
…
transmute_int_to_bool.rs
…
transmute_int_to_char.rs
…
transmute_int_to_float.rs
…
transmute_num_to_bytes.rs
…
transmute_ptr_to_ptr.rs
…
transmute_ptr_to_ref.rs
Update TypeVisitor paths
2022-07-06 06:41:53 +01:00
transmute_ref_to_ref.rs
…
transmute_undefined_repr.rs
Allow type erasure using
*const/mut int_type
in
transmute_undefined_repr
2022-08-07 17:58:31 -04:00
transmutes_expressible_as_ptr_casts.rs
…
transmuting_null.rs
Refactor
FormatArgsExpn
2022-08-19 15:35:26 +00:00
unsound_collection_transmute.rs
…
useless_transmute.rs
Update TypeVisitor paths
2022-07-06 06:41:53 +01:00
utils.rs
…
wrong_transmute.rs
…