summary refs log tree commit diff
path: root/mk/docs.mk
AgeCommit message (Expand)AuthorLines
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
2014-01-11Trim src/ README, bring back version_info everywhereAdrien Tétar-2/+2
2014-01-10doc: build the docs for librustuvAlex Crichton-0/+1
2014-01-06Add Pointer tutorial, rename borrowed pointer tutorial.Steve Klabnik-2/+8
2014-01-06mk: Fix formatting of docs.mkBrian Anderson-2/+2
2014-01-06rust_version.html is a HTML_DEPS and every html has it as dependecyAlan Andrade-34/+29
2014-01-06First phase of migrating the wiki to the internal docs #11078Alan Andrade-12/+47
2014-01-05Convert sub tutorials into Guides #10838Alan Andrade-17/+23
2013-12-31Add testing tutorial to docsJulia Evans-0/+7
2013-12-29Add a compiler-docs targetCorey Richardson-2/+13
2013-12-28Add docs for more cratesCorey Richardson-0/+4
2013-12-13auto merge of #10849 : adridu59/rust/patch-css, r=alexcrichtonbors-2/+2