summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/back
AgeCommit message (Expand)AuthorLines
2024-05-23Rollup merge of #125438 - tbu-:pr_rm_to_string_lossy, r=jieyouxuMatthias Krüger-4/+4
2024-05-23Rollup merge of #124976 - petrochenkov:usedcrates, r=oli-obkMatthias Krüger-1/+1
2024-05-23Remove `#[macro_use] extern crate tracing` from `rustc_codegen_ssa`.Nicholas Nethercote-0/+5
2024-05-23Remove unneeded string conversionTobias Bucher-4/+4
2024-05-22rustc_codegen_llvm: add support for writing summary bitcodeAugie Fackler-0/+9
2024-05-22self-contained linker: retry without -fuse-ld=lld on older GCCsRémy Rakic-0/+21
2024-05-22rustc: Use `tcx.used_crates(())` moreVadim Petrochenkov-1/+1
2024-05-21Auto merge of #124676 - djkoloski:relax_multiple_sanitizers, r=cuviper,rcvallebors-1/+4
2024-05-15Don't link lsan rt if asan or hwasan are enabledDavid Koloski-1/+4
2024-05-03rustc: Don't pass `-fuse-ld=lld` on wasm targetsAlex Crichton-1/+7
2024-04-29Remove `extern crate rustc_middle` from numerous crates.Nicholas Nethercote-0/+5
2024-04-23Auto merge of #121801 - zetanumbers:async_drop_glue, r=oli-obkbors-0/+41
2024-04-22Auto merge of #115120 - icedrocket:ignore-strip-on-msvc, r=michaelwoeristerbors-42/+35
2024-04-19Show files produced by --emit foo in json artifact notificationsMichael Baikov-0/+23
2024-04-17Use non-exhaustive matches for TyKindDaria Sukhonina-1/+1
2024-04-17Rollup merge of #122723 - bjorn3:archive_writer_fixes, r=nnethercoteMatthias Krüger-8/+19
2024-04-17Use the default file permissions when writingbjorn3-8/+19
2024-04-16Rollup merge of #124023 - pacak:less-splody, r=jieyouxuGuillaume Gomez-8/+5
2024-04-16Add simple async drop glue generationzetanumbers-0/+41
2024-04-16Allow workproducts without object files.Michael Baikov-8/+5
2024-04-16Rollup merge of #123721 - madsmtm:fix-visionos, r=davidtwcoGuillaume Gomez-3/+4
2024-04-16Rollup merge of #123687 - bjorn3:ar_archive_writer_0_2_0, r=oli-obkGuillaume Gomez-8/+1
2024-04-16Rollup merge of #121694 - davidtwco:stabilize-relro-level, r=Mark-SimulacrumGuillaume Gomez-1/+1
2024-04-13Auto merge of #123854 - petrochenkov:searchdirs2, r=lqdbors-104/+16
2024-04-13Auto merge of #123656 - lqd:linker-features, r=petrochenkovbors-25/+46
2024-04-12Auto merge of #121430 - madsmtm:mac-catalyst-iOSSupport, r=wesleywiserbors-0/+10
2024-04-12Auto merge of #121426 - madsmtm:remove-cc-syslibroot, r=pnkfelixbors-1/+7
2024-04-12linker: Remove laziness and caching from native search directory walksVadim Petrochenkov-104/+16
2024-04-12make CLI linker features influence the linker flavorRémy Rakic-2/+27
2024-04-12remove some unnecessary lifetimesRémy Rakic-23/+19
2024-04-12linker: Avoid some allocations in search directory iterationVadim Petrochenkov-15/+12
2024-04-10Add `/System/iOSSupport` to the library search path on Mac CatalystMads Marquart-0/+10
2024-04-10visionOS: Fix logic for finding the SDK rootMads Marquart-3/+4
2024-04-09Update ar_archive_writer to 0.2.0bjorn3-8/+1
2024-04-07Auto merge of #123221 - pacak:cache_emit, r=fmease,jieyouxubors-3/+27
2024-04-06Save/restore more items in cache with incremental compilationMichael Baikov-3/+27
2024-04-06Rollup merge of #123467 - dpaoliello:archcoff, r=wesleywiserMatthias Krüger-1/+5
2024-04-05Rollup merge of #121419 - agg23:xrOS-pr, r=davidtwcoGuillaume Gomez-1/+7
2024-04-05Ignore `-C strip` on MSVCicedrocket-42/+35
2024-04-04MSVC targets should use COFF as their archive formatDaniel Paoliello-1/+5
2024-03-28and few moreklensy-6/+6
2024-03-25Rollup merge of #122842 - pacak:explicit_name, r=michaelwoeristerMatthias Krüger-1/+1
2024-03-23Fixed bad formattingAdam Gastineau-4/+2
2024-03-23Fixed builds with modified libcAdam Gastineau-3/+3
2024-03-22Don't emit an error about failing to produce a file with a specific nameMichael Baikov-1/+1
2024-03-20Update comment and remove special-case for Wasm targets which is incompatible...Douglas Young-7/+1
2024-03-20Use MSVC-style escaping when passing a response/@ file to lld on windowsDouglas Young-6/+11
2024-03-19Remove all checks of `IntrinsicDef::must_be_overridden` except for the actual...Oli Scherer-4/+0
2024-03-18Support for visionOSAdam Gastineau-1/+9
2024-03-15Auto merge of #121297 - michaelwoerister:set-pdb-alt-path, r=wesleywiserbors-0/+9