summary refs log tree commit diff
path: root/src/doc/book/compiler-plugins.md
AgeCommit message (Collapse)AuthorLines
2015-11-26move librustc/plugin to librustc_pluginAriel Ben-Yehuda-5/+7
this is a [breaking-change] to all plugin authors - sorry
2015-11-20Remove slice pattern from compiler plugin exampleFlorian Hahn-4/+11
closes #29930
2015-11-19src/doc/trpl -> src/doc/bookSteve Klabnik-0/+255
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.