summary refs log tree commit diff
path: root/mk/docs.mk
AgeCommit message (Expand)AuthorLines
2015-04-07mk: Stop documenating non-facade cratesAlex Crichton-3/+5
2015-04-07mk: Pass the same flags to rustdoc as rustcAlex Crichton-1/+1
2015-03-29mk: don't build docs for internal or behind-the-facade crates in beta/stableCorey Richardson-1/+4
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-0/+2
2015-02-17rollup merge of #22331: steveklabnik/guidelinesAlex Crichton-1/+7
2015-02-17Fix removal of complement-bugreport.mdManish Goregaokar-1/+1
2015-02-17Rollup merge of #22326 - semarie:compat-cp, r=alexcrichtonManish Goregaokar-4/+4
2015-02-16Import rust-guidlinesSteve Klabnik-1/+7
2015-02-14docs.mk: use posix arguments for cpSébastien Marie-4/+4
2015-02-13Generate grammar.html and link to it from the reference.Steve Klabnik-1/+1
2015-02-11docs: disable PDF docs when latex _isn't_ presentTim Cuthbertson-1/+1
2015-02-05Only accept xelatex for building PDF docsSteve Klabnik-17/+6
2015-01-09Ensure that the book is built after the doc/ directory.Huon Wilson-1/+1
2015-01-09Add stub deprecation files for each of the old guides.Huon Wilson-0/+6
2015-01-08Fix dead links in the guide and reorganizeAlex Crichton-3/+2
2015-01-08"The Rust Programming Language"Steve Klabnik-8/+19
2015-01-05rollup merge of #19998: th0114nd/unicode-bottomAlex Crichton-3/+8
2014-12-28mk: Stop generating docs for deprecated cratesAlex Crichton-1/+2
2014-12-19Changed LaTex $\bot$s to ⊥th0114nd-3/+8
2014-12-17remove l10nSteve Klabnik-34/+0
2014-12-04auto merge of #18613 : steveklabnik/rust/ownership_guide, r=huonwbors-1/+1
2014-11-26rollup merge of #19322: DiamondLovesYou/multi-llvmdepsAlex Crichton-1/+2
2014-11-26Lifetime guide -> ownership guideSteve Klabnik-1/+1
2014-11-25Don't use the same llvmdeps.rs for every host.Richard Diamond-1/+2
2014-11-24remove the generation of grammar from the referenceSteve Klabnik-20/+0
2014-11-18New guide: error handlingSteve Klabnik-1/+1
2014-11-07Guide: Puts the toc again in the docgamazeps-3/+3
2014-10-23build the crates guideSteve Klabnik-1/+1
2014-10-10Remove the runtime guide.Steve Klabnik-1/+1
2014-10-04docs: Fix short hash link to githubBrian Campbell-2/+2
2014-10-01Add a guide to compiler pluginsKeegan McAllister-1/+1
2014-09-22manual -> reference & formattingSteve Klabnik-2/+2
2014-09-11only deprecate the guide rather than :fire: :fire: :fire:Steve Klabnik-1/+1
2014-09-11Replace the Tutorial with the Guide.Steve Klabnik-6/+5
2014-09-09Prefer lualatex, xelatex, pdflatex, in that order. #12804Brian Anderson-7/+21
2014-08-01mk: Add missing colonBrian Anderson-1/+1
2014-07-23mk: Add space before line continuation backslashBirunthan Mohanathas-2/+2
2014-07-21rustc: Print a smaller hash on -vAlex Crichton-2/+2
2014-07-18Include Strings guide with the others.Steve Klabnik-1/+1
2014-06-30Allow external html in rustdoc for crates.zzmp-4/+4
2014-06-24Add the Guide, add warning to tutorial.Steve Klabnik-1/+1
2014-06-24Remove the cheat sheet.Steve Klabnik-1/+1
2014-06-09mk: Ensure docs have relative links to each otherAlex Crichton-2/+6
2014-06-06rustdoc: Submit examples to play.rust-lang.orgAlex Crichton-1/+3
2014-06-01mk: Less noisy rustdoc invocationsAlex Crichton-3/+5
2014-05-27mk: Don't build any docs with --disable-docs.Luqman Aden-0/+1
2014-05-25doc: add a new language design faqCorey Richardson-2/+2
2014-05-21Change static.rust-lang.org to doc.rust-lang.orgAlex Crichton-1/+1
2014-05-15Render not_found with an absolute path to the rust stylesheetRicho Healey-3/+9
2014-05-13docs: Add a not found pageRicho Healey-1/+1