| Age | Commit message (Collapse) | Author | Lines |
|
This is where panic!() is introduced.
Fixes #27428
|
|
1. mention them in the function chapter
2. mention their coercion to closures in the closures chapter
Fixes #26746
|
|
|
|
|
|
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.)
|
|
|
|
|
|
|
|
|
|
|
|
We use them in some places, but never actually talk about the syntax.
|
|
|
|
Suggested here: http://stackoverflow.com/a/27962076/24817
|
|
* Make messages match rustc's error messages
* Use correct function name in example
* Rewording to match previously presented material
|
|
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.
|
|
|