Email or username:

Password:

Forgot your password?
3 posts total
cohenarthur

We have written a short technical dive into how we currently reuse Rust components within gccrs, a compiler written in C++, and how we will continue doing so in the future, eventually compiling them using our own compiler. rust-gcc.github.io/2024/09/20/

cohenarthur

I will be giving a talk in the Rust devroom at FOSDEM this year to present some of the steps gccrs is taking in order to reuse `rustc` components, as well as what the future holds for the project fosdem.org/2024/schedule/event

looking forward to meeting many Rust people once again :)

cohenarthur

This month: Patches, patches, patches and.... borrow-checking?

rust-gcc.github.io/2023/11/06/

Thanks to all the contributors and thank you to everyone reporting issues! We are looking forward to more progress on the compiler!

Go Up