From a99be5a85997d0296b30ceb4c5b5b75ad7872a0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jana=20D=C3=B6nszelmann?= Date: Mon, 6 Jul 2026 11:23:47 +0200 Subject: [PATCH 1/2] update perf --- src/tools/rustc-perf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/rustc-perf b/src/tools/rustc-perf index c0301bc44d175..dec492af8eb74 160000 --- a/src/tools/rustc-perf +++ b/src/tools/rustc-perf @@ -1 +1 @@ -Subproject commit c0301bc44d175b9b2c5442b25049475c39d7700c +Subproject commit dec492af8eb74903879bd356648fc42d7aaf8555 From a6bd564d1ff0902271689417269fd7a3f07a9525 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jana=20D=C3=B6nszelmann?= Date: Mon, 22 Jun 2026 17:21:28 +0200 Subject: [PATCH 2/2] allow new licenses for rustc_perf --- src/tools/tidy/src/deps.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index 9ad70538d1956..ebe3c04ea4cc4 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -244,6 +244,10 @@ const EXCEPTIONS_RUSTC_PERF: ExceptionList = &[ // tidy-alphabetical-start ("inferno", "CDDL-1.0"), ("option-ext", "MPL-2.0"), + ("terminfo", "WTFPL"), + ("wasite", "Apache-2.0 OR BSL-1.0 OR MIT"), + ("wezterm-bidi", "MIT AND Unicode-DFS-2016"), + ("whoami", "Apache-2.0 OR BSL-1.0 OR MIT"), // tidy-alphabetical-end ];