Status Report Call We are going to have our first community status report call this week on Zulip on 2nd April 2021 at 15:30 UTC+1, this is a public holiday for many people but I am going to work these days. Everyone is welcome just join on zulip. Testsuite changes Recently we have updated the […]
GCC Rust Weekly Status Report 9
Milestone Progress As part of my on going work into generics this milestone breaks down into 3 major pieces of work: ADT (algebraic data type) with generic params Function with generic params Impl blocks with generic params The first piece is in and merged the 2nd one is an open PR over on PR297. This […]
GCC Rust Weekly Status Report 8 – Return of the Generics
Google Summer of Code 2021 With the recent announcement of Google Summer of Code 2021 GCC Rust has received a lot of interest from many different students. All of whom are getting up and running with the compiler and trying to figure out what their project proposal will be. This year google summer of code […]
GCC Rust Weekly Status Report 7 – New Contributors
An exciting start to March with two new contributors lets welcome: Yizhe https://github.com/YizhePKU – Copyright assignment in progress Marc Poulhiès https://github.com/dkm – Awaiting Copyright assignment There are several streams of work going on in GCC Rust this month, opening up with issue-248, GCC has 2 loggers currently one in the JIT project and one in […]
GCC Rust Monthly Report #3 Feb 2021
For this year, my goal is to get through generics and traits. For me, this is where the biggest unknowns lie for the compiler. With the early completion date of completion of the Control Flow 1 milestone, not only will this help estimate timelines more accurately, but it has also enabled me to get a […]