Pinned repositories
Repositories
-
community-build
Scala 2 community build — a corpus of open-source repos built against Scala nightlies
-
-
scala
Scala 2 compiler and standard library. For bugs, see scala/bug
-
scala-lang
sources for the Scala language website
-
make-release-notes
The project that generates Scala release notes.
-
scala-dist
sbt project that packages the Scala distribution
-
scala-collection-compat
makes a subset of the Scala 2.13 collections API available on 2.11 and 2.12, to aid cross-building
-
scala-parser-combinators
simple combinator-based parsing for Scala. formerly part of the Scala standard library, now a separate community-maintained module
-
scala-dev
Scala 2 team issues. Not for user-visible bugs or directly actionable user-visible improvements. For build/test/infra and for longer-term planning and idea tracking. Our bug tracker is at https://github.com/scala/bug/issues
-
-
scala-parallel-collections
Parallel collections standard library module for Scala 2.13+
-
scala-library-next
backwards-binary-compatible Scala standard library additions
-
scala-java8-compat
A Java 8 compatibility kit for Scala.
-
scala-collection-contrib
community-contributed additions to the Scala 2.13 collections
-
scala-async
An asynchronous programming facility for Scala
-
scala.epfl.ch
web site for the Scala Center @ EPFL
-
sbt-scala-module
sbt plugin for scala modules.
-
scabot
Scala's PR&CI automation bot
-
-
-
scala-rewrites
Scalafix Rewrites for Scala
-
scala-seed.g8
Giter8 template for a simple hello world app in Scala.
-
scala-collection-laws
partially-automatic generation of tests for the entire collections library
-
nanotest-strawman
Scala Verify is a minimal testing framework for Scala. Trust, but verify.