rust/src/libregex
Alex Crichton e5bbbca33e rustdoc: Submit examples to play.rust-lang.org
This grows a new option inside of rustdoc to add the ability to submit examples
to an external website. If the `--markdown-playground-url` command line option
or crate doc attribute `html_playground_url` is present, then examples will have
a button on hover to submit the code to the playground specified.

This commit enables submission of example code to play.rust-lang.org. The code
submitted is that which is tested by rustdoc, not necessarily the exact code
shown in the example.

Closes #14654
2014-06-06 20:00:16 -07:00
..
parse Fixes #13843. 2014-06-03 23:04:59 -04:00
test Fixes #13843. 2014-06-03 23:04:59 -04:00
testdata Add a regex crate to the Rust distribution. 2014-04-25 00:27:24 -04:00
compile.rs core: rename strbuf::StrBuf to string::String 2014-05-24 21:48:10 -07:00
lib.rs rustdoc: Submit examples to play.rust-lang.org 2014-06-06 20:00:16 -07:00
re.rs Fallout from the libcollections movement 2014-06-05 13:55:11 -07:00
vm.rs regex: General style tweaks. 2014-04-30 10:35:20 +10:00