Open Source Security, Inc Announces Funding of GCC Front-End for Rust

This page summarizes the projects mentioned and recommended in the original post on /r/rust

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • mrustc

    Alternative rust compiler (re-implementation)

  • mrustc already fills the bootstrapping use case.

  • miri

    An interpreter for Rust's mid-level intermediate representation

  • It seems that the entire idea of requiring humans to interpret specifications is unworkable and leads to both poor specification and bugs. A far better idea is to construct executable models so you can compare your behavior to the behavior of the model. This is underway for large chunks of Rust via miri, and formal specification with proof of correctness for other chunks via RustBelt.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • rustc_codegen_gcc

    libgccjit AOT codegen for rustc (by antoyo)

  • If CFI is the motivation, why not simply reuse the existing rustc frontend and make it emit GCC IR? https://github.com/antoyo/rustc_codegen_gcc is a proof of concept that does exactly that.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Rust front-end approved for merge into GCC

    3 projects | /r/linux | 6 Dec 2022
  • Embecosm: GCC-Rust Development Plan

    3 projects | /r/rust | 12 Jan 2021
  • Why do lifetimes need to be leaky?

    6 projects | /r/rust | 8 Dec 2023
  • I think C++ is still a desirable coding platform compared to Rust

    2 projects | news.ycombinator.com | 22 Nov 2023
  • Rust – Faster compilation with the parallel front-end in nightly

    3 projects | news.ycombinator.com | 10 Nov 2023