about summary refs log tree commit diff
path: root/src/doc/book/compiler-plugins.md
AgeCommit message (Collapse)AuthorLines
2017-02-13Port TRPL to mdbookSteve Klabnik-252/+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-1/+1
comments
2016-08-24Updated code sample in chapter on syntax extensions.Vincent Esche-3/+3
The affected API apparently had changed with commit d59accfb065843d12db9180a4f504664e3d23ef1.
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-1/+1
2016-06-19Fixed links in book/compiler-plugins.mdAlexander Stocko-2/+3
2016-05-18Rust syntax coloring for some ignore, should-panic and no-run snippets.Steven Burns-5/+5
2016-03-08doc: Fix a bunch of broken linksAlex Crichton-35/+22
A few categories: * Links into compiler docs were just all removed as we're not generating compiler docs. * Move up one more level to forcibly go to std docs to fix inlined documentation across the facade crates.
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.