rust/compiler/rustc_interface
Nicholas Nethercote 75e415ba86 Optimize parse_cfgspecs.
In `parse_cfg`, we now construct a `FxHashSet<String>` directly instead of
constructing a `FxHashSet<Symbol>` and then immediately converting it to a
`FxHashSet<String>`(!)

(The type names made this behaviour non-obvious. The next commit will
make the type names clearer.)
2023-10-28 09:03:51 +11:00
..
src Optimize parse_cfgspecs. 2023-10-28 09:03:51 +11:00
Cargo.toml Remove an unneeded dependency. 2023-10-28 09:03:51 +11:00
messages.ftl Write to stdout if - is given as output file 2023-06-06 17:53:29 -04:00