summary refs log tree commit diff
path: root/src/doc/trpl/raw-pointers.md
AgeCommit message (Collapse)AuthorLines
2015-10-16book: Change raw pointer conversion examplebillpmurphy-4/+3
Change the spacing/order of lines in the final pointer conversion example to make it more clear.
2015-06-09Exise 'unsafe pointer' in favor of 'raw pointer'Steve Klabnik-3/+3
Using two terms for one thing is confusing, these are called 'raw pointers' today.
2015-05-31trpl: Fix typo in Raw Pointers chapterUlrik Sverdrup-1/+1
2015-04-30Fix broken links in the book.Steve Klabnik-1/+1
2015-04-20TRPL: unsafe -> raw pointersSteve Klabnik-0/+122
Many unsafe features are now in the unstable section, so this section is really just about raw pointers now. That also makes sense for its place in the TOC. This addresses part of #12905.