Skip to content

No labels!

There aren’t any labels for this repository quite yet.

A-build
A-build
Area: CI build infrastructure.
A-build-target
A-build-target
Area: Support for builds of specific targets.
A-C-API
A-C-API
Area: C APIs for compatibility with existing interpreters.
A-codegen
A-codegen
Area: Code generation while executing Ruby.
A-compiler
A-compiler
Area: Ruby to Rust/machine-code compiler support.
A-core
A-core
Area: Core traits and interpreter-agnostic Ruby Core and Ruby stdlib implementations.
A-crate-features
A-crate-features
Area: Compile-time features or attributes.
A-deps
A-deps
Area: Source and library dependencies.
A-emoji
A-emoji
Area: Emoji support in interpreter implementations.
A-filesystem
A-filesystem
Area: Filesystem access and implementations.
A-frontend
A-frontend
Area: Frontends for interpreters, like the `ruby` or `irb` binaries.
A-gems
A-gems
Area: Support for Rubygems.
A-memory-management
A-memory-management
Area: Memory management and garbage collection.
A-optional-stdlib
A-optional-stdlib
Area: Optional Ruby Standard Library.
A-packaging
A-packaging
Area: Packaging releases for distribution.
A-parallelism
A-parallelism
Area: Multi-threading and true parallelism at an interpreter level.
A-parser
A-parser
Area: Parser implementations.
A-performance
A-performance
Area: Performance improvements and optimizations.
A-project
A-project
Area: Infrastructure for running an open source project.
A-release
A-release
Area: crates.io releases and version bumps.
A-ruby-core
A-ruby-core
Area: Ruby Core types.
A-ruby-language
A-ruby-language
Area: Ruby language spec support.
A-ruby-stdlib
A-ruby-stdlib
Area: Ruby Standard Library packages.
A-rust-extensions
A-rust-extensions
Area: Rust extension support for Artichoke interpreters, support for native Rubygems.
A-security
A-security
Area: Security vulnerabilities and unsoundness issues.
A-single-binary
A-single-binary
Area: Single binary distribution.
A-spec
A-spec
Area: ruby/spec infrastructure and completeness.
A-vm
A-vm
Area: Interpreter VM implementations.
B-Artichoke
B-Artichoke
Backend: Implementation of artichoke-core using Rust-native backend.
B-MRI
B-MRI
Backend: Implementation of artichoke-core using MRI.