rust/compiler/rustc_codegen_llvm/src
Matthias Krüger a3b639ce43
Rollup merge of #111647 - klensy:cstr, r=oli-obk
use c literals in compiler and library

Use c literals #108801 in compiler and library

currently blocked on:
* <strike>rustfmt: don't know how to format c literals</strike> nope, nightly one works.
* <strike>bootstrap</strike>

r? `@ghost`
`@rustbot` blocked
2023-06-02 18:12:45 +02:00
..
back use new c literals instead of cstr! macro 2023-05-31 19:40:24 +03:00
coverageinfo Use Option::is_some_and and Result::is_ok_and in the compiler 2023-05-24 14:20:41 +00:00
debuginfo use new c literals instead of cstr! macro 2023-05-31 19:40:24 +03:00
llvm Add SafeStack support to rustc 2023-05-26 15:18:54 -04:00
abi.rs Remove double spaces after dots in comments 2023-01-17 08:09:33 +00:00
allocator.rs use new c literals instead of cstr! macro 2023-05-31 19:40:24 +03:00
asm.rs Rollup merge of #111332 - loongarch-rs:inline-asm, r=Amanieu 2023-05-08 19:41:51 +09:00
attributes.rs Add SafeStack support to rustc 2023-05-26 15:18:54 -04:00
base.rs use new c literals instead of cstr! macro 2023-05-31 19:40:24 +03:00
builder.rs Rollup merge of #111647 - klensy:cstr, r=oli-obk 2023-06-02 18:12:45 +02:00
callee.rs CFI: Fix SIGILL reached via trait objects 2023-05-09 20:04:19 +00:00
common.rs Stop creating intermediate places just to immediate convert them to operands 2023-05-26 15:01:29 +00:00
consts.rs Rollup merge of #111647 - klensy:cstr, r=oli-obk 2023-06-02 18:12:45 +02:00
context.rs Rollup merge of #111647 - klensy:cstr, r=oli-obk 2023-06-02 18:12:45 +02:00
declare.rs CFI: Fix SIGILL reached via trait objects 2023-05-09 20:04:19 +00:00
errors.rs Use translatable diagnostics in rustc_const_eval 2023-06-01 14:45:18 +00:00
intrinsic.rs CFI: Fix SIGILL reached via trait objects 2023-05-09 20:04:19 +00:00
lib.rs use new c literals instead of cstr! macro 2023-05-31 19:40:24 +03:00
llvm_util.rs Create a structure to define the features from to_llvm_features. 2023-05-22 14:46:40 +01:00
mono_item.rs Use is_some_and/is_ok_and in less obvious spots 2023-05-24 14:33:43 +00:00
type_.rs Add cross-language LLVM CFI support to the Rust compiler 2023-05-03 22:41:29 +00:00
type_of.rs Add a distinct OperandValue::ZeroSized variant for ZSTs 2023-05-31 19:10:28 -07:00
va_arg.rs Implement va_list and va_arg for s390x FFI 2022-12-19 21:07:57 +01:00
value.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00