| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-01-08 | "The Rust Programming Language" | Steve Klabnik | -260/+0 | |
| This pulls all of our long-form documentation into a single document, nicknamed "the book" and formally titled "The Rust Programming Language." A few things motivated this change: * People knew of The Guide, but not the individual Guides. This merges them together, helping discoverability. * You can get all of Rust's longform documentation in one place, which is nice. * We now have rustbook in-tree, which can generate this kind of documentation. While its style is basic, the general idea is much better: a table of contents on the left-hand side. * Rather than a almost 10,000-line guide.md, there are now smaller files per section. | ||||
| 2015-01-05 | Update docs | Keegan McAllister | -6/+8 | |
| 2014-10-28 | Use PascalCase for token variants | Brendan Zabarauskas | -2/+2 | |
| 2014-10-27 | rollup merge of #18257 : globin/master | Alex Crichton | -2/+1 | |
| 2014-10-26 | Use standard capitalisation for TokenTree variants | Brendan Zabarauskas | -2/+2 | |
| 2014-10-26 | Rename TokenTree variants for clarity | Brendan Zabarauskas | -2/+2 | |
| This should be clearer, and fits in better with the `TTNonterminal` variant. Renames: - `TTTok` -> `TTToken` - `TTDelim` -> `TTDelimited` - `TTSeq` -> `TTSequence` | ||||
| 2014-10-23 | plugin-guide: nicer creation of the parser | Robin Gloster | -2/+1 | |
| 2014-10-01 | Add a guide to compiler plugins | Keegan McAllister | -0/+259 | |
| Fixes #16983. | ||||
