Skip to content

Files

Latest commit

9e36f95 · Apr 2, 2025

History

History
21 lines (15 loc) · 847 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 847 Bytes

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 instead.

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.git
git submodule update --init
hugo server --minify

To generate a version for distribution, run hugo --minify and use the public directory.