Documentation
Everything is generated from the reference that ships in the compiler repository, so what you read here is what the compiler implements.
The Language
The language itself: syntax, the type system, ownership, traits, generics, async, and the foreign function interface.
22 pagesStandard Library
Module-by-module reference for std: the types, traits, and functions that ship with the compiler, from core up through collections, I/O, concurrency, and the network stack.
22 pagesCompiler & Internals
The toolchain and what sits behind it: the CLI, project configuration, the grammar, the ABI, symbol mangling, and the test framework.
8 pages