From c373f639a11c91947ab6230bea4ec4f46a774d7f Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Mon, 21 Apr 2025 06:23:23 +0000 Subject: [PATCH 1/2] Archive the `libm` repository This has been merged into https://github.com/rust-lang/compiler-builtins. Link: https://github.com/rust-lang/compiler-builtins/pull/822 --- repos/{ => archive}/rust-lang/libm.toml | 1 - 1 file changed, 1 deletion(-) rename repos/{ => archive}/rust-lang/libm.toml (86%) diff --git a/repos/rust-lang/libm.toml b/repos/archive/rust-lang/libm.toml similarity index 86% rename from repos/rust-lang/libm.toml rename to repos/archive/rust-lang/libm.toml index c392c13a9..f6bf19c03 100644 --- a/repos/rust-lang/libm.toml +++ b/repos/archive/rust-lang/libm.toml @@ -4,7 +4,6 @@ description = "A port of MUSL's libm to Rust." bots = [] [access.teams] -crate-maintainers = 'maintain' [[branch-protections]] pattern = "master" From daca76571d8d4d571468702330b1859eeab6ea5c Mon Sep 17 00:00:00 2001 From: Trevor Gross Date: Mon, 21 Apr 2025 06:23:48 +0000 Subject: [PATCH 2/2] Update the compiler-builtins description and URL Mention libm in the description, and remove the homepage that points to a long-closed issue. Also update quotes to match most other files. Link: https://github.com/rust-lang/compiler-builtins/pull/822 --- repos/rust-lang/compiler-builtins.toml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/repos/rust-lang/compiler-builtins.toml b/repos/rust-lang/compiler-builtins.toml index bce935d53..da19871ae 100644 --- a/repos/rust-lang/compiler-builtins.toml +++ b/repos/rust-lang/compiler-builtins.toml @@ -1,11 +1,10 @@ -org = 'rust-lang' -name = 'compiler-builtins' -description = 'Porting `compiler-rt` intrinsics to Rust' -homepage = "https://github.com/rust-lang/rust/issues/35437" +org = "rust-lang" +name = "compiler-builtins" +description = "Rust implementations of compiler-rt and libm" bots = [] [access.teams] -crate-maintainers = 'maintain' +crate-maintainers = "maintain" [[branch-protections]] pattern = "master"