about summary refs log tree commit diff
path: root/src/doc/trpl/functions.md
AgeCommit message (Collapse)AuthorLines
2015-11-19src/doc/trpl -> src/doc/bookSteve Klabnik-310/+0
The book was located under 'src/doc/trpl' because originally, it was going to be hosted under that URL. Late in the game, before 1.0, we decided that /book was a better one, so we changed the output, but not the input. This causes confusion for no good reason. So we'll change the source directory to look like the output directory, like for every other thing in src/doc.
2015-08-18Add note about backtraces to TRPLSteve Klabnik-4/+54
This is where panic!() is introduced. Fixes #27428
2015-08-05Add more infor about function pointers to TRPLSteve Klabnik-0/+31
1. mention them in the function chapter 2. mention their coercion to closures in the closures chapter Fixes #26746
2015-06-10mend bad MarkdownMatthew Astley-1/+1
2015-06-10trpl: why (assignment == empty tuple) #26120Matthew Astley-1/+3
2015-05-18TRPL: Add `rust` Marker to Some Code BlockPascal Hertleif-2/+2
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-04-14copyediting: structsSteve Klabnik-1/+1
2015-04-10copyedits: functionsSteve Klabnik-51/+85
2015-03-19Rename should_fail to should_panic in docsJohannes Oertel-1/+1
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