| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix documentation: it's (&str s) not (str &s). | Ralph Giles | 2010-11-03 | 1 | -1/+1 |
| | | |||||
| * | Fix doc references to 'for each' syntax to match the compiler. | Ralph Giles | 2010-11-03 | 1 | -4/+4 |
| | | | | | | The rustboot compiler expects 'for each (type v in ...)' like 'for', rather than 'for each (type v = ...)' as given in the documentation. | ||||
| * | Fix two documentation typos. | Ralph Giles | 2010-11-03 | 1 | -2/+2 |
| | | |||||
| * | First pass on splitting stratum and opacity off of effects. WIP. | Graydon Hoare | 2010-11-02 | 1 | -32/+17 |
| | | |||||
| * | Update manual to cover change to nominal tag items. | Graydon Hoare | 2010-09-13 | 1 | -42/+57 |
| | | |||||
| * | Add support for a reserved-words list and reserve the various ↵ | Graydon Hoare | 2010-08-17 | 1 | -2/+36 |
| | | | | | not-supported-but-plausible IEEE datatypes. | ||||
| * | Add names to tasks and domains. These can either be an explicit literal string | Jeffrey Yasskin | 2010-08-09 | 1 | -6/+10 |
| | | | | | | after the "spawn" keyword, or implicitly the call expression used to start the spawn. | ||||
| * | Make note of new literal forms in docs. | Graydon Hoare | 2010-07-29 | 1 | -2/+44 |
| | | |||||
| * | Fix syntax of tag variants in the list example | Brian Anderson | 2010-07-18 | 1 | -4/+4 |
| | | |||||
| * | Explain that rust methods can't call other methods on the same object, either | Jeffrey Yasskin | 2010-07-18 | 1 | -0/+44 |
| | | | | | implicitly or explicitly. | ||||
| * | Typo fixes to docs, from Ralph Giles. | Graydon Hoare | 2010-07-13 | 1 | -8/+9 |
| | | |||||
| * | Doc fix. | Graydon Hoare | 2010-07-13 | 1 | -1/+1 |
| | | |||||
| * | Fix typos in the docs. | Jeff Balogh | 2010-07-13 | 1 | -11/+11 |
| | | |||||
| * | Remove "two's complement unsigned" integer type descriptions from docs, nurr. | Graydon Hoare | 2010-07-08 | 1 | -8/+7 |
| | | |||||
| * | Issue 66: Multi-line comments | Matt Brubeck | 2010-07-08 | 1 | -2/+8 |
| | | |||||
| * | Doc tweak. | Graydon Hoare | 2010-07-08 | 1 | -3/+3 |
| | | |||||
| * | Add concept-index entries to docs, plus fix a few minor nits. | Graydon Hoare | 2010-07-03 | 1 | -12/+248 |
| | | |||||
| * | Add version-stamp machinery (and put "Draft + datestamp" into doc footer). | Graydon Hoare | 2010-07-03 | 1 | -1/+20 |
| | | |||||
| * | Clarify manual's explanation of unwinding during failure. Add bit about ↵ | Roy Frostig | 2010-07-02 | 1 | -8/+17 |
| | | | | | soft vs. hard failure. | ||||
| * | Minor clarification/typo-correcting edits to manual sections up to and ↵ | Roy Frostig | 2010-07-02 | 1 | -8/+8 |
| | | | | | including Ref.Mem chapter. | ||||
| * | Remove nameless node causing errors on doc make. | Roy Frostig | 2010-07-02 | 1 | -2/+0 |
| | | |||||
| * | Strip out over-aggressive pagination in manual. | Graydon Hoare | 2010-07-01 | 1 | -83/+0 |
| | | |||||
| * | I lied; ObjC 2.0 did not actually pick up CLU/Sather iterators. They've been ↵ | Graydon Hoare | 2010-07-01 | 1 | -8/+8 |
| | | | | | dormant since the 90s. Sigh. | ||||
| * | Union is a more familiar term than sum. | Graydon Hoare | 2010-07-01 | 1 | -3/+3 |
| | | |||||
| * | Add machine-dependent 'float' type. | Graydon Hoare | 2010-07-01 | 1 | -4/+18 |
| | | |||||
| * | Describe numeric and textual literals better; clean up lexeme descriptions a ↵ | Graydon Hoare | 2010-07-01 | 1 | -19/+88 |
| | | | | | bit. | ||||
| * | Modify manual to reflect new box/local terminology and new slot/type roles ↵ | Graydon Hoare | 2010-07-01 | 1 | -232/+262 |
| | | | | | for box and mutable. | ||||
| * | Populate tree. | Graydon Hoare | 2010-06-23 | 1 | -0/+3244 |