rust/compiler/rustc_codegen_ssa/src
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
..
back Instruct lld that our @ files are posix-style, not Windows 2020-10-05 08:01:44 -04:00
coverageinfo Updates to experimental coverage counter injection 2020-10-05 08:02:58 -07:00
debuginfo Simplify some match statements on `DefPathDataName' 2020-09-25 22:46:15 +01:00
mir Let backends access span information 2020-10-06 15:39:12 +02:00
traits Let backends access span information 2020-10-06 15:39:12 +02:00
base.rs Implement Make handle_alloc_error default to panic (for no_std + liballoc) 2020-10-02 09:00:29 +02:00
common.rs Remove unused #[allow(...)] statements from compiler/ 2020-09-26 01:25:55 +02:00
glue.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
lib.rs Move target feature whitelist from cg_llvm to cg_ssa 2020-10-04 11:49:00 +02:00
meth.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
mono_item.rs ty: remove obsolete printer 2020-08-30 18:59:07 +01:00
target_features.rs Move target feature whitelist from cg_llvm to cg_ssa 2020-10-04 11:49:00 +02:00