Rust Compiler

Open-source Rust projects categorized as Compiler

Top 23 Rust Compiler Projects

  1. rust

    Empowering everyone to build reliable and efficient software.

    Project mention: Dev log 20: Deleting 180k lines and chasing socket leaks: A week in the OSS trenches | dev.to | 2026-09-06

    Rust Compiler: I opened PR #162123 to report unsatisfied opaque item bounds instead of a generic type mismatch under the -Znext-solver. Contributing to the Rust compiler is always a "hold your breath" moment, but it's the best way to learn how the magic happens.

  2. Kargo

    Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.

    Kargo logo
  3. sway

    🌴 Empowering everyone to build reliable and efficient smart contracts. (by FuelLabs)

  4. typst

    A markup-based typesetting system that is powerful and easy to learn.

    Project mention: An AI wrote and illustrated a book of fables about threads, caches and packets | dev.to | 2026-08-02

    Typesetting: Typst, installed that morning because the idea needed it. 5.5×8.5in spreads, plates facing their fables.

  5. swc

    Rust-based platform for the Web

    Project mention: How I'm Productive with Claude Code | news.ycombinator.com | 2026-03-23
  6. oxc

    ⚓ A collection of high-performance JavaScript tools.

    Project mention: Vite+ Beta | news.ycombinator.com | 2026-07-02

    being worked on : https://github.com/oxc-project/oxc/discussions/21936

  7. RustPython

    A Python Interpreter written in Rust

    Project mention: Pre-PEP: Rust for CPython | news.ycombinator.com | 2025-11-18

    Interesting proposal, but with severe risks: becoming dependent on a single specific compiler and rustc could include malicious code that isn’t obvious to an outside auditor. See https://aeb.win.tue.nl/linux/hh/thompson/trust.html Ken Thompson demonstrated this.

    But what will the future of RustPython be? https://github.com/RustPython/RustPython/

    Major shifts like this are complex, not so only from a technical perspective but even more because a lot of humans with different opinions are involved. But radical changes are sometimes needed to be innovative again.

  8. gleam

    ⭐️ A friendly language for building type-safe, scalable systems!

    Project mention: What's the best programming language for coding agents? | news.ycombinator.com | 2026-08-10

    Ive been amazed at how well LLMs are at writing Gleam[1] and Lustre[2]. Compared to a mainstream language, there is basically zero gleam code in the training data.

    I have no evidence to back this up, but I suspect that languages that are good for humans[3] will be good for LLMs. Compiled, strongly typed, statically typed, immutable, pure functions, pattern matched, memory safe, etc.

    [1] https://gleam.run

  9. AppSignal

    Monitoring that respects your time & budget. APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.

    AppSignal logo
  10. rspack

    Fast Rust-based bundler for the web with a modernized webpack API 🦀

    Project mention: Developer Tooling #006 | dev.to | 2025-09-13

    rspack Description: A modern, rust-based javascript compiler that replaces webpack. What we like: Rich feature set that attempts to have feature parity with webpack; it's part of a growing ecosystem that appears well-maintained. What we don't like: It supports similar complexity in its configuration due to feature parity with webpack

  11. foundry

    Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.

    Project mention: Contrarian View: Vyper 0.3.10 Is Overhyped – Solidity 0.8.20 Is Better for Smart Contracts in 2026 | dev.to | 2026-04-29
  12. lightningcss

    An extremely fast CSS parser, transformer, bundler, and minifier written in Rust.

  13. farm

    Extremely fast Vite-compatible web build tool written in Rust

    Project mention: Developer Tooling #006 | dev.to | 2025-09-13

    farm Description: Another rust-based bundler What we like: Excellent documentation; has been under active development for quite some time; if its history is a reliable indicator, it will (hopefully) be reliably maintained for years to come. What we don't like: The speed comparisons on their website feel dishonest - we don't like that it claims to be faster than everything but doesn't offer direct comparisons for tools like bun. (Note: we're not commenting on the accuracy of their comparisons - only noting that the comparisons aren't presented in the best light)

  14. leo

    🦁 The Leo Programming Language. A Programming Language for Formally Verified, Zero-Knowledge Applications

  15. melody

    Melody is a language that compiles to regular expressions and aims to be more readable and maintainable

  16. borgo

    Borgo is a statically typed language that compiles to Go.

    Project mention: Gossamer: a Rust-flavoured language with real goroutines and pause-free memory | news.ycombinator.com | 2026-06-26
  17. trunk

    Build, bundle & ship your Rust WASM application to the web.

    Project mention: Show HN: DAGraph – local-first reactive graph from arithmetic to OLAP SQL | news.ycombinator.com | 2026-05-13
  18. gluon

    A static, type inferred and embeddable language written in Rust.

    Project mention: Gluon: a GPU programming language based on the same compiler stack as Triton | news.ycombinator.com | 2025-09-17

    Not to be confused with gluon the embbedable language in Rust: https://github.com/gluon-lang/gluon

  19. rust-gpu

    🐉 Making Rust a first-class language and ecosystem for GPU shaders 🚧 (by Rust-GPU)

    Project mention: Rust Threads on the GPU | news.ycombinator.com | 2026-04-14
  20. erg

    A statically typed language compatible with Python

  21. ezno

    A correct and efficient TypeScript type checker and compiler with additional experiments

    Project mention: Ask HN: What Are You Working On? (May 2026) | news.ycombinator.com | 2026-05-10
  22. kcl

    KCL Programming Language Core and API (CNCF Sandbox Project). https://kcl-lang.io

  23. ante

    A safe, easy systems language

    Project mention: Effect Systems vs. Print Debugging: A Pragmatic Solution | news.ycombinator.com | 2025-09-25
  24. rustc_codegen_cranelift

    Cranelift based backend for rustc

  25. pavex

    A backend framework for Rust professionals

  26. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Rust Compiler discussion

Log in or Post with

Rust Compiler related posts

  • Zig: Pointer Stability for ArrayLists

    4 projects | news.ycombinator.com | 30 Aug 2026
  • Saving 100 terabytes of memory by optimizing 1.1.1.1's DNS cache

    3 projects | news.ycombinator.com | 27 Aug 2026
  • Show HN: Browser automation with no chromedriver and no Node driver

    1 project | news.ycombinator.com | 26 Aug 2026
  • Rust: The never type has been merged into nightly

    1 project | news.ycombinator.com | 25 Aug 2026
  • SOPL VS semaprax - a user suggested alternative

    2 projects | 24 Aug 2026
  • Rust 1.98 got a P-critical miscompilation

    2 projects | news.ycombinator.com | 23 Aug 2026
  • Canonical Backs New Project to Translate Large C Codebases into Safe Rust

    3 projects | news.ycombinator.com | 20 Aug 2026
  • A note from our sponsor - AppSignal
    www.appsignal.com | 7 Sep 2026
    APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product. Learn more →

Index

What are some of the best open-source Compiler projects in Rust? This list will help you:

# Project Stars
1 rust 117,431
2 sway 61,456
3 typst 55,844
4 swc 34,196
5 oxc 22,656
6 RustPython 22,328
7 gleam 21,863
8 rspack 12,888
9 foundry 10,577
10 lightningcss 7,672
11 farm 5,590
12 leo 4,821
13 melody 4,743
14 borgo 4,641
15 trunk 4,387
16 gluon 3,441
17 rust-gpu 3,327
18 erg 2,859
19 ezno 2,734
20 kcl 2,408
21 ante 2,337
22 rustc_codegen_cranelift 2,132
23 pavex 2,072

Sponsored
Stop Scripting Promotions. Start Shipping with Kargo
Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
akuity.io