| Age | Commit message (Expand) | Author | Lines |
| 2011-10-25 | Begin documenting std and add doc generation using naturaldocs | Brian Anderson | -0/+283 |
| 2011-10-17 | doc: Fix parse errors in list examples in documentation | Matt Brubeck | -6/+6 |
| 2011-10-17 | doc: Update 'alt' documentation to remove 'case' keyword | Matt Brubeck | -7/+6 |
| 2011-10-17 | doc: 'alt' expressions no longer require parens | Matt Brubeck | -4/+4 |
| 2011-10-17 | doc: 'if' expressions no longer require parens | Matt Brubeck | -6/+6 |
| 2011-10-17 | doc: 'for' and 'for each' no longer use parens | Matt Brubeck | -5/+5 |
| 2011-10-17 | doc: Fix typo (s/pay/may/) | Matt Brubeck | -1/+1 |
| 2011-09-29 | doc: Don't merge function and concept index. There is no findex | Brian Anderson | -1/+0 |
| 2011-09-27 | doc: Remove `case` from the list of keywords | Patrick Walton | -7/+6 |
| 2011-09-27 | doc: Remove `tup` from the list of keywords | Patrick Walton | -12/+11 |
| 2011-09-25 | Fix some typos and grammar in the docs. | Erik Rose | -10/+10 |
| 2011-09-20 | Switch URLs. | Graydon Hoare | -1/+1 |
| 2011-09-15 | Stop mentioning tail calls in reference | Marijn Haverbeke | -3/+4 |
| 2011-09-14 | Remove mention of port, chan and task *types*, as they're not just library-pr... | Graydon Hoare | -97/+11 |
| 2011-09-14 | Remove talk of 'sharing boxes between tasks', old GC layer, etc. Add descript... | Graydon Hoare | -29/+41 |
| 2011-09-14 | Remove mention of the nonexistent (and no longer implementable) memory accoun... | Graydon Hoare | -23/+0 |
| 2011-09-14 | Fix vector indexing notation, remove reference to 'slices'. | Graydon Hoare | -22/+4 |
| 2011-09-14 | Fix description of tuples. | Graydon Hoare | -11/+18 |
| 2011-09-14 | Remove more references to reflection from docs | Brian Anderson | -2/+0 |
| 2011-09-14 | Remove description of nonexistent stuff (reflection, meta directives); add de... | Graydon Hoare | -40/+76 |
| 2011-09-14 | Remove stuff that's either unimplemented or misleading. | Graydon Hoare | -28/+10 |
| 2011-09-14 | Remove misleading details. | Graydon Hoare | -3/+1 |
| 2011-09-12 | Remove redundant line. | Graydon Hoare | -1/+0 |
| 2011-09-12 | Rename alias to reference in docs and error messages | Marijn Haverbeke | -39/+32 |
| 2011-08-26 | Update docs for macro-related stuff. | Paul Stansifer | -53/+78 |
| 2011-08-25 | Docs for pure fn and unchecked | Tim Chevalier | -5/+60 |
| 2011-08-25 | Removing mention of domain, updating the communication examples. | Eric Holk | -62/+23 |
| 2011-08-17 | Update docs for import/export | Brian Anderson | -1/+29 |
| 2011-08-16 | Move task/comm stuff from exprs to task in manual, change typarams from [] to... | Graydon Hoare | -152/+110 |
| 2011-08-11 | Update syntax for function arguments; tweak object system examples to | Lindsey Kuper | -30/+30 |
| 2011-08-11 | Fix typo in docs that was causing makeinfo warning. | Lindsey Kuper | -1/+1 |
| 2011-08-11 | Fiddle the comm operators in the docs, add swap and move symbols (no docs yet). | Graydon Hoare | -34/+19 |
| 2011-08-10 | Stub out docs for anon objs; update existing object system docs. | Lindsey Kuper | -37/+21 |
| 2011-08-10 | Update docs to describe kinds rather than layers, remove old terms. | Graydon Hoare | -45/+28 |
| 2011-08-10 | More decl fixes. | Graydon Hoare | -1/+1 |
| 2011-08-10 | Fix some more declarations in example code in docs. | Graydon Hoare | -5/+5 |
| 2011-08-10 | Update docs regarding path syntax. | Graydon Hoare | -68/+42 |
| 2011-08-10 | Update frontmatter. | Graydon Hoare | -2/+2 |
| 2011-08-10 | Update docs to new let syntax. | Graydon Hoare | -67/+65 |
| 2011-08-10 | Update docs on vector value syntax. | Graydon Hoare | -20/+15 |
| 2011-08-10 | Update docs on record type and value syntax. | Graydon Hoare | -17/+16 |
| 2011-08-10 | Some edits to introductory material in docs. | Graydon Hoare | -40/+28 |
| 2011-06-28 | Clarify docs about claim | Tim Chevalier | -8/+6 |
| 2011-06-28 | Update docs for claim | Tim Chevalier | -0/+21 |
| 2011-06-25 | Add a FIXME to the docs about literal suffixes | Brian Anderson | -0/+3 |
| 2011-06-21 | Turn doc FIXMEs into comments | Brian Anderson | -2/+2 |
| 2011-06-18 | Add FIXMEs to meta documentation | Brian Anderson | -1/+3 |
| 2011-06-16 | missing word in docs | Tim Chevalier | -1/+1 |
| 2011-05-23 | Apparently my version of texinfo doesn't require curly braces to be escaped, ... | Tim Chevalier | -4/+4 |
| 2011-05-23 | Update docs to talk about ! annotations | Tim Chevalier | -2/+41 |