rust/src/librustc_codegen_utils
Nicholas Nethercote 999c1fc281 Remove the equality operation between Symbol and strings.
And also the equality between `Path` and strings, because `Path` is made
up of `Symbol`s.
2019-05-13 09:31:30 +10:00
..
Cargo.toml Remove MetadataOnlyCodegenBackend 2019-03-16 10:54:38 +01:00
codegen_backend.rs Move metadata encoding earlier. 2019-04-30 14:55:10 +10:00
lib.rs Pass a Symbol to check_name, emit_feature_err, and related functions. 2019-05-13 09:29:22 +10:00
link.rs Remove the equality operation between Symbol and strings. 2019-05-13 09:31:30 +10:00
symbol_names.rs rustc(codegen): uncache def_symbol_name prefix from symbol_name. 2019-03-29 07:45:38 +02:00
symbol_names_test.rs Pass a Symbol to check_name, emit_feature_err, and related functions. 2019-05-13 09:29:22 +10:00