rust-lang/compiler-team
A home for compiler team planning documents, meeting minutes, and other such things.
{ "createdAt": "2018-11-16T20:48:32Z", "defaultBranch": "master", "description": "A home for compiler team planning documents, meeting minutes, and other such things.", "fullName": "rust-lang/compiler-team", "homepage": "https://rust-lang.github.io/compiler-team/", "language": "HTML", "name": "compiler-team", "pushedAt": "2025-10-28T21:08:32Z", "stargazersCount": 416, "topics": [], "updatedAt": "2025-11-01T03:14:01Z", "url": "https://github.com/rust-lang/compiler-team"}UPDATE 2025-04-01
The website has been retired. All content is now available on: https://forge.rust-lang.org/compiler/index.html
Compiler Team
Section titled “Compiler Team”This repository contains a static site that details the procedures, policies, working groups, planning documents and minutes.
You are probably looking for the rendered website instead.
Building the website
Section titled “Building the website”You’ll need to install Hugo (ensure to get Hugo extended version for SCSS support) to build the website locally, you can then run the following commands to set the website up:
git clone git@github.com:rust-lang/compiler-team.gitgit submodule update --inithugo server --minifyTo generate a version for distribution, run hugo --minify and use the public directory.