rust/compiler/rustc_builtin_macros
Nicholas Nethercote 5b0324fce0 Inline derived hash function.
Because most of the other derived functions are inlined: `clone`,
`default`, `eq`, `partial_cmp`, `cmp`. The exception is `fmt`, but it
tends to not be on hot paths as much.
2023-05-26 06:55:06 +10:00
..
src Inline derived hash function. 2023-05-26 06:55:06 +10:00
Cargo.toml Use GrowableBitSet to store positional indexes in asm! 2023-05-02 16:42:36 +01:00
messages.ftl Migrate offset_of from a macro to builtin # syntax 2023-05-05 21:44:13 +02:00