]> git.lizzy.rs Git - rust.git/history - mk/docs.mk
build: Switch from naturaldocs to rustdoc
[rust.git] / mk / docs.mk
2012-03-10 Brian Andersonbuild: Switch from naturaldocs to rustdoc
2012-01-19 Graydon HoareActually use CFG_NATURALDOCS rather than hardcoding...
2012-01-19 Marijn Haverbeke[makefiles] Don't add css file to set of DOCS targets
2012-01-19 Marijn HaverbekeMove tutorial over to a format similar to the reference doc
2012-01-19 Graydon HoareTidy tidy
2012-01-18 Graydon HoareRefactor the doc building rules a bit, sensitize them...
2012-01-18 Marijn HaverbekeAdd a stylesheet to make the reference HTML look a...
2012-01-18 Graydon HoareMove the ifdefs to nest properly. Real clever.
2012-01-17 Graydon Hoarecp -a only.
2012-01-17 Graydon HoareImprove the node-doc-building logic.
2012-01-17 Graydon HoareMerge pull request #1544 from kevina/issue-1393
2012-01-17 Graydon HoareMerge pull request #1554 from rtanglao/master
2012-01-17 Graydon HoareMerge pull request #1548 from grahame/fix-interrupted...
2012-01-17 Graydon HoareMerge pull request #1549 from grahame/build-tutorial
2012-01-17 Grahame Bowlandbuild the tutorial if node.js is available
2012-01-13 Brian AndersonMerge remote-tracking branch 'brson/win32'
2012-01-13 Graydon HoareBegin shift over to using pandoc, markdown and llnextge...
2012-01-03 Brian AndersonMerge pull request #1392 from Lenny222/list
2011-12-30 Graydon HoareDocument copy/move/swap/assign expressions more accurat...
2011-12-30 Graydon HoareMake clean cleaner.
2011-12-06 Niko MatsakisMerge branch 'master' of github.com:graydon/rust
2011-12-06 Graydon HoareEstablish 'core' library separate from 'std'.
2011-11-29 Niko Matsakisfix makefiles, add option to ignore changes in makefiles
2011-11-23 Haitao Lidoc: Build keywords multitable automatically
2011-11-05 Elly Jonesdocs: work around texi2dvi bug. (#1134)
2011-10-27 Brian AndersonAdd a make docs target
2011-10-26 Brian AndersonUse web-style paragraphs in std docs
2011-10-26 Brian AndersonBegin documenting std and add doc generation using...
2011-06-28 Graydon HoareSilence texi2pdf during make
2011-06-25 Graydon HoareFixes to speed and clean up makefiles.
2011-06-13 Graydon HoareBug fix for last commit, of course.
2011-06-13 Graydon HoareHandle missing git in build env.
2011-05-05 Tim ChevalierUpdate docs to reflect assert vs. check
2011-05-01 Graydon HoareStart splitting up Makefile.in