summary refs log tree commit diff
path: root/src/doc/book/conditional-compilation.md
AgeCommit message (Collapse)AuthorLines
2016-07-07doc:remove useless conditional compilation feature吴冉波-3/+0
2016-07-06typo nothings -> nothing吴冉波-1/+1
2016-07-02doc: make the conditional-compilation example work吴冉波-1/+5
If not, the error `does not have these features: foo` confused. r? @steveklabnik
2015-11-19src/doc/trpl -> src/doc/bookSteve Klabnik-0/+93
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.