about summary refs log tree commit diff
path: root/mk/docs.mk
AgeCommit message (Expand)AuthorLines
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
2014-05-03rustdoc: Fix inclusion of the new fontsAlex Crichton-20/+0
2014-04-25doc,rustdoc: store webfonts locallyAdrien Tétar-0/+20
2014-04-15auto merge of #13416 : brson/rust/30min, r=alexcrichtonbors-1/+1
2014-04-10mk: Add a dummy CFG_COMPILER_HOST_TRIPLE to rustdoc invocation.Kang Seonghoon-0/+1
2014-04-09doc: Add "A 30-minute Introduction to Rust"Brian Anderson-1/+1
2014-04-03std: Document builtin syntax extensionsAlex Crichton-1/+1
2014-03-27verify-grammar path to rust.mdJan Kobler-1/+1
2014-03-15docs: begin a "low-level & unsafe code" guide.Huon Wilson-1/+2
2014-03-12Test fixes from rolling up PRsAlex Crichton-2/+2
2014-03-12mk: Fix warnings about duplicated rulesAlex Crichton-4/+4
2014-03-11doc: remove outdated tutorial entry, restore removed Makefile entriesAdrien Tétar-3/+3
2014-03-11doc: auto-generate LaTeX includesAdrien Tétar-8/+8
2014-03-09doc: have a real switch b/w LaTeX compilersAdrien Tétar-12/+14
2014-03-09doc: remove node.js dependencyAdrien Tétar-10/+3
2014-03-09mk: only build PDFs of the manual and tutorial.Huon Wilson-2/+12
2014-03-09docs: render rustdoc docs with rustdoc, hack around sundown code-fenceHuon Wilson-1/+1
2014-03-09mk: rewrite the documentation handling.Huon Wilson-216/+173
2014-02-08auto merge of #12114 : brson/rust/faqs, r=cmrbors-6/+0
2014-02-08doc: Modernize FAQs just slightlyBrian Anderson-6/+0
2014-02-07doc: add license information for gen. filesAdrien Tétar-6/+17
2014-02-06auto merge of #12076 : alexcrichton/rust/rpath-makefile-dep, r=thestingerbors-3/+4
2014-02-06Don't include rpath lines in dependency listsAlex Crichton-3/+4
2014-02-06Remove std::conditionAlex Crichton-6/+0
2014-02-02Rewrite the doc makefile for doc => src/docAlex Crichton-54/+61
2014-02-02Remove rustpkg.Corey Richardson-12/+0
2014-01-26Refactor the build system for easily adding cratesAlex Crichton-23/+12
2014-01-17doc: fix version stamp for TeX filesAdrien Tétar-7/+8
2014-01-13dox: Write a guide to the rust runtimeAlex Crichton-1/+7
2014-01-11doc: build the docs for librustpkgKevin Ballard-1/+3