summary refs log tree commit diff
path: root/src/doc/trpl/box-syntax-and-patterns.md
AgeCommit message (Collapse)AuthorLines
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.