| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2016-08-24 | Updated code sample in chapter on syntax extensions. | Vincent Esche | -3/+3 | |
| The affected API apparently had changed with commit d59accfb065843d12db9180a4f504664e3d23ef1. | ||||
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -1/+1 | |
| 2016-06-19 | Fixed links in book/compiler-plugins.md | Alexander Stocko | -2/+3 | |
| 2016-05-18 | Rust syntax coloring for some ignore, should-panic and no-run snippets. | Steven Burns | -5/+5 | |
| 2016-03-08 | doc: Fix a bunch of broken links | Alex 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-26 | move librustc/plugin to librustc_plugin | Ariel Ben-Yehuda | -5/+7 | |
| this is a [breaking-change] to all plugin authors - sorry | ||||
| 2015-11-20 | Remove slice pattern from compiler plugin example | Florian Hahn | -4/+11 | |
| closes #29930 | ||||
| 2015-11-19 | src/doc/trpl -> src/doc/book | Steve 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. | ||||
