| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-06-09 | make note of slicing syntax in TRPL: strings | Steve Klabnik | -0/+24 | |
| Fixes #25853 | ||||
| 2015-05-25 | book: add no_run and use statement to strings no-coercion example | Thomas Karpiniec | -1/+3 | |
| 2015-05-24 | book: explanation that String -> &str coercion doesn't happen for &str traits | Thomas Karpiniec | -0/+13 | |
| 2015-05-21 | Fix the typo in The Rust Programming Language book, 5.18. Strings | OlegTsyba | -1/+1 | |
| 2015-05-18 | TRPL: Add `rust` Marker to Some Code Block | Pascal 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-16 | Avoid 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-06 | Fix indentation in the "Strings" chapter | Hika Hibariya | -2/+2 | |
| 2015-04-20 | TRPL copyedits: strings | Steve Klabnik | -23/+91 | |
| 2015-02-19 | book: Minor clarifications about strings | Brian Anderson | -2/+4 | |
| 2015-02-02 | Closes issue #21850 | Filip SzczepaĆski | -1/+1 | |
| 2015-01-30 | Don't use as_slice() in docs | Steve Klabnik | -23/+3 | |
| Use deref coercions instead. | ||||
| 2015-01-08 | Standardize punctuation & formatting of TRPL | Kevin 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-08 | Fix dead links in the guide and reorganize | Alex Crichton | -0/+79 | |
