From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1643) id B69BE3898C66; Thu, 6 Oct 2022 20:06:13 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B69BE3898C66 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gcc.gnu.org; s=default; t=1665086773; bh=cwyYhCzJCBJ0PwZWEKa1rg9QHFNfWk9gt3HkEJyALZQ=; h=From:To:Subject:Date:From; b=SpXfc8XEyioUd6HDDI6u67mPQoChEKA1UoXyQRfAE9hJFqX2ZpAUfBNldUY/xtzIV aBzu62jLdLqWLJubEBiNcsyiCDTm3IwOpicmT8A3dTavpc8XiigPSpVs58/vvrCbqN pRJSz4Qi7/RHNTURx3wtG+HWRBup1LGX7YnjjSWc= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Thomas Schwinge To: gcc-cvs@gcc.gnu.org Subject: [gcc/devel/rust/master] Merge #1564 X-Act-Checkin: gcc X-Git-Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com> X-Git-Refname: refs/heads/devel/rust/master X-Git-Oldrev: 6e0ba5f8a58fc4fc70818162ca560c4b94df3688 X-Git-Newrev: adaf4561d63f08714f8c289bef0f4c5649fb6829 Message-Id: <20221006200613.B69BE3898C66@sourceware.org> Date: Thu, 6 Oct 2022 20:06:13 +0000 (GMT) List-Id: https://gcc.gnu.org/g:adaf4561d63f08714f8c289bef0f4c5649fb6829 commit adaf4561d63f08714f8c289bef0f4c5649fb6829 Merge: 6e0ba5f8a58 a8b1f98f832 Author: bors[bot] <26634292+bors[bot]@users.noreply.github.com> Date: Thu Oct 6 11:09:18 2022 +0000 Merge #1564 1564: builtins: Move implementation into source file r=CohenArthur a=CohenArthur Co-authored-by: Arthur Cohen Diff: gcc/rust/Make-lang.in | 1 + gcc/rust/backend/rust-builtins.cc | 143 ++++++++++++++++++++++++++++++++++++++ gcc/rust/backend/rust-builtins.h | 120 ++++---------------------------- 3 files changed, 156 insertions(+), 108 deletions(-)