| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2013-04-30 | mk: Fix pdf build | Brian Anderson | -1/+2 | |
| 2013-04-23 | mk: reorganize doc build to fix dependencies. #6042 | Brian Anderson | -38/+33 | |
| Most of our documentation requires both pandoc and node.js. This simplifies the logic around those checks and fixes an error when building without node.js but with pandoc. | ||||
| 2013-04-22 | docs: Sketch out rustpkg manual | Tim Chevalier | -0/+14 | |
| 2013-03-02 | mk: cleanup - lib and executable suffix handling | Young-il Choi | -1/+1 | |
| 2013-02-21 | mk: Split target triples into bulid triple + host triples + target triples | Brian Anderson | -1/+1 | |
| For cross compiling to targets that don't want to build a compiler | ||||
| 2013-02-06 | doc: improvements to version-stamp makefile logic. | Graydon Hoare | -4/+6 | |
| 2013-01-03 | add missing $(CFG_PYTHON) prefixes | Daniel Micay | -1/+1 | |
| 2012-12-14 | Display the full TOC in the manual. Closes #4194 | Brian Anderson | -1/+6 | |
| 2012-12-10 | Reliciense makefiles and testsuite. Yup. | Graydon Hoare | -0/+10 | |
| 2012-09-22 | doc: Split out task tutorail. Add links to sub-tutorials | Brian Anderson | -0/+10 | |
| 2012-09-15 | docs: Add Niko's borrowed pointers tutorial | Brian Anderson | -0/+10 | |
| 2012-09-05 | doc: Split out the FFI part of the tutorial | Patrick Walton | -0/+10 | |
| The tutorial should perhaps contain an FFI section, but this one is too long. | ||||
| 2012-09-05 | doc: Split macros out into a separate tutorial | Patrick Walton | -0/+11 | |
| 2012-08-20 | Rename the template for version_info.html | Kevin Cantu | -1/+1 | |
| 2012-07-19 | Add a badge to the tutorial and reference docs indicating which Rust version ↵ | Paul Stansifer | -2/+10 | |
| they pertain to. | ||||
| 2012-04-19 | doc: Remove unused keywords.txt | Brian Anderson | -7/+3 | |
| 2012-03-27 | Prep docs before pdf. | Graydon Hoare | -3/+3 | |
| 2012-03-26 | Tidy up doc make rules. | Graydon Hoare | -9/+8 | |
| 2012-03-20 | doc: Run language ref through prep.js | Brian Anderson | -3/+8 | |
| This is so we can strip out support code needed to make the examples work, and as a bonus it does syntax highlighting. | ||||
| 2012-03-15 | This path could have spaces in it, so quote it | Daniel Brooks | -1/+1 | |
| 2012-03-10 | build: Make tutorial and lang ref depend on rust.css | Brian Anderson | -2/+2 | |
| 2012-03-09 | build: Switch from naturaldocs to rustdoc | Brian Anderson | -25/+17 | |
| 2012-01-19 | Actually use CFG_NATURALDOCS rather than hardcoding naturaldocs name. | Graydon Hoare | -1/+2 | |
| 2012-01-19 | [makefiles] Don't add css file to set of DOCS targets | Marijn Haverbeke | -1/+1 | |
| 2012-01-19 | Move tutorial over to a format similar to the reference doc | Marijn Haverbeke | -20/+21 | |
| And adjust highlighting/testing scripts to deal with this. | ||||
| 2012-01-18 | Tidy tidy | Graydon Hoare | -1/+1 | |
| 2012-01-18 | Refactor the doc building rules a bit, sensitize them to the presence or ↵ | Graydon Hoare | -25/+69 | |
| absence of xetex and luatex (for now). | ||||
| 2012-01-18 | Add a stylesheet to make the reference HTML look a bit prettier | Marijn Haverbeke | -1/+5 | |
| 2012-01-17 | Move the ifdefs to nest properly. Real clever. | Graydon Hoare | -2/+4 | |
| 2012-01-17 | cp -a only. | Graydon Hoare | -1/+1 | |
| 2012-01-17 | Improve the node-doc-building logic. | Graydon Hoare | -14/+5 | |
| 2012-01-17 | build the tutorial if node.js is available | Grahame Bowland | -0/+20 | |
| 2012-01-12 | Begin shift over to using pandoc, markdown and llnextgen for reference ↵ | Graydon Hoare | -17/+50 | |
| manual. Fix man page URL while at it. | ||||
| 2011-12-30 | Document copy/move/swap/assign expressions more accurately. Fix up some ↵ | Graydon Hoare | -1/+1 | |
| drift on log docs. | ||||
| 2011-12-30 | Make clean cleaner. | Graydon Hoare | -2/+11 | |
| 2011-12-06 | Establish 'core' library separate from 'std'. | Graydon Hoare | -16/+22 | |
| 2011-11-29 | fix makefiles, add option to ignore changes in makefiles | Niko Matsakis | -1/+1 | |
| 2011-11-23 | doc: Build keywords multitable automatically | Haitao Li | -2/+6 | |
| Keywords are now listed in a plain text file. They're sorted in column-major order and rendered as a texinfo multitable in rust.texi. Fixes issue #1216. | ||||
| 2011-11-05 | docs: work around texi2dvi bug. (#1134) | Elly Jones | -2/+5 | |
| 2011-10-27 | Add a make docs target | Brian Anderson | -0/+2 | |
| 2011-10-26 | Use web-style paragraphs in std docs | Brian Anderson | -2/+6 | |
| 2011-10-25 | Begin documenting std and add doc generation using naturaldocs | Brian Anderson | -0/+13 | |
| Naturaldocs isn't really that great but it seems easier to get something working than with doxygen, for which we would need to convert rust code to something C++ish. We probably want to just write a rustdoc utility at some point. | ||||
| 2011-06-28 | Silence texi2pdf during make | Graydon Hoare | -1/+1 | |
| 2011-06-25 | Fixes to speed and clean up makefiles. | Graydon Hoare | -6/+10 | |
| 2011-06-13 | Bug fix for last commit, of course. | Graydon Hoare | -1/+1 | |
| 2011-06-13 | Handle missing git in build env. | Graydon Hoare | -2/+3 | |
| 2011-05-05 | Update docs to reflect assert vs. check | Tim Chevalier | -1/+1 | |
| Also added the --batch flag to texi2pdf, as it doesn't really ever seem useful to drop to the TeX prompt during a build. | ||||
| 2011-05-01 | Start splitting up Makefile.in | Graydon Hoare | -0/+16 | |
