Thom Chiovoloni 9e5573a0d2
Use 128 bits for TypeId hash
- Switch TypeId to 128 bits
- Hack around the fact that tracing-subscriber dislikes how TypeId is hashed
- Remove lowering of type_id128 from rustc_codegen_llvm
- Remove unnecessary `type_id128` intrinsic (just change return type of `type_id`)
- Only hash the lower 64 bits of the TypeId
- Reword comment
2023-06-04 08:34:48 -07:00
..
2023-05-25 16:43:14 +00:00
2023-06-04 08:34:48 -07:00
2023-04-06 09:34:16 +01:00
2023-04-27 08:35:19 +01:00
2023-02-20 15:08:05 +01:00