about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/back
AgeCommit message (Expand)AuthorLines
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
2024-03-15Rollup merge of #121207 - chriswailes:z-external-clangrt, r=michaelwoeristerMatthias Krüger-10/+19
2024-03-14Rollup merge of #117118 - bzEq:aix-linker, r=wesleywiserMatthias Krüger-10/+16
2024-03-14Restore correct version of comment and fix logic bugChris Wailes-5/+5
2024-03-14link.exe: don't embed full path to PDB file in binary.Michael Wörister-0/+9
2024-03-13Split a complex conditional into separate statementsChris Wailes-14/+22
2024-03-13Add `-Z external-sanitizer-runtime`Chris Wailes-0/+1
2024-03-12sess: stabilize relro-levelDavid Wood-1/+1
2024-03-12Change `DefKind::Static` to a struct variantOli Scherer-2/+2
2024-03-11Rollup merge of #117458 - kjetilkjeka:embedded-linker, r=petrochenkovJubilee-5/+119
2024-03-11Rollup merge of #116791 - WaffleLapkin:unparallel-backends, r=oli-obkJubilee-2/+7
2024-03-11LLVM Bitcode Linker: Add as a linker known to the compilerKjetil Kjeka-5/+119
2024-03-08rustc: Fix typoWANG Rui-1/+1
2024-03-06Add arm64ec-pc-windows-msvc targetDaniel Paoliello-29/+34
2024-03-05Adjust wordingKai Luo-1/+1
2024-03-05RebasedKai Luo-0/+15
2024-03-05[AIX] Remove AixLinker's debuginfo() implementationKai Luo-10/+1
2024-03-05Auto merge of #121780 - nnethercote:diag-renaming2, r=davidtwcobors-8/+8
2024-03-05Fix some out-of-date comments.Nicholas Nethercote-4/+4
2024-03-05Rename `DiagnosticMessage` as `DiagMessage`.Nicholas Nethercote-4/+4
2024-03-04Remove some depgraph edges on the HIR by invoking the intrinsic query instead...Oli Scherer-2/+1
2024-03-04Add a scheme for moving away from `extern "rust-intrinsic"` entirelyOli Scherer-0/+5
2024-03-01Add initial support for DataFlowSanitizerRamon de C Valle-0/+8
2024-03-01Rollup merge of #121730 - ecnelises:aix_pgo, r=wesleywiserMatthias Krüger-1/+3
2024-02-29Rollup merge of #121464 - alexcrichton:fix-wasm64, r=wesleywiserMatthias Krüger-50/+46
2024-02-29Rename `DiagCtxt::with_emitter` as `DiagCtxt::new`.Nicholas Nethercote-1/+1
2024-02-28Add profiling support to AIXQiu Chaofan-1/+3
2024-02-28Rename `DiagnosticArg{,Map,Name,Value}` as `DiagArg{,Map,Name,Value}`.Nicholas Nethercote-3/+3
2024-02-28Rename `DiagnosticBuilder` as `Diag`.Nicholas Nethercote-3/+3
2024-02-28Rename `SubDiagnostic` as `Subdiag`.Nicholas Nethercote-1/+1
2024-02-28Rename `Diagnostic` as `DiagInner`.Nicholas Nethercote-3/+3
2024-02-27Auto merge of #121635 - 823984418:remove_archive_builder_lifetime_a, r=nnethe...bors-4/+4
2024-02-26remove useless lifetime of ArchiveBuilder823984418-4/+4
2024-02-23rustc: Fix wasm64 metadata object filesAlex Crichton-50/+46
2024-02-23remove repetitive wordscui fliter-1/+1
2024-02-22Auto merge of #121129 - nnethercote:codegen-Diags, r=estebankbors-29/+61
2024-02-22Remove `SharedEmitterMessage::AbortIfErrors`.Nicholas Nethercote-5/+1
2024-02-22Overhaul `rustc_codegen_ssa::back::write::Diagnostic`.Nicholas Nethercote-22/+58
2024-02-22Overhaul `Diagnostic` args.Nicholas Nethercote-6/+6
2024-02-22Remove redundant `-Wl,-syslibroot`Mads Marquart-1/+7
2024-02-21Rollup merge of #121399 - psumbera:solaris-strip-debug, r=petrochenkovMatthias Krüger-1/+1