| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-05-05 | Put out burning tinderbox. | Graydon Hoare | -1/+3 | |
| 2011-05-05 | Update docs to reflect preds | Tim Chevalier | -9/+29 | |
| 2011-05-05 | Update docs to reflect assert vs. check | Tim Chevalier | -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. | ||||
| 2011-04-19 | Remove half-baked 'opacity' layer qualifier. | Graydon Hoare | -1/+0 | |
| 2011-04-19 | Remove mention of effect system from manual. | Graydon Hoare | -25/+11 | |
| 2011-04-18 | 'Type' renamed to 'type definition'. | Lindsey Kuper | -6/+6 | |
| This is basically so people don't confuse a Ref.Item.Type with a Ref.Type. | ||||
| 2011-04-13 | Fix busted texi from last night. | Graydon Hoare | -0/+2 | |
| 2011-04-12 | Finish the majority of statement -> expression rearrangement in manual. | Graydon Hoare | -350/+411 | |
| 2011-04-04 | More statement-to-expression edits | Tim Chevalier | -10/+10 | |
| 2011-04-04 | A trivial documentation commit. | Lindsey Kuper | -1/+1 | |
| 2011-04-04 | Change 'statement' to 'expression' in a bunch of places | Tim Chevalier | -8/+8 | |
| 2011-03-28 | Add 'self' keyword. | Lindsey Kuper | -0/+1 | |
| 2011-03-25 | Fix typo in Ref.Task.Comm | Brian Anderson | -1/+1 | |
| 2011-03-24 | Remove obsolete Makefiles. | Graydon Hoare | -21/+0 | |
| 2011-03-22 | Update docs for if statements | Brian Anderson | -5/+8 | |
| 2011-03-01 | Remove parens from nullary tag constructors in docs | Brian Anderson | -8/+8 | |
| 2011-02-25 | Update manual to define identifiers using UAX 31 XID_Start / XID_Continue. | Graydon Hoare | -13/+19 | |
| 2011-01-27 | Fix documentation: aliases may not be used in loop constructs. | Sean Stangl | -6/+6 | |
| 2011-01-17 | fixed typo in tuple menu label | benjaminjackman | -1/+1 | |
| 2011-01-03 | Update keyword list with 'const', 'thread' | Brian Anderson | -0/+2 | |
| 2011-01-03 | Use git log pretty printing arguments that are compatible with older ↵ | Brian Anderson | -1/+1 | |
| versions of git | ||||
| 2010-12-14 | Some terminology updates to talk about layers. | Graydon Hoare | -72/+78 | |
| 2010-11-03 | Fix documentation: it's (&str s) not (str &s). | Ralph Giles | -1/+1 | |
| 2010-11-03 | Fix doc references to 'for each' syntax to match the compiler. | Ralph Giles | -4/+4 | |
| The rustboot compiler expects 'for each (type v in ...)' like 'for', rather than 'for each (type v = ...)' as given in the documentation. | ||||
| 2010-11-03 | Make version.texi depend on rust.texi. | Ralph Giles | -1/+1 | |
| This will at least update the version string on the title page when the book source changes. It may not be entirely accurate since rust.texi may have uncommitted changes. But previously, it was basically only ever updated on the first build or after 'make clean'. | ||||
| 2010-11-03 | Fix two documentation typos. | Ralph Giles | -2/+2 | |
| 2010-11-02 | First pass on splitting stratum and opacity off of effects. WIP. | Graydon Hoare | -32/+17 | |
| 2010-09-13 | Update manual to cover change to nominal tag items. | Graydon Hoare | -42/+57 | |
| 2010-08-17 | Add support for a reserved-words list and reserve the various ↵ | Graydon Hoare | -2/+36 | |
| not-supported-but-plausible IEEE datatypes. | ||||
| 2010-08-09 | Add names to tasks and domains. These can either be an explicit literal string | Jeffrey Yasskin | -6/+10 | |
| after the "spawn" keyword, or implicitly the call expression used to start the spawn. | ||||
| 2010-07-29 | Make note of new literal forms in docs. | Graydon Hoare | -2/+44 | |
| 2010-07-18 | Fix syntax of tag variants in the list example | Brian Anderson | -4/+4 | |
| 2010-07-18 | Explain that rust methods can't call other methods on the same object, either | Jeffrey Yasskin | -0/+44 | |
| implicitly or explicitly. | ||||
| 2010-07-13 | Typo fixes to docs, from Ralph Giles. | Graydon Hoare | -8/+9 | |
| 2010-07-13 | Doc fix. | Graydon Hoare | -1/+1 | |
| 2010-07-13 | Fix typos in the docs. | Jeff Balogh | -11/+11 | |
| 2010-07-08 | Remove "two's complement unsigned" integer type descriptions from docs, nurr. | Graydon Hoare | -8/+7 | |
| 2010-07-08 | Issue 66: Multi-line comments | Matt Brubeck | -2/+8 | |
| 2010-07-08 | Doc tweak. | Graydon Hoare | -3/+3 | |
| 2010-07-04 | Clean in doc dir a little harder. | Graydon Hoare | -1/+2 | |
| 2010-07-03 | Add stamp target to doc/Makefile. | Graydon Hoare | -0/+4 | |
| 2010-07-03 | Add concept-index entries to docs, plus fix a few minor nits. | Graydon Hoare | -12/+248 | |
| 2010-07-03 | Add version-stamp machinery (and put "Draft + datestamp" into doc footer). | Graydon Hoare | -3/+26 | |
| 2010-07-02 | Clarify manual's explanation of unwinding during failure. Add bit about ↵ | Roy Frostig | -8/+17 | |
| soft vs. hard failure. | ||||
| 2010-07-02 | Minor clarification/typo-correcting edits to manual sections up to and ↵ | Roy Frostig | -8/+8 | |
| including Ref.Mem chapter. | ||||
| 2010-07-02 | Remove nameless node causing errors on doc make. | Roy Frostig | -2/+0 | |
| 2010-07-01 | Strip out over-aggressive pagination in manual. | Graydon Hoare | -83/+0 | |
| 2010-07-01 | I lied; ObjC 2.0 did not actually pick up CLU/Sather iterators. They've been ↵ | Graydon Hoare | -8/+8 | |
| dormant since the 90s. Sigh. | ||||
| 2010-07-01 | Union is a more familiar term than sum. | Graydon Hoare | -3/+3 | |
| 2010-07-01 | Add machine-dependent 'float' type. | Graydon Hoare | -4/+18 | |
