| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2014-09-01 | doc: Fix spelling errors. | Joseph Crail | -1/+1 | |
| 2014-08-02 | auto merge of #16183 : brson/rust/doctitles, r=alexcrichton | bors | -1/+1 | |
| 2014-08-02 | auto merge of #16128 : steveklabnik/rust/speed_faq, r=brson | bors | -0/+11 | |
| Fixes #11174. I'm open to revising this text, but I figured it gets across the basics. | ||||
| 2014-08-01 | doc: Make sure all doc titles say 'Rust'. #12466 | Brian Anderson | -1/+1 | |
| 2014-07-31 | Add note about production deployments. | Steve Klabnik | -1/+12 | |
| Fixes #11511. | ||||
| 2014-07-30 | Add comment about speed in FAQ. | Steve Klabnik | -0/+11 | |
| Fixes #11174. | ||||
| 2014-07-16 | complement-lang-faq.md: fix typos | Philipp Gesang | -2/+2 | |
| 2014-06-16 | Update repo location | Brian Anderson | -8/+8 | |
| 2014-06-02 | docs: Stop using `notrust` | Florian Gilcher | -1/+1 | |
| Now that rustdoc understands proper language tags as the code not being Rust, we can tag everything properly. This change tags examples in other languages by their language. Plain notations are marked as `text`. Console examples are marked as `console`. Also fix markdown.rs to not highlight non-rust code. | ||||
| 2014-05-31 | doc: Fix a number of broken links | Alex Crichton | -3/+3 | |
| cc #14515 | ||||
| 2014-05-03 | rustdoc: Migrate from sundown to hoedown | Alex Crichton | -1/+1 | |
| This primary fix brought on by this upgrade is the proper matching of the ``` and ~~~ doc blocks. This also moves hoedown to a git submodule rather than a bundled repository. Additionally, hoedown is stricter about code blocks, so this ended up fixing a lot of invalid code blocks (ending with " ```" instead of "```", or ending with "~~~~" instead of "~~~"). Closes #12776 | ||||
| 2014-04-27 | Fix link to hashmap.rs and json.rs in sample code FAQ | Emanuel Rylke | -2/+2 | |
| 2014-04-15 | Update GitHub's Rust projects page. | Mihnea Dobrescu-Balaur | -1/+1 | |
| 2014-04-15 | Remove RUST_LOG="::help" from the docs | Tobias Bucher | -3/+9 | |
| This feature is no longer present in the current version, it was removed along with the crate map. | ||||
| 2014-04-01 | doc: Update windows status on FAQ | klutzy | -3/+3 | |
| 2014-03-09 | docs: adjust code blocks to pass with rustdoc. | Huon Wilson | -1/+1 | |
| The changes are basically just because rustdoc runs tests/rendering on more snippets by default (i.e. everything without a `notrust` tag), and not anything significant. | ||||
| 2014-02-08 | doc: Modernize FAQs just slightly | Brian Anderson | -117/+18 | |
| 2014-02-02 | Move doc/ to src/doc/ | Alex Crichton | -0/+247 | |
| We generate documentation into the doc/ directory, so we shouldn't be intermingling source files with generated files | ||||
