| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2017-02-13 | Re-implement rustbook in terms of mdbook | Steve Klabnik | -235/+0 | |
| mdbook has a lot of optional dependencies that we don't want, so instead of using it directly, we re-build rustbook to use mdbook as a library. For convenience' sake, we keep the same CLI interface as mdbook; the only difference is that it only accepts build and test subcommands, rather than the full range. | ||||
| 2016-03-08 | rustbuild: Move rustbook to a `src/tools` directory | Alex Crichton | -0/+235 | |
| We've actually got quite a few tools that are compiled as part of our build, let's start housing them all in a `tools` directory. | ||||
