| Age | Commit message (Collapse) | Author | Lines |
|
|
|
The main change is to stop using javascript to generate the URLs and use
rustdoc instead.
This also adds run buttons to the error index examples.
|
|
Mention initial year of publication only for the documentation copyright
I have corrected the "copyright expiration year" that was still 2015 in the documentation copyright notice.
According to #31007 it seems that we could go one step further and simplify the copyright notice to only mention the year of original publication ("Copyright © 2011" in this case).
Let me know if you would prefer this copyright notice to only mention the year of original publication (please make sure that it is really 2011 as stated in the current version of the documentation, and not 2010 like Rust's code) and I'll make the simplification.
|
|
As stated in #31007 the copyright notice should reflect the year of original publication, thus avoiding useless updates every year.
|
|
|
|
|
|
It is still compatible with IE9+.
This removes the jQuery dependency from the "Book" entirely.
|
|
|
|
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
|
|
|