rust/src/librustc_codegen_utils
Mazdak Farrokhzad a0b4b4dafa
Rollup merge of #65776 - nnethercote:rename-LocalInternedString-and-more, r=estebank
Rename `LocalInternedString` and more

This PR renames `LocalInternedString` as `SymbolStr`, removes an unnecessary `impl` from it, improves comments, and cleans up some `SymbolStr` uses.

r? @estebank
2019-11-06 07:03:01 +01:00
..
symbol_names Rollup merge of #65776 - nnethercote:rename-LocalInternedString-and-more, r=estebank 2019-11-06 07:03:01 +01:00
Cargo.toml Remove unused dependencies 2019-09-23 15:25:00 +09:00
codegen_backend.rs rustc: Add a convenience alias for dyn MetadataLoader + Sync 2019-10-24 20:51:33 +03:00
lib.rs Add top level provide/provide_extern to cg_ssa and cg_utils 2019-10-13 14:43:58 +02:00
link.rs normalize use of backticks for compiler messages in librustc_codegen 2019-07-08 00:54:38 +02:00
symbol_names.rs Change SymbolName::name from InternedString to Symbol. 2019-10-21 18:30:32 +11:00
symbol_names_test.rs Remove LocalInternedString uses from librustc/ty/. 2019-09-04 14:23:30 +10:00