summary refs log tree commit diff
path: root/src/doc/trpl/more-strings.md
AgeCommit message (Collapse)AuthorLines
2015-02-15Rollup merge of #22329 - thiagooak:book, r=steveklabnikManish Goregaokar-2/+2
on crates and modules - replace \")\" on more strings - improve readability of grapheme
2015-02-14Documentation FixesThiago Carvalho-2/+2
crates-and-modules - replace ")" more string - improve readability of grapheme
2015-02-13Make if after colon lowercaseFlorian Hahn-1/+1
2015-01-30Don't use as_slice() in docsSteve Klabnik-2/+2
Use deref coercions instead.
2015-01-25more-strings.md: repaired links to APIDominik Inführ-2/+2
2015-01-22Return the String guide to its former glory.Steve Klabnik-0/+283
When we moved over to the book, we lost this.