rust/src/librustc_codegen_llvm/debuginfo
Mazdak Farrokhzad a649b1666c
Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddyb
Remove `InternedString`

This PR removes `InternedString` by converting all occurrences to `Symbol`. There are a handful of places that need to use the symbol chars instead of the symbol index, e.g. for stable sorting; local conversions `LocalInternedString` is used in those places.

r? @eddyb
2019-10-23 22:19:19 +02:00
..
create_scope_map.rs remove indexed_vec re-export from rustc_data_structures 2019-09-29 16:48:31 +00:00
doc.rs Fix incorrect links in librustc_codegen_llvm documentation 2019-03-11 01:11:54 +00:00
gdb.rs Replaces some instances of as *[const | mut] _ with .cast() 2019-10-05 03:48:14 -04:00
metadata.rs Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddyb 2019-10-23 22:19:19 +02:00
mod.rs Convert some InternedStrings to Symbols. 2019-10-21 11:31:02 +11:00
namespace.rs Convert fields within DefPathData from InternedString to Symbol. 2019-10-21 17:17:36 +11:00
source_loc.rs Remove internal mutability from source_locations_enabled 2019-03-29 17:17:12 +01:00
utils.rs librustc_codegen_llvm: deny(elided_lifetimes_in_paths) 2019-02-25 08:40:18 +01:00