We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clippy support.
bindgen support.
bindgen
rustfmt support (i.e. as a compiler or perhaps versioned CE tool).
rustfmt
Miri support.
Support "Compile to binary object" for multiple architectures.
Pre-filling flags (e.g. --edition for Rust) instead of compiler overrides' implicit approach.
--edition
--edition=2021
Augmenting compiler diagnostics with hyperlinks and custom actions.
Enable additional tools that are available for C and C++.
C2Rust support.
Code formatting support.
MIR output support.
HIR output support.
Macro expansion support.
mrustc compiler support.
mrustc
Rust GCC (i.e. gccrs) support.
gccrs
rustc_codegen_gcc backend support.
rustc_codegen_gcc
Allow using unstable features in all compilers.
RUSTC_BOOTSTRAP=1
Default to the latest available Rust edition.
edition
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Features that we would like to see
Required (we almost certainly want them)
Clippy support.
bindgen
support.bindgen
for C/C++ compiler-explorer/compiler-explorer#4554.rustfmt
support (i.e. as a compiler or perhaps versioned CE tool).rustfmt
for Rust compiler-explorer/compiler-explorer#4553.Miri support.
Nice to have (not critical, we could workaround if needed, etc.)
Support "Compile to binary object" for multiple architectures.
Pre-filling flags (e.g.
--edition
for Rust) instead of compiler overrides' implicit approach.--edition=2021
for Rust compiler-explorer/compiler-explorer#3765.--edition
flag broke with compiler overrides compiler-explorer/compiler-explorer#5429.Augmenting compiler diagnostics with hyperlinks and custom actions.
Enable additional tools that are available for C and C++.
C2Rust support.
Low priority (we will likely not use them in the end)
Done (stabilized, fixed, not needed anymore, etc.)
Code formatting support.
rustfmt
for Rust compiler-explorer/compiler-explorer#2564.MIR output support.
HIR output support.
Macro expansion support.
mrustc
compiler support.mrustc
as alternative Rust compiler compiler-explorer/compiler-explorer#2643.Rust GCC (i.e.
gccrs
) support.gccrs
as alternative Rust compiler compiler-explorer/compiler-explorer#2644.rustc_codegen_gcc
backend support.rustc_codegen_gcc
as alternative Rust compiler compiler-explorer/compiler-explorer#2683.Allow using unstable features in all compilers.
RUSTC_BOOTSTRAP=1
escape hatch (env vars in general) compiler-explorer/compiler-explorer#2724.Default to the latest available Rust edition.
--edition=2021
for Rust compiler-explorer/compiler-explorer#3765.Bugs that we would like to see fixed
Required (we almost certainly want them)
Nice to have (probably not critical, we could workaround if needed, etc.)
Low priority (we will likely not use them in the end)
Done (stabilized, fixed, or not needed anymore, etc.)
--edition
flag broke with compiler overrides.--edition
flag broke with compiler overrides compiler-explorer/compiler-explorer#5429.edition
appears in both overrides and compiler-options, prefer the options compiler-explorer/compiler-explorer#6789.The text was updated successfully, but these errors were encountered: