summary refs log tree commit diff
path: root/src/doc/trpl/strings.md
AgeCommit message (Collapse)AuthorLines
2015-06-09make note of slicing syntax in TRPL: stringsSteve Klabnik-0/+24
Fixes #25853
2015-05-25book: add no_run and use statement to strings no-coercion exampleThomas Karpiniec-1/+3
2015-05-24book: explanation that String -> &str coercion doesn't happen for &str traitsThomas Karpiniec-0/+13
2015-05-21Fix the typo in The Rust Programming Language book, 5.18. StringsOlegTsyba-1/+1
2015-05-18TRPL: Add `rust` Marker to Some Code BlockPascal Hertleif-1/+1
This adds strictly more information to the source files and reduces the need for customized tooling to render the book. (While this should not change the output of _rustbook_, it is very useful when rendering the sources with external tools like Pandoc.)
2015-05-16Avoid calling a variable 'string' when discussing strings.Wilfred Hughes-2/+2
Newcomers to Rust need to learn the distinctinion between `&str` and `String`, so additonally having `string` in an example risks confusion.
2015-05-06Fix indentation in the "Strings" chapterHika Hibariya-2/+2
2015-04-20TRPL copyedits: stringsSteve Klabnik-23/+91
2015-02-19book: Minor clarifications about stringsBrian Anderson-2/+4
2015-02-02Closes issue #21850Filip SzczepaƄski-1/+1
2015-01-30Don't use as_slice() in docsSteve Klabnik-23/+3
Use deref coercions instead.
2015-01-08Standardize punctuation & formatting of TRPLKevin Yap-2/+2
This commit is an attempt to standardize the use of punctuation and formatting in "The Rust Programming Language" as discussed in #19823. - Convert bold text to italicized textcwhen referring to terminology. - Convert single-quoted text to italicized or double-quoted text, depending on context. - Use double quotes only in the case of scare quotes or quotations.
2015-01-08Fix dead links in the guide and reorganizeAlex Crichton-0/+79