1
Fork 0
rust/compiler/rustc_const_eval/src
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
..
const_eval Use translatable diagnostics in rustc_const_eval 2023-06-01 14:45:18 +00:00
interpret Use 128 bits for TypeId hash 2023-06-04 08:34:48 -07:00
transform Use translatable diagnostics in rustc_const_eval 2023-06-01 14:45:18 +00:00
util Remove const eval limit and implement an exponential backoff lint instead 2023-05-31 10:24:17 +00:00
errors.rs fix diagnostic message 2023-06-01 14:45:19 +00:00
lib.rs Use translatable diagnostics in rustc_const_eval 2023-06-01 14:45:18 +00:00