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

Fixes the issue #323 . It adds a button to reset the content of the editor. The session storage is also updated. ![image](https://user-images.githubusercontent.com/9797898/91850218-73f87d80-ec5d-11ea-8bdf-32e08f1b1dc0.png)

This PR aims to solve #374 , which is the backend service for it. ## Change of code - Add new `wasm-pack` POST method which request Rust `code` and response...

Partially realted to #188 Hey there, folk! Should we try to compile Rust Language Server into WASM to run it in the playground to provide, at least, the intellisence and...

enhancement
help wanted

https://github.com/rust-lang/rust/pull/83799 has been stabilized in 1.53, which means that my first name is now a valid Rust identifier. While this is great news, turns out that only `rapha` in `raphaël`...

upstream

> After execution, the output could be put under a heading. Usually headings are the best way to navigate a page

enhancement
help wanted

Using the [prefers-color-scheme](https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme) CSS media query, it is possible to detect if the user is using a system-wide dark theme, and the Rust Playground should set the editor to a...

enhancement

The playground already uses Gists in the background when you want a permalink to the playground with code you've typed in already loaded. Can you please add to the playground...

enhancement
help wanted

This is greatly based on #683 but for AST. Fixes #502 finally.

This PR aims to solve #374 , which is the frontend service for it. ## Change of code - Add new `Output/PaneWithWasmPack` and `Output/Container` for rendering wasm result - Add...

@kangalioo, @danielhenrymantilla and I have been trying to figure out how to use the playground to run procedural macros, for [a Discord bot](https://github.com/kangalioo/rustbot). The code so far looks like this:...