Thanks again to Open Source Security, inc and Embecosm for their ongoing support for this project. Milestone Progress We are in the final few weeks to close out declarative macros by the end of the month; this should be the last prominent feature required before compiling more of an older version of libcore. We should […]
GCC Rust Monthly Report #14 February 2022
Thanks again to Open Source Security, inc and Embecosm for their ongoing support for this project. Milestone Progress February was a big month for GCC Rust; our previous Google Summer of Code student Arthur Cohen joins us in Embecosm, Germany, working on the compiler full time. With the additional resource, we can split up work […]
GCC Rust Weekly Status Report 39
Thanks again to Open Source Security, inc and Embecosm for their ongoing support for this project. Milestone Progress Macros are still under development; the code still needs more work before it can be merged. So this week, I will focus on compiling simple macros like an add macro that we enforce two expressions as the […]
GCC Rust Weekly Status Report 38
Thanks again to Open Source Security, inc and Embecosm for their ongoing support for this project. Milestone Progress Last week’s focus was finishing config expansion as much of this code had already been in place and needed to be tidied together to complete it. We merged support for the predicates of any, not, and all […]
GCC Rust Monthly Report #13 January 2022
Thanks again to Open Source Security, inc and Embecosm for their ongoing support for this project. Milestone Progress January was a busy month for GCC Rust. In December, we had spent a lot of time testing our goal-test case, which helped us find many bugs and gaps early. Part of my focus this month was […]
GCC Rust Weekly Status Report 37
Thanks again to Open Source Security, inc and Embecosm for their ongoing support for this project. Milestone Progress This week we have started ramping up the progress and have merged our update to Method Resolution to support autoderef properly by respecting the deref lang items. This is a crucial feature of the Rust language, which […]
GCC Rust Weekly Status Report 36
Thanks again to Open Source Security, inc and Embecosm for their ongoing support for this project. Milestone Progress Before starting any development on macros, I have been working through the branches of code I have sitting around before they go stale. So I merged the constexpr work, which begins the port of the C++ frontend’s […]
GCC Rust Weekly Status Report 35
Thanks again to Open Source Security, inc and Embecosm for their ongoing support for this project. Milestone Progress It’s 2022, and it is back to business for GCC Rust. We are now focusing on macros and config expansions, the last prominent missing feature preventing us from attempting to compile libcore. Macro expansion in Rust is […]
GCC Rust Monthly Report #12 November 2021
Thanks again to Open Source Security, inc and Embecosm for their ongoing support for this project. Milestone Progress November was a busy month where we added lang item’s and operator overloading, particularly dereference operator overloading, which is critical in terms of a control flow for method resolution. The remaining tasks are merging enum code generation […]
GCC Rust Weekly Status Report 34
Thanks again to Open Source Security, inc and Embecosm for their ongoing support for this project. Milestone Progress As the previous traits milestone ran over by three weeks, I aim to close out this control flow milestone by the end of this week (3rd December); this means we will get back two of those weeks […]