about summary refs log tree commit diff
path: root/src/doc/guide-strings.md
AgeCommit message (Collapse)AuthorLines
2015-01-16Grammar tweak to old guide stub documents.Tim Parenti-1/+1
Removes extra "the" from the phrase "the the Rust Programming Language book", which isn't particularly grammatical.
2015-01-09Add stub deprecation files for each of the old guides.Huon Wilson-0/+4
There are hundreds of stackoverflow answers, reddit posts and blog articles that link to these documents, so it's a nicer user experience if they're not plain 404s. The intention is to let these hang around only for relatively short while. The alpha is likely to bring in many new users and they will be reading the documents mentioned above.
2015-01-08"The Rust Programming Language"Steve Klabnik-308/+0
This pulls all of our long-form documentation into a single document, nicknamed "the book" and formally titled "The Rust Programming Language." A few things motivated this change: * People knew of The Guide, but not the individual Guides. This merges them together, helping discoverability. * You can get all of Rust's longform documentation in one place, which is nice. * We now have rustbook in-tree, which can generate this kind of documentation. While its style is basic, the general idea is much better: a table of contents on the left-hand side. * Rather than a almost 10,000-line guide.md, there are now smaller files per section.
2014-12-07remove usage of notrust from the docsSteve Klabnik-3/+3
Fixes #19599
2014-11-15Fixed several typosAlex Gaynor-1/+1
2014-10-23Fixed single quote around string slice and simplify exampleareski-6/+6
This patch contains a fix for: - single quote around string slice - string: String is confusing for newbies and it's more readble if the argument name is different that the argument type name
2014-10-20Some String Guide improvements.Steve Klabnik-22/+120
Fixes #17340
2014-10-12fix broken link in guide-strings.mdErwan-1/+1
2014-09-09Add section about Str traitSteve Klabnik-5/+32
2014-08-28Add note about string indexing.Steve Klabnik-0/+56
Thanks @chris-morgan!
2014-08-01doc: Make sure all doc titles say 'Rust'. #12466Brian Anderson-1/+1
2014-07-18Include Strings guide with the others.Steve Klabnik-8/+6
Three small changes: 1. Re-organize headers in the Strings guide so they show up correctly. 2. build the strings guide with the other docs 3. include the strings guide in the list of guides
2014-07-17Guide: stringsSteve Klabnik-0/+129