rust-playground icon indicating copy to clipboard operation
rust-playground copied to clipboard

The Rust Playground

Results 165 rust-playground issues
Sort by recently updated
recently updated
newest added

When copying the stderr output from the compiler, it seems the clipboard now contains markdown for the link around error codes in the main message (or maybe it's HTML and...

I think it would be nice if one could run `rustfmt` from a keyboard shortcut, similar to `ctrl`+`return` to run code, or `ctrl`+`F9` on compiler-explorer.org.

enhancement
help wanted

[...] could an editor not be as fancy as ace but work fine with those utilities like the one that that [Programiz](https://programiz.com/c-programming/online-compiler) website uses? I mean, if it was done,...

enhancement
help wanted

Fixes #802 Added viewport to fit on mobile screen. ![image](https://github.com/rust-lang/rust-playground/assets/12841290/8484a044-6792-4ee9-b72b-69d1983bbd6d)

I like to use the playground to minimize test cases for bug reports, and also for convenient access to the nightly compiler, which I don't usually bother installing on my...

Fixes https://github.com/rust-lang/rust-playground/issues/544 This uses the media query approach described in the issue. The dark theme I came up with here was created using the [dark reader](https://darkreader.org/) extension and some manual...

Just opening the playground in a blank profile and hitting "Run" leads to... basically nothing: the output pane appears on the right-hand side of the screen, but it just says...

Similar in spirit to #844 , it could be nice to have automatic formatting whenever the code is "submitted" (i.e. Run / Test / Build etc.), although I think this...

Adds shortcuts to tools. Global event listener is added for the following keydown events: | Keys | Result | | ----- | ------- | | `Ctrl + Alt + f`...

I'd like to be able to check the assembly and LLVM-IR generated for different targets in the playground. For that I think the playground should allow at least compiling to...

enhancement