| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
PR: https://github.com/rust-lang/rust/pull/56291
|
|
|
|
This includes search for all books, a long-requested feature!
|
|
and improve printing of errors
|
|
Previously, any deadlinks from a book's SUMMARY.md wouldn't
cause any errors or warnings or similar but mdbook would simply
create a page with blank content.
This has kept bug #47394 hidden. It should have been detected
back in the PR when those wrongly named files got added to the
book.
PR #47414 was one component of the solution. This change
is a second line of defense for the unstable book and a first
line of defense for any other book.
We also update mdbook to the most recent version.
|
|
Fixes #44704
|
|
|
|
I wanted to update mdbook's version. This ended up updating a bunch of other stuff too.
|
|
This will avoid obscure Travis CI error messages:
* https://github.com/rust-lang/rust/pull/40290#issuecomment-294137045
Original mdbook issue:
* https://github.com/azerupi/mdBook/issues/253
mdbook PR:
* https://github.com/azerupi/mdBook/pull/254
|
|
|
|
This brings back playpen integration for the books.
|
|
This contains two important bugfixes
|
|
This brings in a needed bugfix.
|
|
This version of mdbook includes
https://github.com/azerupi/mdBook/pull/207 , which is needed so that
we can start doing linkchecker on the various books.
|
|
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.
|
|
|
|
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.
|