From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pl1-f180.google.com (mail-pl1-f180.google.com [209.85.214.180]) by mx.groups.io with SMTP id smtpd.web08.27533.1659373327941354211 for ; Mon, 01 Aug 2022 10:02:08 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20210112 header.b=fbF6JUSd; spf=pass (domain: gmail.com, ip: 209.85.214.180, mailfrom: ayushdevel1325@gmail.com) Received: by mail-pl1-f180.google.com with SMTP id m2so4253774pls.4 for ; Mon, 01 Aug 2022 10:02:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:subject:from:cc:to:content-language :user-agent:mime-version:date:message-id:from:to:cc; bh=pgpWyQKwnhWTsByH/9lrKVkwXlCQlkRC6Rd2gSCynkg=; b=fbF6JUSd44oKGKkhvDmCiwrE1SpopsvQnC1KU7LFQOVAu2hUJSvRVF5Uzmxw4rBqya riIDM4hvonUgW9OCwLWcLI07BiJpUnVSzl18xGiXNlV2D7TSK9Rru23UR5MQK58rvqZC thvGc9dBrZuNT9julnqY16oME705nf3O79CDq5Dq2Cz11ZfEK6e5THlw68gYSfodtwIe 8BUP2fZgfHUdH9vDMmWRMoxYHlTBL9FAtL4lqI7PRhxqU8DHEwmXHCFpUZ1kR+ZnHQSn qIl+etA7Xm+KScoInfvzdViZqPQuuXn1Lf/WUR4r2VAIvqySARKR8IEJ06RGPTEA9Ais 1ddA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:subject:from:cc:to:content-language :user-agent:mime-version:date:message-id:x-gm-message-state:from:to :cc; bh=pgpWyQKwnhWTsByH/9lrKVkwXlCQlkRC6Rd2gSCynkg=; b=eGZHY9hy8UkE4bLXvkY8vRq1damCRDdzEeH6bxoNI68Tx3rRY5zPOREeHBooSn+463 tS+0LRJK5dgusAgR/8YKKmQppUITjynzdM9rPXTmr3R0gu1w3LThC87+FZFDSjAtdgIb VpCclnXK1vfW13xcJ+AvPm6xUODO1xHBDsU71Tng5hYPANpHuiOXrIJQhiAgc6vYN/+t 4Qab63lAds5QP7sEtkle46xGAs2kuTbv+a4y6LWtiLAnLhpsJ+8ivDhoFyNq/EbjJj1f 7En/DgF+o2xUGsKpysWZIVDYinj15dPMS0xN2oH8LOj0S7cSZInce3uWBc/1KOFOalcy 4iyA== X-Gm-Message-State: ACgBeo11QPn9xgko++mqswoI+dQrp1uVV+qhlJq8p8FHxvmxDkQikY7m YzoPJSszmgstJ2m3T3wwDKKqP4uCwN0= X-Google-Smtp-Source: AA6agR6NHsUXJkLabFndZYtn3H96Jc0PuvDQuihCIPBg+fSlHk02dJVd9uYrwdJ/GhPFPjJJdo4mZg== X-Received: by 2002:a17:902:6a81:b0:16b:d807:9acd with SMTP id n1-20020a1709026a8100b0016bd8079acdmr16970964plk.40.1659373326953; Mon, 01 Aug 2022 10:02:06 -0700 (PDT) Return-Path: Received: from ?IPV6:2401:4900:1f3e:17ce:2380:94ae:b852:be4? ([2401:4900:1f3e:17ce:2380:94ae:b852:be4]) by smtp.gmail.com with ESMTPSA id i10-20020a056a00004a00b0052ab602a7d0sm1693057pfk.100.2022.08.01.10.02.04 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Mon, 01 Aug 2022 10:02:06 -0700 (PDT) Message-ID: <33ac1f75-d6c9-2093-8701-698a3e553d64@gmail.com> Date: Mon, 1 Aug 2022 22:32:01 +0530 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.11.0 To: "devel@edk2.groups.io" Cc: "Kinney, Michael D" , "mikuback@linux.microsoft.com" , "Yao, Jiewen" , "Gaibusab, Jabeena B" From: "Ayush Singh" Subject: Proposal to move Rust std work to a Repository under Tianocore Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Hello everyone. In the previous email thread [1], I discussed the proposal to move Rust std work to edk2-staging and mentioned its potential problems. After some discussion with mentors, we arrived at the conclusion to have a rustlang [2] fork under the Tianocore organization, and move all the std related work there. We can then open a PR upstream from there, while allowing PRs in this repository. This should help provide an easier and streamlined way for people to experiment and work on this project while it is in the process of being merged upstream. For a status update about tests: - passed: 12797 - failed: 40 - ignored: 375 Yours Sincerely, Ayush Singh [1]: https://edk2.groups.io/g/devel/message/91989 [2]: https://github.com/rust-lang/rust