about summary refs log tree commit diff
path: root/doc
AgeCommit message (Collapse)AuthorLines
2011-04-04More statement-to-expression editsTim Chevalier-10/+10
2011-04-04A trivial documentation commit.Lindsey Kuper-1/+1
2011-04-04Change 'statement' to 'expression' in a bunch of placesTim Chevalier-8/+8
2011-03-28Add 'self' keyword.Lindsey Kuper-0/+1
2011-03-25Fix typo in Ref.Task.CommBrian Anderson-1/+1
2011-03-24Remove obsolete Makefiles.Graydon Hoare-21/+0
2011-03-22Update docs for if statementsBrian Anderson-5/+8
2011-03-01Remove parens from nullary tag constructors in docsBrian Anderson-8/+8
2011-02-25Update manual to define identifiers using UAX 31 XID_Start / XID_Continue.Graydon Hoare-13/+19
2011-01-27Fix documentation: aliases may not be used in loop constructs.Sean Stangl-6/+6
2011-01-17fixed typo in tuple menu labelbenjaminjackman-1/+1
2011-01-03Update keyword list with 'const', 'thread'Brian Anderson-0/+2
2011-01-03Use git log pretty printing arguments that are compatible with older ↵Brian Anderson-1/+1
versions of git
2010-12-14Some terminology updates to talk about layers.Graydon Hoare-72/+78
2010-11-03Fix documentation: it's (&str s) not (str &s).Ralph Giles-1/+1
2010-11-03Fix 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-03Make 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-03Fix two documentation typos.Ralph Giles-2/+2
2010-11-02First pass on splitting stratum and opacity off of effects. WIP.Graydon Hoare-32/+17
2010-09-13Update manual to cover change to nominal tag items.Graydon Hoare-42/+57
2010-08-17Add support for a reserved-words list and reserve the various ↵Graydon Hoare-2/+36
not-supported-but-plausible IEEE datatypes.
2010-08-09Add names to tasks and domains. These can either be an explicit literal stringJeffrey Yasskin-6/+10
after the "spawn" keyword, or implicitly the call expression used to start the spawn.
2010-07-29Make note of new literal forms in docs.Graydon Hoare-2/+44
2010-07-18Fix syntax of tag variants in the list exampleBrian Anderson-4/+4
2010-07-18Explain that rust methods can't call other methods on the same object, eitherJeffrey Yasskin-0/+44
implicitly or explicitly.
2010-07-13Typo fixes to docs, from Ralph Giles.Graydon Hoare-8/+9
2010-07-13Doc fix.Graydon Hoare-1/+1
2010-07-13Fix typos in the docs.Jeff Balogh-11/+11
2010-07-08Remove "two's complement unsigned" integer type descriptions from docs, nurr.Graydon Hoare-8/+7
2010-07-08Issue 66: Multi-line commentsMatt Brubeck-2/+8
2010-07-08Doc tweak.Graydon Hoare-3/+3
2010-07-04Clean in doc dir a little harder.Graydon Hoare-1/+2
2010-07-03Add stamp target to doc/Makefile.Graydon Hoare-0/+4
2010-07-03Add concept-index entries to docs, plus fix a few minor nits.Graydon Hoare-12/+248
2010-07-03Add version-stamp machinery (and put "Draft + datestamp" into doc footer).Graydon Hoare-3/+26
2010-07-02Clarify manual's explanation of unwinding during failure. Add bit about ↵Roy Frostig-8/+17
soft vs. hard failure.
2010-07-02Minor clarification/typo-correcting edits to manual sections up to and ↵Roy Frostig-8/+8
including Ref.Mem chapter.
2010-07-02Remove nameless node causing errors on doc make.Roy Frostig-2/+0
2010-07-01Strip out over-aggressive pagination in manual.Graydon Hoare-83/+0
2010-07-01I 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-01Union is a more familiar term than sum.Graydon Hoare-3/+3
2010-07-01Add machine-dependent 'float' type.Graydon Hoare-4/+18
2010-07-01Describe numeric and textual literals better; clean up lexeme descriptions a ↵Graydon Hoare-19/+88
bit.
2010-07-01Modify manual to reflect new box/local terminology and new slot/type roles ↵Graydon Hoare-232/+262
for box and mutable.
2010-06-23Populate tree.Graydon Hoare-2/+3247
2010-06-16Initial git commit.Graydon Hoare-0/+11