summary refs log tree commit diff
path: root/src/doc/trpl/slice-patterns.md
AgeCommit message (Collapse)AuthorLines
2015-05-13Backport TRPL, reference, and grammar.Steve Klabnik-0/+24
Rather than port each individual change to these files, for the release, I just waited to do it all at the end, in this commit. Since individual comits made it to master, everyone should get proper credit in the main tree, and AUTHORS includes those whose changes are here.
2015-04-10copyedits: patternsSteve Klabnik-0/+18
This also puts slice patterns in nightly docs, where they belong.