about summary refs log tree commit diff
path: root/src/doc/trpl/box-syntax-and-patterns.md
AgeCommit message (Collapse)AuthorLines
2015-11-19src/doc/trpl -> src/doc/bookSteve Klabnik-100/+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-05-27Remove mentions of int / uint from public documentationJake Goulding-1/+1
2015-05-18TRPL: Normalize rust Code Block MarkersPascal Hertleif-1/+1
`{rust,ignore}` -> `rust,ignore
2015-05-18TRPL: Add `rust` Marker to Some Code BlockPascal 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-04-01Moved use of `box_syntax` unstable feature in docs to Unstable section.Trent Nadeau-0/+100
Create a new section under the Unstable section for `box` syntax and patterns and removed their discussion from the Pointers section.