GCC Rust status

As of today there is only one outstanding ticket for us to reach the goal of basic compilation of rust. The compiler currently the following building blocks in place: Lexer Parser Static Analysis Pass structure Abstracted GCC backend to GIMPLE reused from GCCGO which will need amendments over time The first milestone is compile primitives: […]