| Age | Commit message (Collapse) | Author | Lines |
|
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.
|
|
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.
|
|
|