about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa
AgeCommit message (Expand)AuthorLines
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
2022-11-01Rollup merge of #103638 - ia0:multivalue, r=nagisaManish Goregaokar-0/+1
2022-10-31Rewrite implementation of `#[alloc_error_handler]`Amanieu d'Antras-4/+14
2022-10-31[debuginfo] Make debuginfo type names for slices and str consistent.Michael Woerister-13/+13
2022-10-31Rollup merge of #103603 - camsteffen:refactor-lang, r=oli-obkDylan DPC-7/+6
2022-10-31Use `br` instead of `switch` in more cases.Nicholas Nethercote-2/+28
2022-10-29Cleanup weak lang itemsCameron Steffen-7/+6
2022-10-27Add `multivalue` target feature to WASM targetJulien Cretin-0/+1
2022-10-27Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functionsMaybe Waffle-4/+3
2022-10-25Rollup merge of #103511 - nnethercote:bb-tweaks, r=bjorn3Dylan DPC-82/+75
2022-10-25Simplify `cast_shift_expr_rhs`.Nicholas Nethercote-24/+18
2022-10-25Inline and remove `cast_shift_rhs`.Nicholas Nethercote-9/+0
2022-10-25Clarify some cleanup stuff.Nicholas Nethercote-6/+10