Files
rust/compiler/rustc_passes/src
klensy d0cc98689e check_doc_keyword: don't alloc string for emptiness check
check_doc_alias_value: get argument as Symbol to prevent needless string convertions

check_doc_attrs: don't alloc vec, iterate over slice. Vec introduced in #83149, but no perf run posted on merge

replace as_str() check with symbol check

get_single_str_from_tts: don't prealloc string

trivial string to str replace

LifetimeScopeForPath::NonElided use Vec<Symbol> instead of Vec<String>

AssertModuleSource use BTreeSet<Symbol> instead of BTreeSet<String>

CrateInfo.crate_name replace FxHashMap<CrateNum, String> with FxHashMap<CrateNum, Symbol>
2022-04-08 11:45:57 +03:00
..
2021-03-26 09:32:31 -07:00
2022-03-30 15:14:15 -04:00
2022-03-11 13:31:24 +11:00
2022-01-09 13:41:04 -08:00
2022-02-28 15:52:36 -03:00
2022-02-28 15:52:36 -03:00