about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src
AgeCommit message (Expand)AuthorLines
2025-09-26Rollup merge of #146704 - jdonszelmann:port-debug-visualizer, r=petrochenkovMatthias Krüger-2/+2
2025-09-23Rollup merge of #146784 - dpaoliello:findmsvc, r=wesleywiserMatthias Krüger-6/+5
2025-09-23Auto merge of #146317 - saethlin:panic=immediate-abort, r=nnethercotebors-5/+5
2025-09-22Rollup merge of #146795 - alexcrichton:wasm-limit-rdylib-exports, r=bjorn3Guillaume Gomez-0/+5
2025-09-21port `#[debugger_visualizer]` to the new attribute systemJana Dönszelmann-2/+2
2025-09-21Add panic=immediate-abortBen Kimock-5/+5
2025-09-21Rollup merge of #146793 - folkertdev:naked-asm-func-end, r=AmanieuStuart Cook-0/+6
2025-09-19Enable `limit_rdylib_exports` on wasm targetsAlex Crichton-0/+5
2025-09-19naked_asm: emit a label starting with `func_end`Folkert de Vries-0/+6
2025-09-19[win] Use find-msvc-tools instead of cc to find the linker and rc on WindowsDaniel Paoliello-6/+5
2025-09-19Rollup merge of #146229 - Hayden602:issue-142796-fix, r=ZuseZ4Stuart Cook-4/+0
2025-09-18Set lto="fat" automatically when compiling with RUSTFLAGS="-Zautodiff=Enable".Haidong Zhang-4/+0
2025-09-18Rollup merge of #146664 - fmease:clean-up-dyn, r=jdonszelmannStuart Cook-6/+4
2025-09-17Rollup merge of #146564 - cjgillot:mir-nolen, r=scottmcmStuart Cook-24/+1
2025-09-17Rollup merge of #145660 - jbatez:darwin_objc, r=jdonszelmann,madsmtm,tmandryStuart Cook-0/+6
2025-09-17Remove `DynKind`León Orell Valerian Liehr-6/+4
2025-09-16Remove Rvalue::Len.Camille Gillot-24/+1
2025-09-16Update the FIXME comments in the generic three_way_compareJosh Stone-8/+11
2025-09-16Update the minimum external LLVM to 20Josh Stone-36/+32
2025-09-16Rollup merge of #146402 - RalfJung:aggregate-init, r=saethlinStuart Cook-1/+10
2025-09-13initial implementation of the darwin_objc unstable featureJo Bates-0/+6
2025-09-13Auto merge of #145186 - camsteffen:assoc-impl-kind, r=petrochenkovbors-12/+4
2025-09-12Introduce trait_item_ofCameron Steffen-12/+4
2025-09-12Add --print target-spec-json-schemaNoratrieb-1/+1
2025-09-12Rollup merge of #144549 - folkertdev:va-arg-arm, r=saethlinStuart Cook-1/+5
2025-09-10clarify current MIR semantics re: overlapping assignmentRalf Jung-1/+10
2025-09-07Rollup merge of #146209 - bjorn3:lto_refactors5, r=dianqkMatthias Krüger-33/+22
2025-09-07Rollup merge of #146254 - yotamofek:pr/itertools-all-equal-value, r=cjgillotMatthias Krüger-15/+12
2025-09-06Move timers into execute_*_work_itembjorn3-27/+20
2025-09-06Remove want_summary argument from prepare_thinbjorn3-5/+2
2025-09-06Remove thin_link_data method from ThinBufferMethodsbjorn3-1/+0
2025-09-06Ensure fat LTO doesn't merge everything into the allocator modulebjorn3-1/+4
2025-09-06Make the allocator shim participate in LTO againbjorn3-26/+39
2025-09-05Use `Itertools::all_equal_value()` where applicableYotam Ofek-15/+12
2025-09-05remove couple of clonesMatthias Krüger-1/+1
2025-09-04Special case allocator module submission to avoid special casing it elsewherebjorn3-120/+70
2025-09-04Ensure the allocator shim never participates in LTObjorn3-18/+13
2025-09-04Export __rdl_* symbols to the allocator shim when doing LTObjorn3-0/+14
2025-09-04Rollup merge of #145962 - bjorn3:linkage_fixes, r=WaffleLapkinStuart Cook-39/+82
2025-09-04Rollup merge of #145932 - JamieCunliffe:target-feature-inlining, r=jackh726Stuart Cook-1/+8
2025-09-03Auto merge of #146133 - rcvalle:rust-cfi-fix-145981, r=bjorn3bors-1/+12
2025-09-03explicitly start `va_list` lifetimeFolkert de Vries-1/+5
2025-09-02Revert "Make `lto` and `linker-plugin-lto` work the same for `compiler_builti...Ramon de C Valle-1/+12
2025-09-02Auto merge of #146059 - folkertdev:va-end-lifetime, r=saethlinbors-0/+3
2025-08-31explicitly end `va_list` lifetimeFolkert de Vries-0/+3
2025-08-29Move to 0.50.1Daniel Paoliello-9/+11
2025-08-29Update to ar_archive_writer 0.5.1Daniel Paoliello-2/+4
2025-08-29Correctly handle different crate types disagreeing if the allocator shim is e...bjorn3-29/+46
2025-08-29Fix typo in commentbjorn3-1/+1
2025-08-29Ensure we emit an allocator shim when only some crate types need onebjorn3-9/+35