about summary refs log tree commit diff
path: root/src/doc/book/raw-pointers.md
AgeCommit message (Collapse)AuthorLines
2017-02-13Port TRPL to mdbookSteve Klabnik-121/+0
1. move everything under a src directory 2. add README.md to the SUMMARY.md
2016-11-13Improved punctuation, capitalization, and sentence structure of code snippet ↵Angelo Polo-2/+2
comments
2016-06-15Correct use of 'nul' 'null' and capitalizationAlexander Merritt-1/+1
r? @steveklabnik
2015-11-19src/doc/trpl -> src/doc/bookSteve Klabnik-0/+121
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.