summary refs log tree commit diff
path: root/src/doc/trpl/functions.md
AgeCommit message (Collapse)AuthorLines
2015-02-15Rollup merge of #22280 - Unode:patch-1, r=steveklabnikManish Goregaokar-1/+1
2015-02-13Fix small copy-paste typoRenato Alves-1/+1
2015-02-13Add diverging functions to the book.Steve Klabnik-12/+41
We use them in some places, but never actually talk about the syntax.
2015-01-17Fix typo.Ms2ger-1/+1
2015-01-15Clarify function return style.Steve Klabnik-0/+18
Suggested here: http://stackoverflow.com/a/27962076/24817
2015-01-10Cosmetic updates to TRPL textSebastian Rasmussen-2/+2
* Make messages match rustc's error messages * Use correct function name in example * Rewording to match previously presented material
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/+146