aboutsummaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Put out burning tinderbox.Graydon Hoare2011-05-051-1/+3
|
* Update docs to reflect predsTim Chevalier2011-05-051-9/+29
|
* Update docs to reflect assert vs. checkTim Chevalier2011-05-051-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 Hoare2011-04-191-1/+0
|
* Remove mention of effect system from manual.Graydon Hoare2011-04-191-25/+11
|
* 'Type' renamed to 'type definition'.Lindsey Kuper2011-04-181-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 Hoare2011-04-131-0/+2
|
* Finish the majority of statement -> expression rearrangement in manual.Graydon Hoare2011-04-121-350/+411
|
* More statement-to-expression editsTim Chevalier2011-04-041-10/+10
|
* A trivial documentation commit.Lindsey Kuper2011-04-041-1/+1
|
* Change 'statement' to 'expression' in a bunch of placesTim Chevalier2011-04-041-8/+8
|
* Add 'self' keyword.Lindsey Kuper2011-03-281-0/+1
|
* Fix typo in Ref.Task.CommBrian Anderson2011-03-251-1/+1
|
* Remove obsolete Makefiles.Graydon Hoare2011-03-241-21/+0
|
* Update docs for if statementsBrian Anderson2011-03-221-5/+8
|
* Remove parens from nullary tag constructors in docsBrian Anderson2011-03-011-8/+8
|
* Update manual to define identifiers using UAX 31 XID_Start / XID_Continue.Graydon Hoare2011-02-251-13/+19
|
* Fix documentation: aliases may not be used in loop constructs.Sean Stangl2011-01-271-6/+6
|
* fixed typo in tuple menu labelbenjaminjackman2011-01-171-1/+1
|
* Update keyword list with 'const', 'thread'Brian Anderson2011-01-031-0/+2
|
* Use git log pretty printing arguments that are compatible with older ↵Brian Anderson2011-01-031-1/+1
| | | | versions of git
* Some terminology updates to talk about layers.Graydon Hoare2010-12-141-72/+78
|
* Fix documentation: it's (&str s) not (str &s).Ralph Giles2010-11-031-1/+1
|
* Fix doc references to 'for each' syntax to match the compiler.Ralph Giles2010-11-031-4/+4
| | | | | The rustboot compiler expects 'for each (type v in ...)' like 'for', rather than 'for each (type v = ...)' as given in the documentation.
* Make version.texi depend on rust.texi.Ralph Giles2010-11-031-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'.
* Fix two documentation typos.Ralph Giles2010-11-031-2/+2
|
* First pass on splitting stratum and opacity off of effects. WIP.Graydon Hoare2010-11-021-32/+17
|
* Update manual to cover change to nominal tag items.Graydon Hoare2010-09-131-42/+57
|
* Add support for a reserved-words list and reserve the various ↵Graydon Hoare2010-08-171-2/+36
| | | | not-supported-but-plausible IEEE datatypes.
* Add names to tasks and domains. These can either be an explicit literal stringJeffrey Yasskin2010-08-091-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 Hoare2010-07-291-2/+44
|
* Fix syntax of tag variants in the list exampleBrian Anderson2010-07-181-4/+4
|
* Explain that rust methods can't call other methods on the same object, eitherJeffrey Yasskin2010-07-181-0/+44
| | | | implicitly or explicitly.
* Typo fixes to docs, from Ralph Giles.Graydon Hoare2010-07-131-8/+9
|
* Doc fix.Graydon Hoare2010-07-131-1/+1
|
* Fix typos in the docs.Jeff Balogh2010-07-131-11/+11
|
* Remove "two's complement unsigned" integer type descriptions from docs, nurr.Graydon Hoare2010-07-081-8/+7
|
* Issue 66: Multi-line commentsMatt Brubeck2010-07-081-2/+8
|
* Doc tweak.Graydon Hoare2010-07-081-3/+3
|
* Clean in doc dir a little harder.Graydon Hoare2010-07-041-1/+2
|
* Add stamp target to doc/Makefile.Graydon Hoare2010-07-031-0/+4
|
* Add concept-index entries to docs, plus fix a few minor nits.Graydon Hoare2010-07-031-12/+248
|
* Add version-stamp machinery (and put "Draft + datestamp" into doc footer).Graydon Hoare2010-07-032-3/+26
|
* Clarify manual's explanation of unwinding during failure. Add bit about ↵Roy Frostig2010-07-021-8/+17
| | | | soft vs. hard failure.
* Minor clarification/typo-correcting edits to manual sections up to and ↵Roy Frostig2010-07-021-8/+8
| | | | including Ref.Mem chapter.
* Remove nameless node causing errors on doc make.Roy Frostig2010-07-021-2/+0
|
* Strip out over-aggressive pagination in manual.Graydon Hoare2010-07-011-83/+0
|
* I lied; ObjC 2.0 did not actually pick up CLU/Sather iterators. They've been ↵Graydon Hoare2010-07-011-8/+8
| | | | dormant since the 90s. Sigh.
* Union is a more familiar term than sum.Graydon Hoare2010-07-011-3/+3
|
* Add machine-dependent 'float' type.Graydon Hoare2010-07-011-4/+18
|