| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Put out burning tinderbox. | Graydon Hoare | 2011-05-05 | 1 | -1/+3 |
| | | |||||
| * | Update docs to reflect preds | Tim Chevalier | 2011-05-05 | 1 | -9/+29 |
| | | |||||
| * | Update docs to reflect assert vs. check | Tim Chevalier | 2011-05-05 | 1 | -8/+21 |
| | | | | | | Also added the --batch flag to texi2pdf, as it doesn't really ever seem useful to drop to the TeX prompt during a build. | ||||
| * | Remove half-baked 'opacity' layer qualifier. | Graydon Hoare | 2011-04-19 | 1 | -1/+0 |
| | | |||||
| * | Remove mention of effect system from manual. | Graydon Hoare | 2011-04-19 | 1 | -25/+11 |
| | | |||||
| * | 'Type' renamed to 'type definition'. | Lindsey Kuper | 2011-04-18 | 1 | -6/+6 |
| | | | | | | This is basically so people don't confuse a Ref.Item.Type with a Ref.Type. | ||||
| * | Fix busted texi from last night. | Graydon Hoare | 2011-04-13 | 1 | -0/+2 |
| | | |||||
| * | Finish the majority of statement -> expression rearrangement in manual. | Graydon Hoare | 2011-04-12 | 1 | -350/+411 |
| | | |||||
| * | More statement-to-expression edits | Tim Chevalier | 2011-04-04 | 1 | -10/+10 |
| | | |||||
| * | A trivial documentation commit. | Lindsey Kuper | 2011-04-04 | 1 | -1/+1 |
| | | |||||
| * | Change 'statement' to 'expression' in a bunch of places | Tim Chevalier | 2011-04-04 | 1 | -8/+8 |
| | | |||||
| * | Add 'self' keyword. | Lindsey Kuper | 2011-03-28 | 1 | -0/+1 |
| | | |||||
| * | Fix typo in Ref.Task.Comm | Brian Anderson | 2011-03-25 | 1 | -1/+1 |
| | | |||||
| * | Update docs for if statements | Brian Anderson | 2011-03-22 | 1 | -5/+8 |
| | | |||||
| * | Remove parens from nullary tag constructors in docs | Brian Anderson | 2011-03-01 | 1 | -8/+8 |
| | | |||||
| * | Update manual to define identifiers using UAX 31 XID_Start / XID_Continue. | Graydon Hoare | 2011-02-25 | 1 | -13/+19 |
| | | |||||
| * | Fix documentation: aliases may not be used in loop constructs. | Sean Stangl | 2011-01-27 | 1 | -6/+6 |
| | | |||||
| * | fixed typo in tuple menu label | benjaminjackman | 2011-01-17 | 1 | -1/+1 |
| | | |||||
| * | Update keyword list with 'const', 'thread' | Brian Anderson | 2011-01-03 | 1 | -0/+2 |
| | | |||||
| * | Some terminology updates to talk about layers. | Graydon Hoare | 2010-12-14 | 1 | -72/+78 |
| | | |||||
| * | 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 |