rust-lang / rust-playpen

A web interface for running Rust code
MIT License
213 stars 73 forks source link

Offer advanced configuration mode #98

Open huonw opened 9 years ago

huonw commented 9 years ago

play.r-l.o currently offers two "knobs": debug vs. release and stable vs. nightly. There's a variety of other things that are useful to experiment with, so it might be nice to optionally expose them (e.g. requiring toggling an "advanced configuration" checkbox under the settings menu):

Maybe even free-form input to supply arbitrary arguments to rustc.

mdinger commented 9 years ago

This is similar to #32 isn't it? @ranma42 stated he implemented such changes too.