about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
AgeCommit message (Expand)AuthorLines
2022-11-28Rollup merge of #104360 - petrochenkov:stabverb, r=TaKO8KiDylan DPC-13/+9
2022-11-27Stabilize native library modifier `verbatim`Vadim Petrochenkov-13/+9
2022-11-27Prefer doc comments over `//`-comments in compilerMaybe Waffle-52/+52
2022-11-26Rewrite LLVM's archive writer in Rustbjorn3-2/+220
2022-11-25Rollup merge of #104797 - weihanglo:stream-write-dwp, r=jackh726Matthias Krüger-4/+5
2022-11-24Rollup merge of #104704 - ecnelises:p10vec, r=jackh726Matthias Krüger-0/+1
2022-11-24Properly handle `Pin<&mut dyn* Trait>` receiver in codegenMichael Goulet-6/+24
2022-11-24rustc_codegen_ssa: write `.dwp` in a streaming fashionWeihang Lo-4/+5
2022-11-22Allow power10-vector feature in PowerPCQiu Chaofan-0/+1
2022-11-21Rollup merge of #104605 - RalfJung:clf_consts, r=bjorn3Matthias Krüger-1/+8
2022-11-19deduplicate constant evaluation in cranelift backendRalf Jung-1/+8
2022-11-19Rollup merge of #104001 - Ayush1325:custom-entry, r=bjorn3Dylan DPC-1/+2
2022-11-18rustc_codegen_ssa: Fix for codegen_get_discrMichael Benfield-9/+18
2022-11-17Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-deadbors-6/+6
2022-11-17Auto merge of #103138 - nnethercote:merge-BBs, r=bjorn3bors-338/+414
2022-11-16Rollup merge of #104317 - RalfJung:ctfe-error-reporting, r=oli-obkMatthias Krüger-1/+1
2022-11-16Rollup merge of #104137 - StackDoubleFlow:err-lsc-unsupported, r=bjorn3Matthias Krüger-0/+7
2022-11-16Rollup merge of #103750 - calebzulawski:master, r=workingjubileeMatthias Krüger-0/+3
2022-11-16cleanup and dedupe CTFE and Miri error reportingRalf Jung-1/+1
2022-11-16Merge basic blocks where possible when generating LLVM IR.Nicholas Nethercote-140/+257
2022-11-16Use `&mut Bx` more.Nicholas Nethercote-208/+167
2022-11-15Introduce composite debuginfo.Camille GILLOT-7/+69
2022-11-14Issue error when `-C link-self-contained` option is used on unsupported platf...StackDoubleFlow-0/+7
2022-11-15Auto merge of #104091 - BelovDV:issue-103044, r=petrochenkovbors-15/+40
2022-11-14Wrap bundlen static libraries into object filesDaniil Belov-15/+40
2022-11-13Rollup merge of #104357 - RalfJung:is-sized, r=cjgillotMatthias Krüger-5/+5
2022-11-13Store a LocalDefId in hir::AnonConst.Camille GILLOT-6/+6
2022-11-13add is_sized method on Abi and Layout, and use itRalf Jung-5/+5
2022-11-12Allow actual AVX512-related feature names in the case of some misleading aliasesCaleb Zulawski-0/+3
2022-11-12linker: Link `profiler_builtins` even if it's marked as `NotLinked`Vadim Petrochenkov-3/+4
2022-11-12linker: Support mixing crates built with different values of `-Zpacked_bundle...Vadim Petrochenkov-9/+7
2022-11-12linker: Move some inner functions to the outsideVadim Petrochenkov-133/+127
2022-11-12linker: Simplify linking of `compiler_builtins` and `profiler_builtins`Vadim Petrochenkov-74/+46
2022-11-12linker: Factor out native library linking to a separate functionVadim Petrochenkov-213/+207
2022-11-11Rollup merge of #102215 - alexcrichton:wasm-link-whole-archive, r=estebankManish Goregaokar-2/+2
2022-11-11rustc_codegen_ssa: Better code generation for niche discriminants.Michael Benfield-49/+145
2022-11-11Improve generating Custom entry functionAyush Singh-1/+2
2022-11-09Add constructor for `Diagnostic` that takes `Vec<(DiagnosticMessage, Style)>`SLASHLogin-2/+1
2022-11-09Add `replace_args` method for `rustc_errors::diagnostic::Diagnostic`SLASHLogin-3/+1
2022-11-09Delay diagnostic translation in `rustc_codegen_ssa`SLASHLogin-9/+18
2022-11-07Rollup merge of #104045 - Ayush1325:type_array, r=nikicYuki Okushi-0/+1
2022-11-06Add type_array to BaseTypeMethodsAyush Singh-0/+1
2022-11-05Auto merge of #103691 - michaelwoerister:consistent-slice-and-str-cpp-like-de...bors-13/+13
2022-11-05Rollup merge of #103660 - ozkanonur:master, r=jyn514Dylan DPC-1/+2
2022-11-04improve `filesearch::get_or_default_sysroot` r=ozkanonurOnur Özkan-1/+2
2022-11-04UPDATE - accept dyn error and make Box<dyn error> conform to IntoDiagnosticArgJhonny Bill Mena-22/+21
2022-11-04UPDATE - address PR CommentsJhonny Bill Mena-83/+40
2022-11-04FIX - Migrate missing errors in link.rsJhonny Bill Mena-4/+17
2022-11-04ADD - ExtractBundledLibsError. Migrated extract_bundled_libs to translatable ...Jhonny Bill Mena-19/+90
2022-11-04UPDATE - Complete link.rs migration to new diagnostics infraestructureJhonny Bill Mena-80/+173