From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by sourceware.org (Postfix) with ESMTP id 12EF93853830 for ; Fri, 28 May 2021 03:22:19 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 12EF93853830 Received: from mail-pl1-f200.google.com (mail-pl1-f200.google.com [209.85.214.200]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-229-xnqMStpjNq-snwKIY7nf2Q-1; Thu, 27 May 2021 23:22:15 -0400 X-MC-Unique: xnqMStpjNq-snwKIY7nf2Q-1 Received: by mail-pl1-f200.google.com with SMTP id l9-20020a1709030049b02900f184d9d878so744558pla.16 for ; Thu, 27 May 2021 20:22:15 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=eKtDWf4jPCGozw47wkD0MnztljadbF5rZoR4CEpId9g=; b=B/YCfG8FNLeymFFWHjemwZoGFQp2IYvTqTGqaaQW1SFysPsQ0eHOKLLULRv9Ygyu4n amzAksooNYEgjTjwlGIkPtHr9b3koTiswFnqXitW2LXZ3nPPA5cbLItLJ6iRAQlvYjQf KOec7PP20q/VyMNhMKea+TIt+ZmdyLAYtsc/JgCEq2goJkyGRTdMty43B4o48zNFLsry KmAIv2kWR0czvTvygXVHRNZ0wvnrhAN557m6sS0PzksbaIQMKuIbOdSXBTzveTY74OCq 0DvG+oT2yz3NvcJ83WIjeSdI3O+hvCKryAQVNnxJ7aKhAe4GPIXhW4RsUBpxeW48MfT7 2eGg== X-Gm-Message-State: AOAM530UO7VjpAF1/9AM1iMTKYihYdLvwesMHkACppJv6LkGx9vdJHYh EQJRf7+HRgWUH6UJStnwoE4b0EzOqz+hzQ5CQh6buB2Iu+OJBwieGwiuMhbg3AbV0+jtlmDF57G BJjzhp5CIkvb250KtGX1zpXA= X-Received: by 2002:a65:53c6:: with SMTP id z6mr4781853pgr.185.1622172134321; Thu, 27 May 2021 20:22:14 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyhZ1rncBJdywb5znr15BjoH1CTyfGGMmylRH/qaMO/5nFDpq2bv/eKB8Tm9RqK5EN4TXJB2GhPyKVlvYX3C6o= X-Received: by 2002:a65:53c6:: with SMTP id z6mr4781829pgr.185.1622172133965; Thu, 27 May 2021 20:22:13 -0700 (PDT) MIME-Version: 1.0 References: <5b2057ae-039c-6805-20fe-133df71c120e@embecosm.com> In-Reply-To: <5b2057ae-039c-6805-20fe-133df71c120e@embecosm.com> From: Jason Merrill Date: Thu, 27 May 2021 23:22:03 -0400 Message-ID: Subject: Re: GCC Rust git branch To: Philip Herron Cc: gcc Mailing List , Overseers mailing list X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com X-Spam-Status: No, score=-6.1 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, HTML_MESSAGE, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H4, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=unavailable autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: gcc@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 May 2021 03:22:21 -0000 On Mon, May 24, 2021 at 9:25 AM Philip Herron wrote: > Hi everyone, > > As some of you might know, I have been working on GCC Rust over on > GitHub https://github.com/Rust-GCC/gccrs. As the project is moving > forward and enforcing GCC copyright assignments for contributors, I > would like to create a branch on the GCC git repo to show the intention > to be upstream with GCC someday. > [snip] Separately, some contributors have expressed interest in maintaining the > GCC style communications of using a mailing list and irc. Is it > reasonable for this project to get a rust@gcc.gnu.org? > That makes sense to me; I think overseers@ can help set up a new mailing list. Jason