Rust-GCC/gccrs
GCC Front-End for Rust observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 99
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4703
- days_rel: n/a
- days_push: 7
- n_releases_24m: 0
Adoption not part of the score
2933 stars · 231 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
gccrs is a GCC front-end implementing the Rust language, aiming to be fully upstreamed into the GNU toolchain as an alternative to rustc/LLVM. It is in a very early stage and cannot yet compile real Rust programs, with borrow checking planned via the polonius effort.
Use cases
- compile rust programs with gcc instead of llvm
- alternative rust compiler front-end for gcc
- use gcc optimization passes on rust code
- contribute to a rust compiler implementation
- compare gcc vs llvm codegen for rust
- port rust to platforms supported by gcc
When to choose
- you want to experiment with or contribute to an alternative Rust compiler
- you need GCC's middle-end optimizations or target support for Rust
- you're researching compiler front-end design in GCC
When to avoid
- you need to build real Rust projects today - use rustc instead
- you need borrow checking and full language compliance
- you want a stable, production-ready toolchain
Facets
cli-tool · maturity experimental
compiler programming-language developer-tools compilers programming-languages developer-tools cross-platform cli gcc rust compiler-front-end gnu-toolchain alternative-compiler linux
2 sources
- readme: https://github.com/Rust-GCC/gccrs · fetched 2026-08-28 · 4080915e65e7
- homepage: https://rust-gcc.github.io/ · fetched 2026-08-29 · 67ab8a9bd839
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Rust-GCC/gccrs | main | 77 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem