| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-12-28 | remove remaining copyright headers | Matthias Krüger | -12/+0 | |
| 2018-01-09 | Fix error index display | Guillaume Gomez | -223/+266 | |
| 2016-12-04 | Avoid using locally installed Source Code Pro font (fixes #24355). | Martin Pool | -1/+3 | |
| In some versions of this font the ampersands are drawn badly. | ||||
| 2016-10-15 | rustdoc: Improve playground run buttons | Oliver Middleton | -3/+5 | |
| 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. | ||||
| 2016-09-17 | Browsers do not consistently handle non-integer values for font-size. | Eitan Adler | -1/+1 | |
| 2016-05-17 | renamed last boolval to bool-val | Hendrik Sollich | -1/+1 | |
| 2015-10-25 | Update the playpen link for code in the rust book to agree with rustdoc's ↵ | mdinger | -6/+9 | |
| new style | ||||
| 2015-07-25 | Move wrapper types blog post into trpl | Manish Goregaokar | -0/+4 | |
| 2015-02-23 | Enforce a white background for the docs | Corey Farwell | -0/+1 | |
| Fixes #17929 | ||||
| 2015-02-09 | Make fallback font 'serif', rather than 'sans-serif' fonts | Sean Collins | -1/+1 | |
| 2015-01-13 | Improve Rust Documentation & Reference on mobile | Kevin Yap | -1/+3 | |
| - Tables that are too wide for the screen scroll horizontally. - Inline code that would force the page to become wider than the width of the screen is broken in the middle of the word. | ||||
| 2014-12-11 | Don't preserve line breaks in inline code | Chris Wong | -2/+1 | |
| Closes #19323. | ||||
| 2014-11-01 | doc: enable OpenType kerning and ligatures | Adrien Tétar | -0/+4 | |
| 2014-10-12 | Fix HTML version of the keyword table. | NODA, Kai | -1/+6 | |
| This should really fix rust-lang/rust#17528. | ||||
| 2014-10-07 | Fix keyword table | Steve Klabnik | -0/+2 | |
| Markdown tables require a header, and we don't want one. Fixes #17528 | ||||
| 2014-10-01 | Add a red-box warning to the macros guide | Keegan McAllister | -0/+5 | |
| 2014-10-01 | rust.css: Make it more clear when code spans are links | Keegan McAllister | -0/+4 | |
| 2014-08-01 | Fix API docs css reversing elements that it shouldn't | tinaun | -1/+2 | |
| remove unneeded `pre.rust a' selector move transform into `.test-arrow` fixes #16138 | ||||
| 2014-07-08 | webfonts: serve Source Code Pro locally | Adrien Tétar | -0/+6 | |
| So that we have freestanding docs. | ||||
| 2014-07-08 | webfonts: proper fix | Adrien Tétar | -7/+7 | |
| 2014-07-04 | doc: reduce spacing of table of contents. | Huon Wilson | -1/+2 | |
| A margin for the top level list was leaking into nested ones. | ||||
| 2014-06-19 | doc: Fix margins around tables of contents | Brian Anderson | -1/+1 | |
| There is no space between the TOC and the succeeding para. | ||||
| 2014-06-06 | rustdoc: Submit examples to play.rust-lang.org | Alex Crichton | -0/+13 | |
| 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-04-25 | rustdoc: bring it inline | Adrien Tétar | -17/+4 | |
| 2014-04-25 | doc,rustdoc: store webfonts locally | Adrien Tétar | -5/+5 | |
| - Avoids cross-domain requests restrictions - Better availability of content - No HTML queries needed for an offline build | ||||
| 2014-04-25 | doc: slight design refresh | Adrien Tétar | -20/+33 | |
| 2014-04-20 | doc: unifying with rustdoc | Adrien Tétar | -18/+20 | |
| Conflicts: src/doc/rust.md | ||||
| 2014-04-19 | doc: add webfonts and tweak the styles accordingly | Adrien Tétar | -22/+79 | |
| 2014-03-09 | doc: CSS fixes | Adrien Tétar | -10/+24 | |
| - fixup and refactor highlighting code - have a proper print stylesheet | ||||
| 2014-03-09 | mk: rewrite the documentation handling. | Huon Wilson | -19/+12 | |
| This converts it to be very similar to crates.mk, with a single list of the documentation items creating all the necessary bits and pieces. Changes include: - rustdoc is used to render HTML & test standalone docs - documentation building now obeys NO_REBUILD=1 - testing standalone docs now obeys NO_REBUILD=1 - L10N is slightly less broken (in particular, it shares dependencies and code with the rest of the code) - PDFs can be built for all documentation items, not just tutorial and manual - removes the obsolete & unused extract-tests.py script - adjust the CSS for standalone docs to use the rustdoc syntax highlighting | ||||
| 2014-03-04 | rustdoc: tweak highlighting | Adrien Tétar | -12/+12 | |
| 2014-02-07 | doc: add license information for gen. files | Adrien Tétar | -1/+9 | |
| 2014-02-02 | Move doc/ to src/doc/ | Alex Crichton | -0/+290 | |
| We generate documentation into the doc/ directory, so we shouldn't be intermingling source files with generated files | ||||
