..
back
Auto merge of #98098 - bjorn3:archive_refactor, r=michaelwoerister
2022-06-21 16:24:56 +00:00
coverageinfo
add #[rustc_pass_by_value]
to more types
2022-03-08 15:39:52 +01:00
debuginfo
Move/rename lazy::{OnceCell, Lazy}
to cell::{OnceCell, LazyCell}
2022-06-16 19:53:59 +04:00
llvm
Add metadata generation for vtables when using VFE
2022-06-14 14:50:52 +02:00
abi.rs
Add support for emitting functions with coldcc
in LLVM
2022-05-30 00:19:23 -07:00
allocator.rs
Auto merge of #88098 - Amanieu:oom_panic, r=nagisa
2022-03-18 03:01:46 +00:00
asm.rs
Add tmm_reg clobbers
2022-05-16 20:15:06 -04:00
attributes.rs
only_local: always check for misuse
2022-05-10 12:07:35 +02:00
base.rs
Auto merge of #95689 - lqd:self-profiler, r=wesleywiser
2022-04-16 11:43:28 +00:00
builder.rs
Work around llvm 12's memory ordering restrictions.
2022-06-22 14:48:49 +02:00
callee.rs
common.rs
Mark scalar layout unions so that backends that do not support partially initialized scalars can special case them.
2022-04-05 13:18:21 +00:00
consts.rs
Remove crate
visibility usage in compiler
2022-05-20 20:04:54 -04:00
context.rs
rustc_target: Remove some redundant target properties
2022-06-18 01:09:20 +03:00
declare.rs
Remove LLVM attribute removal
2022-02-28 00:02:11 -05:00
intrinsic.rs
rustc_target: Remove some redundant target properties
2022-06-18 01:09:20 +03:00
lib.rs
Fully stabilize NLL
2022-06-03 17:16:41 -04:00
llvm_util.rs
Avoid creating SmallVec
s in global_llvm_features
2022-06-06 18:05:07 +08:00
mono_item.rs
type_.rs
Remove crate
visibility usage in compiler
2022-05-20 20:04:54 -04:00
type_of.rs
Mark scalar layout unions so that backends that do not support partially initialized scalars can special case them.
2022-04-05 13:18:21 +00:00
va_arg.rs
Introduce Bx::switch_to_block
2022-02-24 12:18:21 +01:00
value.rs