rustc-dev-guide
Compiler guide
An online guide to understanding the Rust compiler's inner workings and contributing to it
A guide to how rustc works and how to contribute to it.
2k stars
42 watching
515 forks
Language: HTML
last commit: 3 days ago compilercontributingrustrustc
Related projects:
Repository | Description | Stars |
---|---|---|
rust-lang/reference | The Rust Language Reference is the primary documentation for the Rust programming language. | 1,248 |
rust-lang/rust | The Rust project provides tools and infrastructure to build efficient, reliable software | 98,564 |
rust-lang/cc-rs | Provides build scripts to compile C/C++ code into a Rust library | 1,868 |
gurugio/rust-for-linux | Adding support for the Rust language to the Linux kernel | 5 |
rust-lang/style-team | Defines and enforces style conventions for the Rust programming language. | 454 |
rust-embedded/book | Documentation on using Rust to develop firmware for microcontrollers. | 1,121 |
peco602/rust-universal-compiler | A container solution to compile Rust projects across multiple operating systems. | 32 |
willcrichton/lia | A high-level language for Rust that allows users to write efficient code in a dynamic, Javascript-esque syntax | 338 |
alilleybrinker/langs-in-rust | A directory of programming languages implemented in Rust, serving as a source of inspiration and comparison. | 874 |
rust-lang/api-guidelines | Provides guidelines and best practices for designing and presenting APIs in Rust | 1,239 |
rust-lang/docker-rust | An official Docker image for the Rust programming language | 446 |
champii/rock | A Rust-based compiler and runtime environment designed to provide a safe and efficient way to execute functional programming languages. | 67 |
rust-lang-ru/rust-by-example | A translation project of the Rust programming language book | 63 |
rochacbruno/py2rs | A guide to help Python developers learn Rust | 2,083 |
rust-lang/rust-mode | An Emacs configuration for editing Rust code | 1,124 |