rust/compiler/rustc_codegen_llvm/src
bors 41507ed0d5 Auto merge of #76964 - RalfJung:rollup-ybn06fs, r=RalfJung
Rollup of 15 pull requests

Successful merges:

 - #76722 (Test and fix Send and Sync traits of BTreeMap artefacts)
 - #76766 (Extract some intrinsics out of rustc_codegen_llvm)
 - #76800 (Don't generate bootstrap usage unless it's needed)
 - #76809 (simplfy condition in ItemLowerer::with_trait_impl_ref())
 - #76815 (Fix wording in mir doc)
 - #76818 (Don't compile regex at every function call.)
 - #76821 (Remove redundant nightly features)
 - #76823 (black_box: silence unused_mut warning when building with cfg(miri))
 - #76825 (use `array_windows` instead of `windows` in the compiler)
 - #76827 (fix array_windows docs)
 - #76828 (use strip_prefix over starts_with and manual slicing based on pattern length (clippy::manual_strip))
 - #76840 (Move to intra doc links in core/src/future)
 - #76845 (Use intra docs links in core::{ascii, option, str, pattern, hash::map})
 - #76853 (Use intra-doc links in library/core/src/task/wake.rs)
 - #76871 (support panic=abort in Miri)

Failed merges:

r? `@ghost`
2020-09-20 11:02:36 +00:00
..
back Add -Z combine_cgu flag 2020-09-09 17:32:23 +10:00
coverageinfo mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
debuginfo Change ty.kind to a method 2020-09-04 17:47:51 +02:00
llvm Move rustllvm into rustc_llvm 2020-09-09 23:05:43 +03:00
abi.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
allocator.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
attributes.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
base.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
builder.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
callee.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
common.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
consts.rs Stop using the const_eval query for initializers of statics 2020-09-19 10:36:36 +02:00
context.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
declare.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
intrinsic.rs Extract some intrinsics out of rustc_codegen_llvm 2020-09-15 23:35:31 +02:00
lib.rs Add -Z combine_cgu flag 2020-09-09 17:32:23 +10:00
llvm_util.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
metadata.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
mono_item.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
type_.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
type_of.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
va_arg.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
value.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00