Facebook’s next-generation VCS in Rust

mononoke – A Mercurial source control server, specifically designed to support large monorepos. Read more

Similar

Rust by Example

Rust is a modern systems programming language focusing on safety, speed, and concurrency. It accomplishes these goals by being memory safe without using garbage collection. (more…)

Read more »

Code Review in the Rust Compiler

I recently joined the general code review rotation for the Rust compiler, which increased the number of reviews I do. This post describes my experience, and contains some thoughts about reviewing in general. (more…)

Read more »