rust/src/librustc_codegen_ssa/traits
Nicholas Nethercote 2da7a9c0d9 Use Symbol for codegen unit names.
This is a straightforward replacement except for two places where we
have to convert to `LocalInternedString` to get a stable sort.
2019-10-21 18:30:40 +11:00
..
abi.rs removes AbiMethods 2019-05-14 21:23:01 +05:30
asm.rs Remove SyntaxContext from {ast, hir}::{GlobalAsm, InlineAsm} 2019-08-17 09:12:32 +01:00
backend.rs Use Symbol for codegen unit names. 2019-10-21 18:30:40 +11:00
builder.rs s/FuncId/Function 2019-10-13 14:35:14 +02:00
consts.rs Remove is_const_integral method from ConstMethods 2019-10-13 14:35:14 +02:00
debuginfo.rs s/FuncId/Function 2019-10-13 14:35:14 +02:00
declare.rs s/FuncId/Function 2019-10-13 14:35:14 +02:00
intrinsic.rs Add llvm.sideeffect to potential infinite loops and recursions 2019-09-28 04:45:08 +08:00
misc.rs Remove MiscMethods::instances 2019-10-13 14:43:57 +02:00
mod.rs s/FuncId/Function 2019-10-13 14:35:14 +02:00
statics.rs Remove LocalInternedString uses from librustc_codegen_llvm. 2019-09-04 14:23:45 +10:00
type_.rs Rename sty to kind 2019-09-25 15:50:04 +01:00
write.rs Replace TimeLine with SelfProfiler 2019-03-10 11:10:55 -04:00