[Bug other/93090] RFE: Add a frontend for the Rust programming language

2023-01-25 Thread glaubitz at physik dot fu-berlin.de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93090 --- Comment #7 from John Paul Adrian Glaubitz --- (In reply to Jonathan Wakely from comment #6) > Can this be closed now? Yes. I think there is still some money in the Bountysource campaign, not sure what will happen with it. I'll contact them

[Bug other/93090] RFE: Add a frontend for the Rust programming language

2023-01-25 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93090 --- Comment #6 from Jonathan Wakely --- Can this be closed now?

[Bug other/93090] RFE: Add a frontend for the Rust programming language

2021-08-24 Thread glaubitz at physik dot fu-berlin.de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93090 --- Comment #5 from John Paul Adrian Glaubitz --- (In reply to David Malcolm from comment #4) > FWIW there's also: > https://github.com/antoyo/rustc_codegen_gcc > which isn't a GCC Rust frontend per se, but uses libgccjit to embed GCC as a > co

[Bug other/93090] RFE: Add a frontend for the Rust programming language

2021-08-24 Thread dmalcolm at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93090 --- Comment #4 from David Malcolm --- FWIW there's also: https://github.com/antoyo/rustc_codegen_gcc which isn't a GCC Rust frontend per se, but uses libgccjit to embed GCC as a code generation backend inside the existing rustc compiler (I'm th

[Bug other/93090] RFE: Add a frontend for the Rust programming language

2021-08-24 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93090 Andrew Pinski changed: What|Removed |Added Severity|normal |enhancement Last reconfirmed|2020-01-2

[Bug other/93090] RFE: Add a frontend for the Rust programming language

2021-03-02 Thread glaubitz at physik dot fu-berlin.de via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93090 --- Comment #3 from John Paul Adrian Glaubitz --- It seems that the gccrs frontend is now sponsored by two companies, so I think it's fine to stop the Bountysource campaign [1] and move the money to other Bountysource campaigns. > [1] https://ru

[Bug other/93090] RFE: Add a frontend for the Rust programming language

2020-01-21 Thread marxin at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93090 Martin Liška changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug other/93090] RFE: Add a frontend for the Rust programming language

2019-12-28 Thread glaubitz at physik dot fu-berlin.de
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93090 --- Comment #2 from John Paul Adrian Glaubitz --- (In reply to Jakub Jelinek from comment #1) > The Go FE actually isn't that independent, the same gofrontend is used by > both GCC and LLVM, the same FE written in C++ in that case has then a > co

[Bug other/93090] RFE: Add a frontend for the Rust programming language

2019-12-28 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93090 Jakub Jelinek changed: What|Removed |Added CC||jakub at gcc dot gnu.org --- Comment #1