about summary refs log tree commit diff
path: root/src/doc/complement-lang-faq.md
AgeCommit message (Collapse)AuthorLines
2014-09-01doc: Fix spelling errors.Joseph Crail-1/+1
2014-08-02auto merge of #16183 : brson/rust/doctitles, r=alexcrichtonbors-1/+1
2014-08-02auto merge of #16128 : steveklabnik/rust/speed_faq, r=brsonbors-0/+11
Fixes #11174. I'm open to revising this text, but I figured it gets across the basics.
2014-08-01doc: Make sure all doc titles say 'Rust'. #12466Brian Anderson-1/+1
2014-07-31Add note about production deployments.Steve Klabnik-1/+12
Fixes #11511.
2014-07-30Add comment about speed in FAQ.Steve Klabnik-0/+11
Fixes #11174.
2014-07-16complement-lang-faq.md: fix typosPhilipp Gesang-2/+2
2014-06-16Update repo locationBrian Anderson-8/+8
2014-06-02docs: 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-31doc: Fix a number of broken linksAlex Crichton-3/+3
cc #14515
2014-05-03rustdoc: Migrate from sundown to hoedownAlex 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-27Fix link to hashmap.rs and json.rs in sample code FAQEmanuel Rylke-2/+2
2014-04-15Update GitHub's Rust projects page.Mihnea Dobrescu-Balaur-1/+1
2014-04-15Remove RUST_LOG="::help" from the docsTobias Bucher-3/+9
This feature is no longer present in the current version, it was removed along with the crate map.
2014-04-01doc: Update windows status on FAQklutzy-3/+3
2014-03-09docs: 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-08doc: Modernize FAQs just slightlyBrian Anderson-117/+18
2014-02-02Move 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