From 696a72e4a5b6228e91cb93832cd2d11870046d71 Mon Sep 17 00:00:00 2001 From: Charles Lew Date: Sun, 2 Mar 2025 15:06:36 +0800 Subject: [PATCH 1/2] Add graydon to a `initial-design-and-impl` marker team --- people/graydon.toml | 3 +++ teams/archive/initial-design-and-impl.toml | 14 ++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 people/graydon.toml create mode 100644 teams/archive/initial-design-and-impl.toml diff --git a/people/graydon.toml b/people/graydon.toml new file mode 100644 index 000000000..703296af3 --- /dev/null +++ b/people/graydon.toml @@ -0,0 +1,3 @@ +name = 'Graydon Hoare' +github = 'graydon' +github-id = 14097 diff --git a/teams/archive/initial-design-and-impl.toml b/teams/archive/initial-design-and-impl.toml new file mode 100644 index 000000000..b205fed71 --- /dev/null +++ b/teams/archive/initial-design-and-impl.toml @@ -0,0 +1,14 @@ +name = "initial-design-and-impl" +kind = "marker-team" + +[people] +leads = [] +members = [] +alumni = [ + "graydon", +] + +[website] +name = "Initial design and implementation of Rust" +description = "Many people contributed to the initial design and implementation of Rust, before the current team hierarchy was established. This team contains some of those people to recognize and honor their contributions." +weight = 1000 From 6a840ce411593e7772e6def8f118b05661b926c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Tue, 9 Dec 2025 21:11:40 +0100 Subject: [PATCH 2/2] Backfill some initial-design-and-impl members --- teams/archive/initial-design-and-impl.toml | 32 ++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/teams/archive/initial-design-and-impl.toml b/teams/archive/initial-design-and-impl.toml index b205fed71..d71920e92 100644 --- a/teams/archive/initial-design-and-impl.toml +++ b/teams/archive/initial-design-and-impl.toml @@ -6,6 +6,38 @@ leads = [] members = [] alumni = [ "graydon", + "Gankra", + "aturon", + "alexcrichton", + "brson", + "pnkfelix", + "Manishearth", + "mbrubeck", + "michaelwoerister", + "nrc", + "nikomatsakis", + "pcwalton", + "SimonSapin", + "steveklabnik", + "wycats", + "eholk", + "huonw", + "luqmana", + "jimblandy", + "llogiq", + "BurntSushi", + "bstrie", + "dotdash", + "bkoropoff", + "chris-morgan", + "eddyb", + "erickt", + "japaric", + "Kimundi", + "retep998", + "sfackler", + "tshepang", + "petrochenkov" ] [website]