rust/src/librustc_codegen_utils
Nicholas Nethercote b557567c35 Remove impls for InternedString/string equality.
`Symbol` received the same treatment in #60630.

Also, we can derive `PartialEq` for `InternedString`.
2019-05-21 20:08:33 +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 Remove impls for InternedString/string equality. 2019-05-21 20:08:33 +10: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