rust/src/librustc_incremental
bors f71826e8f2 Auto merge of #64303 - nnethercote:avoid-more-Symbol-to-string-operations, r=petrochenkov
Avoid more `Symbol`-to-string operations

These commits avoid various `Symbol`-to-string conversions, by doing more operations directly on `Symbol`s. This requires adding a few more static `Symbol`s to the binary.

r? @petrochenkov
2019-09-12 04:15:27 +00:00
..
persist Fix incremental tests 2019-08-23 21:36:57 -04:00
assert_dep_graph.rs normalize use of backticks in compiler messages for librustc_incremental 2019-07-20 20:57:45 +02:00
assert_module_sources.rs Store InternedStrings in AssertModuleSource::available_cgus. 2019-09-11 11:31:38 +10:00
build.rs Remove licenses 2018-12-25 21:08:33 -07:00
Cargo.toml Upgrade rand to 0.7 2019-09-06 14:45:28 +02:00
lib.rs Deny unused_lifetimes through rustbuild 2019-07-28 18:47:02 +03:00