Initial support for mrustc by dkm · Pull Request #2681 · compiler-explorer/compiler-explorer

@dkm

Add the needed base for new mrustc compiler.
https://github.com/thepowersgang/mrustc

mrustc is transpiling Rust to C and is mainly used for bootstraping rustc.

This change treats the C output as the final product (as is assembly for
GCC/clang). It is not easily possible to automatically plug this C to other C
compilers to get assembly or executable.

fixes compiler-explorer#2643

@dkm dkm deleted the pr/mrustc branch

May 27, 2021 20:56

mattgodbolt pushed a commit that referenced this pull request

Aug 2, 2021
Add the needed base for new mrustc compiler.
https://github.com/thepowersgang/mrustc

mrustc is transpiling Rust to C and is mainly used for bootstraping rustc.

This change treats the C output as the final product (as is assembly for
GCC/clang). It is not easily possible to automatically plug this C to other C
compilers to get assembly or executable.

fixes #2643

@ojeda ojeda mentioned this pull request

Jan 6, 2023

21 tasks