| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-01-17 | Set allow(unstable) in crates that use unstable features | Brian Anderson | -0/+1 | |
| Lets them build with the -dev, -nightly, or snapshot compiler | ||||
| 2015-01-13 | Make the Rust Book more mobile friendly | Seth Faxon | -2/+110 | |
| 2015-01-10 | rustbook: use a relative @import path to ensure it works offline. | Huon Wilson | -1/+1 | |
| The URL previously caused the book to require an internet connection to get the full styling, this should mean no internet is required. | ||||
| 2015-01-09 | Handle errors properly in rustbook. | Huon Wilson | -22/+20 | |
| Silently ignoring errors is :( so lets not silently ignore them. huon is :) now. | ||||
| 2015-01-08 | Fix dead links in the guide and reorganize | Alex Crichton | -9/+18 | |
| 2015-01-08 | "The Rust Programming Language" | Steve Klabnik | -0/+811 | |
| 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. | ||||
