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 […]