From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-oa1-f43.google.com (mail-oa1-f43.google.com [209.85.160.43]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id D09D531F07 for ; Wed, 31 May 2023 19:48:32 +0000 (UTC) Received: by mail-oa1-f43.google.com with SMTP id 586e51a60fabf-19f515f0229so120328fac.0 for ; Wed, 31 May 2023 12:48:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1685562511; x=1688154511; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :from:to:cc:subject:date:message-id:reply-to; bh=+4Wcgl0rHsjPEzn2Tf0MuvPr782eDL8Xj3y55NIs4UI=; b=Y3gH3jzjra2jFRV8Sv0VyvPZUpq1haLVKBPrHLAJSu+lhIq8GupxcqLGx67HXO4941 bVXZ76fkQNBwiTc4cEDL2Jgd+70woAzpIk3IJVCSaBYvJWrMEmOONY2xG78CS2WYz3jL yrgZsLTROQwslkJ9c5fHcHzIUx7cSCgpVdH0/RqRcgeePjwW9D9MdSEXXVkbz3IkXdHP HEvBSPDsktsCh3Kaijj9kRu0DZBnTT8emJS0nfqDYW21Ixp6dvTR6tI24kIR7ZZbi1HZ W7yuUWs3gpE5AN7ey47pXIYMVYZOOnlUET4Gp12tMkqSeYtsl26uYc0h2xyk4VfynvEi xaYA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1685562511; x=1688154511; h=content-transfer-encoding:in-reply-to:from:references:cc:to :content-language:subject:user-agent:mime-version:date:message-id :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=+4Wcgl0rHsjPEzn2Tf0MuvPr782eDL8Xj3y55NIs4UI=; b=RglDie22FCHPHbQw2GlZ1Ry2oQLdtPgp2RNnOcf2NqyBKzDZ4eNzrl6lC5J58786Nd yKcqD5B3yG2DpgEm67irpiCfl//775EJ+Y1esRfym/+P84ESrCeQwxWeWuHmL1QE1IDV aUTS2sJ+cd9PfbvPexnY48hWubce04CFa4Z5BdTM0jVJWrwtMsgLaqrWMFFUY9ysZCtm Q7aiWn99ifriqvYER96/xVQa4yRVaEZjz1Lwf2BH/XiI7kHKw8oA945qryIVoVwBnvmb h84kgnczXsptmbhWdmkVJgswZF7TAZxAGlE3//073fcGOZLetv7JqFQ//ZvlSuc9IAiJ 7Aaw== X-Gm-Message-State: AC+VfDwJtkfhsoFUDVPq+o0sbKc63kE28av4F6a/N6hF3G52dUvMoKPj CwopJzMD6XYDNgGDWtVdstv5cSRMyd8= X-Google-Smtp-Source: ACHHUZ5YvVXylqQGY0foLp4Ey+r/irkQjeCZLrWViC4Aae+jMtqh3si45xqC9phUz+jjk16oL6F9lg== X-Received: by 2002:a05:6871:a78a:b0:19a:1324:5875 with SMTP id wj10-20020a056871a78a00b0019a13245875mr2605771oab.26.1685562511717; Wed, 31 May 2023 12:48:31 -0700 (PDT) Received: from [192.168.54.90] (static.220.238.itcsa.net. [190.15.220.238]) by smtp.gmail.com with ESMTPSA id e20-20020a05683013d400b006b0f58724d8sm785339otq.66.2023.05.31.12.48.28 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 31 May 2023 12:48:31 -0700 (PDT) Message-ID: <22ac8a99-d243-c537-41c7-ff2c5e69d28f@gmail.com> Date: Wed, 31 May 2023 16:48:27 -0300 Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.2 Subject: Re: [PATCH 3/3] rust: upgrade to Rust 1.68.2 Content-Language: en-US To: Miguel Ojeda Cc: ojeda@kernel.org, alex.gaynor@gmail.com, benno.lossin@proton.me, bjorn3_gh@protonmail.com, boqun.feng@gmail.com, gary@garyguo.net, gyakovlev@gentoo.org, jan.steffens@gmail.com, jistone@redhat.com, linux-kernel@vger.kernel.org, patches@lists.linux.dev, rust-for-linux@vger.kernel.org, wedsonaf@gmail.com, william.brown@suse.com References: <20230418214347.324156-4-ojeda@kernel.org> <20230419030243.540348-1-yakoyoku@gmail.com> From: Martin Rodriguez Reboredo In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit On 5/31/23 14:02, Miguel Ojeda wrote: > On Wed, Apr 19, 2023 at 5:02 AM Martin Rodriguez Reboredo > wrote: >> >> Kinda bunch to review, although may I ask if each time the `alloc` >> crate is updated is worth to mention the changes upon it [1], can be >> skipped otherwise. >> >> Link: https://github.com/rust-lang/rust/commits/master/library/alloc [1] > > That could be nice if we could give a link similar to, say, what: > > git log 1.62.0..1.68.2 -- library/alloc/src/ > > produces (or perhaps a list of PRs) -- is it possible to do so with a > GitHub URL? If so, please let me know! > > Cheers, > Miguel It seems that kind of URL comparisons in GitHub aren't supported yet per the docs say [1]. Sad but maybe in the future they are going to be supported, or at least I hope GitLab or Gitea do it. Link: https://docs.github.com/en/pull-requests/committing-changes-to-your-project/viewing-and-comparing-commits/comparing-commits [1]