twitter/rsc
This system is a Scala compiler (RSC) that provides a modular, phase-based compilation pipeline alongside a Scalafix-based code transformation framework. It handles the full lifecycle of source code: parsing and scanning for both Scala and Java, generating semantic databases, and producing Scala signatures. Additionally, it includes utility scripts for benchmarking and CI, and offers rules to automatically infer types and manage imports for improved code compatibility.
59.7
Adequate · 3 August 2026
72k
lines of production code
Scala
primary language
1
bus factor · 10 authors in all
2
measurements over time
How it got here
2017 · Compiler architecture and tooling setup
This period focused on establishing the foundational architecture of the RSC compiler, including a modular phase-based execution model, new syntax and semantic data structures, and improved error reporting. Concurrently, the project set up its build system, CI infrastructure, and developer tooling scripts to support ongoing development.
15 changes
2018 · Parser and SemanticDB architecture
This period focused on a comprehensive architectural overhaul of the compiler's parsing and semantic analysis layers. The codebase introduced modular traits for the Scala and Java parsers, implemented a new Java parser, and refactored the semantic analysis and SemanticDB generation into distinct, manageable components. Additionally, infrastructure for Scala signature handling and output management was established to support these new structures.
27 changes
2019 · Scala 3.0.0-M3 migration and classpath resolution
This period focused on supporting Scala 3.0.0-M3 by adding comprehensive example files for new language features and edge cases. Concurrently, the project improved Java classpath resolution by parsing classfile signatures directly, while also fixing classpath resolution for external module references.
8 changes
Survey your own repository
twitter/rsc was measured the same way every project in this corpus was: the same rubric, at a pinned commit, with the result published in full. Point the surveyor at a repository you know and see whether you agree with it.
About this page
- The description of this project is derived from its own commit history, not from its README.
- The score is its highest published measurement, taken on 3 August 2026 at a pinned commit. It is not a live figure and does not change until the project is measured again.
- Measured at commit 5d8bbf88e1 — the exact code this score is about.
- Scored under rubric rubric-2026.08.18. Score the same commit under that rubric and you get the same number.