rust/compiler/rustc_codegen_ssa/src/traits
khyperia c5bc95676b Let backends access span information
Sometimes, a backend may need to emit warnings, errors, or otherwise
need to know the span of the current item in a basic block. So, add a
set_span method to give the backend that information.
2020-10-06 15:39:12 +02:00
..
abi.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
asm.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
backend.rs Implement Make handle_alloc_error default to panic (for no_std + liballoc) 2020-10-02 09:00:29 +02:00
builder.rs Let backends access span information 2020-10-06 15:39:12 +02:00
consts.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
coverageinfo.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
debuginfo.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
declare.rs Remove DeclareMethods 2020-09-18 13:11:59 +02:00
intrinsic.rs Correct file path after some restructures in compiler 2020-09-20 13:48:16 +00:00
misc.rs Remove DeclareMethods 2020-09-18 13:11:59 +02:00
mod.rs Remove DeclareMethods 2020-09-18 13:11:59 +02:00
statics.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
type_.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
write.rs Add -Z combine_cgu flag 2020-09-09 17:32:23 +10:00