From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x32a.google.com (mail-wm1-x32a.google.com [IPv6:2a00:1450:4864:20::32a]) by sourceware.org (Postfix) with ESMTPS id 77E2D3857BB2 for ; Tue, 21 Feb 2023 12:03:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 77E2D3857BB2 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=embecosm.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=embecosm.com Received: by mail-wm1-x32a.google.com with SMTP id p16so851326wmq.5 for ; Tue, 21 Feb 2023 04:03:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; h=content-transfer-encoding:mime-version:reply-to:message-id:date :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=J2RN1u6P/py44SXAZKR1fOW1R/su/HKnSOaAsTDDFr4=; b=cXu8dXNUz1TjSk9t5kXGMnPuTxgMEIqlpbWX1Nv7bdxb1VL50TFyFjkkOLxWsAb5PD joIY5Cue1tFihtNSXKlAQxv5loMfsc43Q7J3sEEBygQUAUzSZ7DhLIECUqKPQcsowJah V0vp0thJ26OmNuGw77AfvCShbIDX+tf7fMu+HemICNyXIg6poF+Y6zQidKv/Utnupvkf rpXvF82D+CPK4eUG3+d4Fv3e11MmpN0OV6gSONbC8TQ9Rgw6RBvSiv5WwQgZ39pSxnIN DbEnT8aIpRY1GghPHBpl846lQuPokmsrqJQ580t7xu9uJzGk5mRhWxpUoAznUZLJHPJ+ xZew== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:reply-to:message-id:date :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=J2RN1u6P/py44SXAZKR1fOW1R/su/HKnSOaAsTDDFr4=; b=yPhQeKjoURzrKkeP9+ny2QE4ORzrgesMV1lhE3D/JYqz8r8VByhMlKrTMdTuT07iHC MWSL1W6jISuEnLx5QxZL0QsHGaZ6EP8aN0ij8Pj2CeFgl8BZ3b7pmRwyGxtDJsBKdw/N wjkDaPRjQmtpqswEj5SF+L3KgPiM966DFlx8raErpK9nLmxK01IaGT9JnWU8yZ/INMQH wCVnpKiV1Sj1YySWnzVf2qoZ2bf4jXcnQjqqf5xCSqM10dw2107PEm4WbpYF3C81LKbS x4tW3CXmyyHtyAsm3ZxadsYRd0Nzcifv+je8i2/ef5jCYd9X8NjMXz1DeYm3CIhV+q+v hj8A== X-Gm-Message-State: AO0yUKWx5X1DdfTOA+j69rBNWssq6aQtpp1hWiYnnOftOxDfKv+hRshh Z0csRK0FlEklC9k41iK3gSV3cu23kjq7C0muEw== X-Google-Smtp-Source: AK7set9z6U+sHOdULGt2w8UpEyO0hSB3hhFdNg1T9PrWy1HdrK21ufow8DjKgzQ4+7DIAscFopwaZQ== X-Received: by 2002:a05:600c:16c5:b0:3df:94c3:4725 with SMTP id l5-20020a05600c16c500b003df94c34725mr9887074wmn.38.1676980988192; Tue, 21 Feb 2023 04:03:08 -0800 (PST) Received: from platypus.localdomain ([62.23.166.218]) by smtp.gmail.com with ESMTPSA id c15-20020adffb4f000000b002c55b0e6ef1sm5013811wrs.4.2023.02.21.04.03.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 21 Feb 2023 04:03:07 -0800 (PST) From: arthur.cohen@embecosm.com To: gcc-patches@gcc.gnu.org Cc: gcc-rust@gcc.gnu.org Subject: Rust front-end update Date: Tue, 21 Feb 2023 13:00:49 +0100 Message-Id: <20230221120230.596966-1-arthur.cohen@embecosm.com> X-Mailer: git-send-email 2.39.1 Reply-To: arthur.cohen@embecosm.com MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-8.4 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi everyone, This series contain the majority of gccrs commits which were present on our GitHub repository but did not have a Changelog entry yet. We have cleaned, rebased, tested and fixed all of these to contain proper Changelog entries as well as DCO signoff for big contributions. All of these commits bootstrap and pass our testsuite on x86_64. Sorry for the amount of commits pushed, but since the project is starting to receive more and more contributions, we thought it was important for GCC contributors to hack on the most recent version of the frontend as well. Since then, we have started enforcing DCO-signoff and Changelog checks on our repository, so such a large push will not happen again. As it stands, there are only 21 commits left in the entire repository which do not have a Changelog entry, and which I'll upstream in the coming days. All the best, Arthur