# compiler-team **Repository Path**: mirrors_rust-lang/compiler-team ## Basic Information - **Project Name**: compiler-team - **Description**: A home for compiler team planning documents, meeting minutes, and other such things. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-02-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **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 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](https://rust-lang.github.io/compiler-team/) instead. ### Building the website You'll need to install [Hugo](https://github.com/gohugoio/hugo#choose-how-to-install) (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.git git submodule update --init hugo server --minify ``` To generate a version for distribution, run `hugo --minify` and use the `public` directory.