RSSAmplifier

Blog

Arthur’s hacky rucksack of random bytes

This "website" aims at gathering content I find interesting or am currently working on. Feel free to contribute!

cohenarthur.github.ioRSS feed ↗6 posts

Latest posts

(Re)Using rustc components in gccrs

In order to speed up development, as well as make sure gccrs exposes the exact same behavior as rustc in critical compiler passes, we decided last year to start reusing components and crates from the official Rust compiler where possible. These components range from external crates used for certain nightly options to internal rustc workspace packages. As expected, these components are written in…

Adding subtyping to Rust enums

Alternative title: Making Rust enums a little bit more powerful and a lot more stupid.

Looking at Rust builtin derives

We are currently working on supporting builtin procedural macros in gccrs, an area of Rust macros we had left unexplored.

Funding me

I am extremely lucky in that I am paid to work on compilers full-time. I do not need your support, even if I appreciate the thought greatly.

A gccrs workflow

I recently had a discussion with Guillaume Gomez regarding contributing to GCC, and the process of submitting patches to various mailing lists.

Introduction

Who am I